Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Henry
 
Posts: n/a
Default Displaying the date

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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default Displaying the date

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.


"Henry" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
NETWORKDAYS - Multiple Date Selection Annabelle Excel Discussion (Misc queries) 3 October 4th 05 07:04 PM
Can a date be used for conditional formatting? Stevie P Excel Worksheet Functions 2 September 27th 05 09:42 PM
Recurring annual events using a specific date as a trigger date Bamboozled Excel Worksheet Functions 1 June 6th 05 01:44 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


All times are GMT +1. The time now is 07:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"