I have created a Risk Register, which lists the number of days a risk has been open for, using the formula below (Column AC), where G4 is the date the risk was identified / raised on the register.
=IF(AA4="Open", TODAY()-G4, "")
Column G - Date Originated
Column AA - status, either Open or Closed
Column AC - Days Open
BUT
When the Risk has been dealt with and the entry can be closed, instead of clearing out the data in Column AC (Days Open), I would like the current value to remain as that value, e.g. if the entry was considered Closed in Column AA, the value would become a static value, (no longer changing).
I am assuming that the above formula would have to be completely rewritten but I don't know how to set it as a true value, where an entry is Closed.
Can you advise?
=IF(AA4="Open", TODAY()-G4, "")
Column G - Date Originated
Column AA - status, either Open or Closed
Column AC - Days Open
BUT
When the Risk has been dealt with and the entry can be closed, instead of clearing out the data in Column AC (Days Open), I would like the current value to remain as that value, e.g. if the entry was considered Closed in Column AA, the value would become a static value, (no longer changing).
I am assuming that the above formula would have to be completely rewritten but I don't know how to set it as a true value, where an entry is Closed.
Can you advise?