Queue
I'm still having problems working out the solution to the Week Ending Date! For instance, I input your formula and today being May 25, the Week Ending Date should be Friday May 28, and your solution gives the date of May 5, 2004.
Any new suggestions? I am just not good with DATE calcs at all.
I tried your solution and get a date, however, it is not the weekending date for the week listed.
Here's how the system dates the days - on the left and how my new week starts out - on the right:
Sunday = 1 Saturday = 7
Monday = 2 Sunday = 1
Tuesday = 3 Monday = 2
Wednesday = 4 Tuesday = 3
Thursday = 5 Wednesday = 4
Friday = 6 Thursday = 5
Saturday = 7 Friday = 6
Friday, being payday, - hence Sat. being the first day of the new week, which means that it compounds the calculation.
I did get one to work about as close as yours, however, my date moves to different days also. My formula is IF(DayofWeek(datefield)=1,DayofWeek(Today) + 5, "Error")) - DayofWeek(Today) + 731724
I need to keep incrementing the date as today, May 25, I am getting the result of Thursday, May 20 as the Week Ending date.
Any help, comments, suggestions will be greatly appreciated.
JESSE