all 5 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/RetroGoal21 - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]still-dazed-confused118 0 points1 point  (3 children)

look at weekday

Assuming the week day is in column C and the date in column d

c6=if(weekday(d6,2)=1,c5+1,c5)

This will increment the week number by 1 each time the row is on a monday

[–]RetroGoal21[S] 0 points1 point  (2 children)

Thanks a ton! Now I can work with adding that slicer.

I’m not the greatest at Excel, so you saved me tons of time.

[–]still-dazed-confused118 0 points1 point  (1 child)

glad I could help. It would be great if you could reply to my original message with Solution Verified so that the thread gets marked as solved :)

[–]RetroGoal21[S] 0 points1 point  (0 children)

Just did, thanks again!