Edit a column only once

Hello! I want to define a value on a column with an IF expression, but only once. I will explain:
I have 3 columns, the first one is a column that indicates status of a task (ie, not started, started, finished).
The second column sets the date and time when the status changes to โ€œstartedโ€ (IF([Status]=โ€œstartedโ€;now();"")).
The third column does the same, but when the status is โ€œfinishedโ€.
This way, I have a record of when the tasks started and when ended.
The problem is that if I do it with the IF expression, then when I change the status from โ€œstartedโ€ to โ€œfinishedโ€, the second column goes blank (of course, as I have โ€œโ€ and there is no โ€œdo nothingโ€ command on excel).
How can I solve this? is there any way to set the now() value and not erase it if the status changes? maybe with an action or workflow, or changing the app formula?
Thanks in advance.

Solved Solved
0 2 491
1 ACCEPTED SOLUTION

2 REPLIES 2

Have you tried the ChangeTimestamp type columns?

https://www.appsheet.com/samples/Keep-track-of-when-columns-change?appGuidString=8a1572da-c548-418c-...

Thank you Suvrutt. That solved my problem.

Top Labels in this Space