Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default formula IF returning current date

I have a formula using IF ie if blank leave blank, if not return current date using NOW(). However, this date is changing daily. Is there something I'm missing where I can ask within the formula to return the date of change and retain that date (instead of it changing daily per the system)?

cheers

just referenced the McGimpsey web page suggested by PEO Sjoblom mid January... thanks.

Last edited by diane : March 10th 05 at 04:33 AM
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

You can't do this by formula. Inserting a fixed value into cell is changing
workbooks contents, and formulas can't do this by definition.

When you enter the formula
=TODAY()
into any cell, then literally, it's the formula what is in cell - not todays
date.

You have next options:
a) enter the date manually from keyboard;
b) use a shortcut (Ctrl+Shift+,);
c) use a macro (started p.e. from shortcut);
d) use worksheet's Change event (triggered whenever something is changed in
any cell on sheet - you have to check where the change was made, and
depending on check result the date is inserted into cell, or not).

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets



"diane" wrote in message
...

I have a formula using IF ie if blank leave blank, if not return current
date using NOW(). However, this date is changing daily. Is there
something I'm missing where I can ask within the formula to return the
date of change and retain that date (instead of it changing daily per
the system)?

cheers

just referenced the McGimpsey web page suggested by PEO Sjoblom mid
January... thanks.


--
diane



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
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Excel Worksheet Functions 2 February 10th 05 07:18 PM
Lock in current date Angus Excel Discussion (Misc queries) 1 January 12th 05 05:27 PM
Date Formula Robyn Bellanger Excel Discussion (Misc queries) 2 December 17th 04 07:25 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM


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