LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Member
 
Posts: 31
Default

Quote:
Originally Posted by steve. View Post
So what i am trying to sort out is when i enter the data into Cell E i want the date to automatically placed / auto enter into Cell F. This have done by using the following formula:
=IF(E280,NOW()," "). but by using this formula it changes every time when i load the spread sheet on a different date
You've stumbled upon a bit of a tricky one here - hence the delay in getting a response. There are a few discussions on this on the Internet (search for "Excel Timestamp") but in short, you need to purposely create a circular reference.

The first thing you need to do is to enable the Iterative Calculation capability. This stops the circular reference warning and allows a formula to refer to itself. To do this in Excel 2007 (File/Options I presume in Excel 2003) select the Window button (round button in the top left corner) and click Excel Options. Under the Formulas tab, tick the Enable Interative Formulas option.

Now you can use the formula:
Code:
=IF(E21,IF(F2="",NOW(),F2),"")
...and paste this down column F.

Whilst this formula works fine, I find that it can revert back to zero (e.g. "00-Jan-00 00:00:00") if you edit the formula or do anything silly with it. So periodically it would be a safe move to Copy and Paste Values of any dates that come up using this formula just to protect any data from being lost.
 
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
Auto update date Lewy Excel Discussion (Misc queries) 1 September 10th 09 06:33 AM
Adding a date and name to auto update within one cell Cathie G Excel Worksheet Functions 3 June 26th 08 01:11 AM
auto update of date gibbs Excel Worksheet Functions 1 February 23rd 08 02:24 AM
How to auto update a cell with a current date Kell2604 Excel Discussion (Misc queries) 2 June 23rd 06 09:18 PM
canceling auto date update unexceller New Users to Excel 1 June 8th 06 07:40 AM


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