One more thing I think need a code for thursday, the dddd is for sunday.
Hi
Formatting a cell as dddd will show the day of the week of the date
entered in that cell.
If the date entered was a Sunday date, it will show Sunday. If the date
is a Thursday date e.g. 11 Jul 2007, then it will show Thursday.
>How do I set it up so that all days change when I put the start date
>and end date at the top of the sheet?
From your original posting, it sounded as through you were entering the
start date for the period in a cell at the top of the sheet.
What I was saying, was you need to create a reference to that cell, in
the cell where you want Thursday to appear.
If that happens to be cell A15, then in A15 enter
=A1 or whatever is the cell reference where you have entered your
start date.
In cell A16 enter
=A15+1 this will set the date to be one day later than the start date,
and when formatted as dddd, it will show Friday
If you then copy this formula down column A for the next 12 cells, the
formula will alter to A16+1, A17+1 etc. and the dates will step up
accordingly, and thus the actual day shown in the cell will step up to
Saturday, Sunday, Monday etc.

Signature
Regards
Roger Govier
> One more thing I think need a code for thursday, the dddd is for
> sunday.
[quoted text clipped - 29 lines]
>> > put the
>> > start date and end date at the top of the sheet?