Hi - We have a formula in a sheet
=IF(Status@row = "Closed", TODAY(), "")
That when the status at the row changes to closed, it was to add todays date in the Date Closed Column. However, it seems that it is now changing the date for anything previously closed to the current date. We need it to change it to the date when the status changes to closed, and not change it again. Can anyone tell me how to fix this?