View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
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?