Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Automatic Update for Date

Basically I need to know how to make a date update automatically. For
example, the date column reads 12/19/2008 (Friday). Then the next day
(Saturday 12/20/2008), it will change to read 12/26/2008. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Automatic Update for Date

Use the formula =TODAY()
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"txdude1" wrote in message
...
Basically I need to know how to make a date update automatically. For
example, the date column reads 12/19/2008 (Friday). Then the next day
(Saturday 12/20/2008), it will change to read 12/26/2008. Is this
possible?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default Automatic Update for Date


=TODAY()

BEST

STEW
"txdude1" wrote:

Basically I need to know how to make a date update automatically. For
example, the date column reads 12/19/2008 (Friday). Then the next day
(Saturday 12/20/2008), it will change to read 12/26/2008. Is this possible?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Automatic Update for Date

=TODAY()
or
=TODAY() + some number
--
Gary''s Student - gsnu200821
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Automatic Update for Date

=TODAY()+MOD(6-WEEKDAY(TODAY()),7)
--
David Biddulph

"txdude1" wrote in message
...
Basically I need to know how to make a date update automatically. For
example, the date column reads 12/19/2008 (Friday). Then the next day
(Saturday 12/20/2008), it will change to read 12/26/2008. Is this
possible?





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Automatic Update for Date

or you can try
=(previous date cell)+1 to give you the next day
=(previous date cell)+7 if you want every 7th day displayed

"txdude1" wrote:

Basically I need to know how to make a date update automatically. For
example, the date column reads 12/19/2008 (Friday). Then the next day
(Saturday 12/20/2008), it will change to read 12/26/2008. Is this possible?

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 can i set up an automatic "date update" in excel? Litzyam New Users to Excel 3 April 5th 23 02:55 PM
Automatic Data Update by Date Range [email protected] Excel Worksheet Functions 1 October 1st 08 07:30 PM
Automatic update of date once, then remains static mfdc_frank Excel Worksheet Functions 5 October 5th 06 12:16 AM
Automatic Date Update Jmoore Excel Worksheet Functions 1 November 17th 05 08:21 PM
Automatic Date Update khaji00 Excel Discussion (Misc queries) 2 June 22nd 05 11:48 PM


All times are GMT +1. The time now is 05:50 AM.

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

About Us

"It's about Microsoft Excel"