#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default DATE

I have a date in cell A1 that I reference in other worksheets within one
workbook. The format CATEGORY is Date while the TYPE is January 27, 2009.

Is there a formula I can insert in A1 so that it updates when the system
clock does yet retains the dte format I favor?

Thank you.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default DATE

This won't update automatically across midnight by itself, but it will
update (if necessary) whenever the worksheet recalculates (so, under normal
circumstances, it should do what you want)...

=TODAY()

--
Rick (MVP - Excel)


"Boyertown Casket" wrote in
message ...
I have a date in cell A1 that I reference in other worksheets within one
workbook. The format CATEGORY is Date while the TYPE is January 27, 2009.

Is there a formula I can insert in A1 so that it updates when the system
clock does yet retains the dte format I favor?

Thank you.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default DATE

That is even better. When you say recalculate, in its broadest sense does
this mean it will recalculate when the file is saved or opened?

Thanks for the quick response.

"Rick Rothstein" wrote:

This won't update automatically across midnight by itself, but it will
update (if necessary) whenever the worksheet recalculates (so, under normal
circumstances, it should do what you want)...

=TODAY()

--
Rick (MVP - Excel)


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default DATE

It's a volatile function, so almost anything you do will trigger it to
recalculate, including Opening a Workbook; however, Saving a workbook is one
of the few things that does not trigger a volatile function to recalculate.
Of course, you can manually force the recalculation using F9 or Shift+F9 as
appropriate to your needs.

--
Rick (MVP - Excel)


"Boyertown Casket" wrote in
message ...
That is even better. When you say recalculate, in its broadest sense does
this mean it will recalculate when the file is saved or opened?

Thanks for the quick response.

"Rick Rothstein" wrote:

This won't update automatically across midnight by itself, but it will
update (if necessary) whenever the worksheet recalculates (so, under
normal
circumstances, it should do what you want)...

=TODAY()

--
Rick (MVP - Excel)



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
Concatenate including a date so that the date appears as a date Zembu Excel Worksheet Functions 2 January 6th 10 06:09 PM
date in Cell to change colors if the date is beyond today's date Pete Elbert Excel Discussion (Misc queries) 2 June 6th 09 06:31 AM
Report Date - Date Recv = Days Late, but how to rid completed date MS Questionnairess Excel Worksheet Functions 1 January 24th 07 11:05 PM
copy date based on date -refer to date range mindpeace[_4_] Excel Programming 1 June 3rd 06 01:30 PM
Date updates from worksheet to chart & changes date to a date series! Help!! Jayjg Charts and Charting in Excel 2 January 22nd 05 03:00 PM


All times are GMT +1. The time now is 07:33 AM.

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"