S
slaga
In Row T6 I enter the first day of the pay week (Sunday) in the form
5/4/2008
it appears as May 4 2008
Then In row D13 the last day of the pay week(Saturday) then appears as
May 10 2008
In this cell I have the formula
=IF(T6=**,**,IF(WEEKDAY(T6)=7,T6,IF(WEEKDAY(T6)=6,T6+1,IF(WEEKDAY(T6)=5,T6+2,IF(WEEKDAY(T6)=4,T6+3,IF(WEEKDAY(T6)=3,T6+4,IF(WEEKDAY(T6)=2,T6+5,T6+6))))))))
Currently G8 Says Monday G9 Tuesday, G10 Wednesday, G11 Thursday, G12
Friday
I would now like Mondays row to give the date
Monday May 5 2008, Tuesday May 6 2008 and so on... all based on the
original date entered in T6
Is This possible?
thanks
Sean
5/4/2008
it appears as May 4 2008
Then In row D13 the last day of the pay week(Saturday) then appears as
May 10 2008
In this cell I have the formula
=IF(T6=**,**,IF(WEEKDAY(T6)=7,T6,IF(WEEKDAY(T6)=6,T6+1,IF(WEEKDAY(T6)=5,T6+2,IF(WEEKDAY(T6)=4,T6+3,IF(WEEKDAY(T6)=3,T6+4,IF(WEEKDAY(T6)=2,T6+5,T6+6))))))))
Currently G8 Says Monday G9 Tuesday, G10 Wednesday, G11 Thursday, G12
Friday
I would now like Mondays row to give the date
Monday May 5 2008, Tuesday May 6 2008 and so on... all based on the
original date entered in T6
Is This possible?
thanks
Sean