#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default TODAY()

Hello experts,

I've written a simple formula [=IF(F3<"",TODAY(),"")] that populates
one cell with today's date when the referenced cell is not null.

The problem, however, is that once the date is entered I would like it
to stay static, i.e., not change. If I open the doc tomorrow, it will
display tomorrow's date.

Any advice to keep the date from changing once it's entered?

Thanks,
Alex

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default TODAY()

Hi Alex,

http://www.mcgimpsey.com/excel/timestamp.html


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"alex" wrote in message ups.com...
| Hello experts,
|
| I've written a simple formula [=IF(F3<"",TODAY(),"")] that populates
| one cell with today's date when the referenced cell is not null.
|
| The problem, however, is that once the date is entered I would like it
| to stay static, i.e., not change. If I open the doc tomorrow, it will
| display tomorrow's date.
|
| Any advice to keep the date from changing once it's entered?
|
| Thanks,
| Alex
|


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default TODAY()

On Jan 31, 8:13 am, "Niek Otten" wrote:
Hi Alex,

http://www.mcgimpsey.com/excel/timestamp.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"alex" wrote in oglegroups.com...

| Hello experts,
|
| I've written a simple formula [=IF(F3<"",TODAY(),"")] that populates
| one cell with today's date when the referenced cell is not null.
|
| The problem, however, is that once the date is entered I would like it
| to stay static, i.e., not change. If I open the doc tomorrow, it will
| display tomorrow's date.
|
| Any advice to keep the date from changing once it's entered?
|
| Thanks,
| Alex
|


Thanks Niek for your response.

I've looked at the doc. I'm assuming that I need to check 'Iteration'
and write a circular reference (or do i need to write VBA).

=IF(A1="","",IF(B1="",NOW(),B1))

I don' t understand how that will keep the date static. Is it because
everytime Excel calculates the formula, in the case above, it will see
that B1 is not null (should A1 < null, and keep the current value of
B1.

Why do i have to check the iteration box?

Alex

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
Formatting today() LurfysMa New Users to Excel 7 December 26th 06 10:11 PM
Using TODAY function to return a date as text GH Excel Discussion (Misc queries) 1 December 19th 06 06:17 PM
Automatically filling date of today (without it changing tomorrow) Jaydubs Excel Discussion (Misc queries) 5 June 27th 06 05:11 PM
Use Vlookup to find less than today Bruce Excel Worksheet Functions 3 April 26th 06 10:05 PM
Conditional Formatting Cell < Today() sagan Excel Worksheet Functions 3 September 21st 05 03:43 PM


All times are GMT +1. The time now is 01:04 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"