ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Adding current dates to adjacent cells automatically. (https://www.excelbanter.com/excel-discussion-misc-queries/260311-adding-current-dates-adjacent-cells-automatically.html)

fs

Adding current dates to adjacent cells automatically.
 
I'm creating a checklist in Excel 2007 and would like to know how to
add a date in an adjacent cell automatically whenever I enter a
specific # into another cell. Does any one know of a simple formula?
Would apreciate it very much.
FS.

Ms-Exl-Learner

Adding current dates to adjacent cells automatically.
 
If A1 cell value is 55 then this formula will get you the Today's date.
=IF(A1=55,TODAY(),"")

If A1 cell value is NUMBER, then the below formula will get you the Today's
date.
=IF(ISNUMBER(A1),TODAY(),"")

Change the A1 cell to your desired cell.

--------------------
(Ms-Exl-Learner)
--------------------


"fs" wrote in message
...
I'm creating a checklist in Excel 2007 and would like to know how to
add a date in an adjacent cell automatically whenever I enter a
specific # into another cell. Does any one know of a simple formula?
Would apreciate it very much.
FS.




Gord Dibben

Adding current dates to adjacent cells automatically.
 
Do you want the date to then remain static for all time?

There are a couple of methods to create a static date pointed out on John
McGimpsey's site.

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

One uses circular references and worksheet function NOW()

Other uses VBA


Gord Dibben MS Excel MVP

On Tue, 30 Mar 2010 19:20:58 -0700 (PDT), fs wrote:

I'm creating a checklist in Excel 2007 and would like to know how to
add a date in an adjacent cell automatically whenever I enter a
specific # into another cell. Does any one know of a simple formula?
Would apreciate it very much.
FS.




All times are GMT +1. The time now is 09:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com