S
S
sobot2019-10-07 19:17:40
Google Sheets
sobot, 2019-10-07 19:17:40

Reporting week in Google Sheets?

I have a date by which I need to display the reporting week (Mon - Sun)
For example, the date in cell A1 is September 28, I need cell A2 to indicate which reporting week this date belongs to
A1 = 28.08.2019
A2 = 26.08 .2019 - 01.09.2019

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Bcoon, 2019-10-07
@sobot

Formula for cell A2:
=Text(A1-WEEKDAY(A1;2)+1;"dd.mm.yyyy")&"-"&Text(A1-WEEKDAY(A1;2)+7;"dd.mm.yyyy ")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question