Hi all,
I'm using this in Google Sheets.
I have two working formulas:
Take date in A1, and change to the next coming Friday in the calendar
=$A1+6-MOD(WEEKDAY($A1),7)
There is one anomaly that I can't seem to work out.
If A1 equals a Friday, then the formula shows the same day as being the...