I am trying to set up a column that will calculate how many days an item is active. I have a column called “RPIW Date” that I will use as the start date. Then I have a “Closed Date” column that an automation fills in when the status is changed to Done. So I want it to calculate number of days from RPIW Date to Closed Date is there is a date in the Closed Date Column otherwise I want it to calculate number of days from RPIW Date to Today. I can’t get the formula to work.
Here is the formula I am trying:
IF ({Closed Date} = "",ROUND(DAYS(TODAY(),{RPIW Date}), ROUND(DAYS ({Closed Date},{RPIW Date})))