Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
fs fs is offline
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default 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.


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
Concatenating adjacent cells ignoring blanks and adding a delimite Bob Freeman Excel Discussion (Misc queries) 3 January 27th 10 09:14 PM
Automatically move to adjacent cells without hitting Enter Doug Excel Discussion (Misc queries) 7 August 11th 09 07:14 PM
Adding to current cells Tom Excel Worksheet Functions 5 January 29th 07 01:39 AM
Adding numbers based on partial text in adjacent cells s31064 Excel Discussion (Misc queries) 3 December 9th 06 02:53 AM
how do i add in numbers automatically based on adjacent cells cont lemskibar Excel Discussion (Misc queries) 2 December 22nd 05 05:27 PM


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