I am writing a formula to figure the duration of a status. I have a Status dropdown column, Date Column (captures date the status changes) and a Duration column that calculates "today - date column" for the duration.
Now though, when I change the status, it triggers the next status to start the cycle, but it keeps calculating for the first status. How do I "Stop" the count of days of the first status?
I added helper column with a checkmark to view against the status, but if I compare against the checkmark the entire duration goes away.
Thanks!