Hi All,
Edit:
I currently have table where I need to find the Week Ending date for a rolling 15 weeks, where each week is a separate column. It goes from Sched01 - Sched15.
The Sched01 column is always the current Week Ending Date (Saturday). However, if a month ends on any other day but Saturday then I need the month end date to be the Week Ending Date.
For example as of 7/22/2011:
Sched01 - Week Ending Date is currently 7/23/2011
Sched02 - Week Ending Date is currently 7/30/2011
Sched03 - Week Ending Date is currently 7/31/2011
Sched04 - Week Ending Date is currently 8/06/2011
For example as of 7/25/2011:
Sched01 - Week Ending Date is currently 7/30/2011
Sched02 - Week Ending Date is currently 7/31/2011
Sched03 - Week Ending Date is currently 8/06/2011
Sched04 - Week Ending Date is currently 8/13/2011
Any help is appreciated.
Edit:
I currently have table where I need to find the Week Ending date for a rolling 15 weeks, where each week is a separate column. It goes from Sched01 - Sched15.
The Sched01 column is always the current Week Ending Date (Saturday). However, if a month ends on any other day but Saturday then I need the month end date to be the Week Ending Date.
For example as of 7/22/2011:
Sched01 - Week Ending Date is currently 7/23/2011
Sched02 - Week Ending Date is currently 7/30/2011
Sched03 - Week Ending Date is currently 7/31/2011
Sched04 - Week Ending Date is currently 8/06/2011
For example as of 7/25/2011:
Sched01 - Week Ending Date is currently 7/30/2011
Sched02 - Week Ending Date is currently 7/31/2011
Sched03 - Week Ending Date is currently 8/06/2011
Sched04 - Week Ending Date is currently 8/13/2011
Any help is appreciated.
Comment