Post time when cell changes, or leave it the same if not blank

Tipsey

New Member
Joined
Oct 28, 2022
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hello, I would like to make a cell (E6) change to denote the time that (D6) became not blank, but I do not want that to change afterwards.

=IF(D6<>"",IF(E6="",NOW(),E6),"")

Is there a way of doing this that avoids the circular reference?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
The most common to do this is to use VBA (if you search on "Excel VBA Time Stamp", you will find literally hundreds, if not thousands, of threads and articles showing you how to do this).

If you want to do it without VBA, then there are ways you can do it with using iterative calculations. I have not used these myself (I am a big fan of VBA), but here is an article on it with instructions:
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,783
Members
449,188
Latest member
Hoffk036

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top