• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Time Stamp Assistance

Kevin

New Member
Hi Folks,

I am trying to set up a time stamp ala the one in the attached file. I want to be able to do things
a) once Column B is populated then the time stamp activates.
b) If Column B cell is empty(it will have a drop-down control for populating), then the column A should stay blank.

Thanks in advance

Kind Regards

Kev
 

Attachments

And when the workbook recalculates, is the time stamp not updated?
You might need to activate iterative calculations. (check the checkbox)
upload_2018-1-11_13-20-3.png
Then you can use this in A2: =IF(B2="","",IF(A2<>"",A2,NOW()))
Is somewhere explained on the blog of :awesome:.
 

Attachments

Back
Top