I am trying to add week number based on the sheet summary date.
For example, in the sheet summary date, I have added date i.e., 06/12/23
Then in the Week Number column, it should populate as week 1 till 06/18/23.
I have used the formula: =WEEKNUMBER(date#) - WEEKNUMBER(date#) + 1
Can anyone suggest how to do this?