Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TODAY()
or =TODAY() + some number -- Gary''s Student - gsnu200821 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i set up an automatic "date update" in excel? | New Users to Excel | |||
Automatic Data Update by Date Range | Excel Worksheet Functions | |||
Automatic update of date once, then remains static | Excel Worksheet Functions | |||
Automatic Date Update | Excel Worksheet Functions | |||
Automatic Date Update | Excel Discussion (Misc queries) |