Is there a way to calculate(count) the time (days or hours) a project has been in 'Current' status since Project Entry Date?
I have a project reporting request to show "Day My Projects have been in Current Status" I cannot find a way to do this with the innate fields.
I attempted to solve for this with calculated field on a custom form attached to these projects:
Calculated Field Named 'Project Age' = ROUND(DATEDIFF($$TODAY, Entry Date), 0)
But I can't find a way to remove the days a project was not in 'Current' status to the equation
Am I missing something obvious or is this not a capability?