I have been given 2 pieces of advice, as follows:
1.
Use a formula to populate the dates.
Assuming 1/11/06 is in B3
copy this =IF(WEEKDAY(B3,2)=5,B3+3,B3+1) into B4 and copy down the column.
From A3 down copy this formula =vlookup(WEEKDAY(B3,2),WeekDays,2,false)
Where Weekdays is a named range with two columns as follows
1 Mon
2 Tue
3 Wed
4 Thu
5 Fri
AND...
2.
If you know the first date then type that into the first cell, in the format you want e.g. 01-Nov
Then right-click on the bottom right hand corner of the cell and drag down as far as you want to go. Then select 'Fill Weekdays'.
Neal
A Northern Soul
|