I am trying to do a formula for a date that shows the week of with Sundays date. I am using:
=AC2-WEEKDAY(AA2,3) which returns the week of date as Sunday for my 2017 dates.
For some reason when the date changes to 2018, the formula is then giving Monday as the week of date instead of Sunday.
Any way to fix this?
For example, Dec 31, 2017 shows week of as Dec 31, 2017 but then Jan 2, 2018 shows week of as Jan 1, 2018 instead of Dec 31, 2017
Thanks.
=AC2-WEEKDAY(AA2,3) which returns the week of date as Sunday for my 2017 dates.
For some reason when the date changes to 2018, the formula is then giving Monday as the week of date instead of Sunday.
Any way to fix this?
For example, Dec 31, 2017 shows week of as Dec 31, 2017 but then Jan 2, 2018 shows week of as Jan 1, 2018 instead of Dec 31, 2017
Thanks.