Displaying the date

G

Guest

1st-I would like to display the date, and have it change as the day does. It
is a spreadsheet that I use for scheduling everyday.

2nd-The next spreadsheet I would like to display the "week of 2-26-06" and
have that change as the day does.

3rd-The last spreadsheet I have the days of the week listed from left to
right with the date under them. Is there anyway that I could have those
dates change along with the new week?

Any help would be greatly appreciated!

Thanks,

Henry
 
G

Guest

1st: =today(), entered in a cell, will always show the current date
2nd: ="week of " & TEXT(TODAY()-WEEKDAY(TODAY())+1,"m-d-yy")
3rd: put =TODAY()-WEEKDAY(TODAY())+1 under Sunday. If that is cell B2, then
the next column to the right would be =b2+1 (change b2 to reference whatever
cell Sunday's date is in). Copy that formula to the right another five
columns.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Displaying the Date#2 1
Calculating Dates 3
Rolling date looking 30 Days past 2
Excel Message box with days of month & date. 1
Sum Days into Weeks 1
1st Wed, 1st Sat, 1st Sun 5
Dates from Text 4
Excel Excel due and overdue date colours 2

Top