Hello! Below is my current formula for a column to calculate days behind.
=[Planned Start Date]@row - TODAY()
The problem is we want this sheet to be accurate without having to have cells have different formulas.
What I would like it to calculate is IF [Actual Start Date]@row is populated, then [Planned Start Date]@row - [Actual Start Date]@row. IF [Actual Start Date]@row ISBLANK, then [Planned Start Date]@row - TODAY.