if data in one cell, then date in adjacent cell

G

Guest

column A is for date and column B is for data entry. I want column A to
populate with date when dat is entered into the adjacent cell in column B.

Currently, in column A, I have:
=if(b1>0,today(),"").

The date does populate when I enter data in column B BUT every day I proceed
down column B and enter data, the date changes in every cell in column A to
the SAME DATE.
How can I have the date stay at the date on whcih the data was entered?
thanks! jane
 
G

Guest

I have never used VBA before but now is as good a time as any to begin,
wouldn't you say??

thanks Max! wish me luck
 
M

Max

In case needed,
here's a sample implementation using JE's code:
http://cjoint.com/?loeJIL0Zht
Date_Time_Stamp_Jane_wks.xls

When you input entries into A2:A10,
the date/time stamp will be logged into col B
(when you press ENTER to confirm the input)
 
C

Cher

I just wanted to say that this area is GREAT!!!!!!!!! I just came here today
and found the information I needed from 05. THIS ROCKS!!!!!! THANK YOU
 

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