"Lisa Hetherington" <gerry.l...@sympatico.ca> wrote...
>I would like to have all the dates I'm going to work from Jan 29/07 to Dec
>31/07, leaving out all Fri, Sat and Sun dates.
...
Enter Jan 29 in cell A1, enter the following formula in A2,
=A1+IF(WEEKDAY(A1,2)=4,4,1)
and fill A2 down as far as needed.
Lisa Hetherington - 24 Jan 2007 23:34 GMT
Perfect!!
Thank you.
...Lisa
> "Lisa Hetherington" <gerry.l...@sympatico.ca> wrote...
>>I would like to have all the dates I'm going to work from Jan 29/07 to Dec
[quoted text clipped - 6 lines]
>
> and fill A2 down as far as needed.