Forum Discussion
JaneDoe2205
Mar 08, 2024Copper Contributor
IF formula for timestamp
I am using the above formula for time stamps to automatically be input if data is entered in the specified cell. However, whenever I enter data in the g7 column, the time and date stamp changes for each item in the b column in unison. Not just changing the time and date for b7. I do not understand why the formula is not working.
- JaneDoe2205Copper ContributorYes, the formulas are:
=IF(G8<>"", IF(B8="",NOW(), B8),"")
=IF(G9<>"", IF(B9="",NOW(), B9),"")Did you enable Iterative Calculation in File > Options > Formulas? That is required for these formulas to work.