How do I post a date in a cell to show the date that a value was entered into another cell?
=IF(AZ312>0,Today(),"")
The issue is I need "Today()" to remain 'printed' on the day it was calculated. So that the next day, it still shows the actual day the referenced cell was updated.
=IF(AZ312>0,Today(),"")
The issue is I need "Today()" to remain 'printed' on the day it was calculated. So that the next day, it still shows the actual day the referenced cell was updated.