Adding current dates to adjacent cells automatically.

F

fs

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.
 
M

Ms-Exl-Learner

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top