I have a set of dates say in column A and want to associate custom week numbers that reset after every 5 weeks.
So for example, the week counting starts from 27/09/21 (Monday) and will end on 31/10/21 (Sunday) making it 5 weeks. For dates after 31st of October, I’d want to reset the week number to 1 and count up to 5 again. Similarly, for dates before 27th of September, the week numbers should decrease from 5 to 1 and reset again.
I’ve been trying to play around with WeekNum() for hours but haven’t managed to figure out a way to do this. Is there a way to dynamically assign custom recurring week numbers like that?
Any help would be greatly appreciated, thanks
So for example, the week counting starts from 27/09/21 (Monday) and will end on 31/10/21 (Sunday) making it 5 weeks. For dates after 31st of October, I’d want to reset the week number to 1 and count up to 5 again. Similarly, for dates before 27th of September, the week numbers should decrease from 5 to 1 and reset again.
I’ve been trying to play around with WeekNum() for hours but haven’t managed to figure out a way to do this. Is there a way to dynamically assign custom recurring week numbers like that?
Any help would be greatly appreciated, thanks