excelbytes
Active Member
- Joined
- Dec 11, 2014
- Messages
- 298
- Office Version
- 365
- Platform
- Windows
I have a situation where if I enter a value of "Yes" in one cell, I want the date and time to populate another cell in that row, but be fixed and not refresh when any other entry is made in that worksheet.
I tried something like this in cell L6:
=IF(K6="Yes",TEXT(NOW(),"mm/dd/yyyy hh:mm:ss"),"")
But it keeps updating whenever any other data is entered in the worksheet like any volatile function would.
Is there a non-VBA solution to this?
I tried something like this in cell L6:
=IF(K6="Yes",TEXT(NOW(),"mm/dd/yyyy hh:mm:ss"),"")
But it keeps updating whenever any other data is entered in the worksheet like any volatile function would.
Is there a non-VBA solution to this?