Hi,
I managed to get the start and end date of the current week, the formula is built based on today's date. What I am looking for is to fetch the start and end dates of the previous week and it should start from monday and end on friday.
Example:
Today = 2021-07-12
Start of Prev Week = 2021-07-05
End of Prev Week = 2021-07-09
In addition to the above, would it be possible to get the start and end dates of a week based on the number of week of the year. Say if the number is 28, my results should be as below.
Start of week : 2021-07-12
End of week : 2021-07-16