I need to track aging… and that is a formula field; once the task is complete, aging should stop but it doesn't. So I'm looking for help.
In Excel, you have a Start Date and Aging is based on =Today()-Start date. Once Aging completed, you type the total duration and then it's that number and you're done.
In Wrike, I have:
Aging (Calculation) = TODAY()-[Start date]
Aging Override (Manual)… once the task is completed, you type in this field
Now… for reporting, you want
a) if not yet complete, show Aging (Calculation)
b) if complete, show Aging Override (Manual)
the formula should be something like:
IF([Aging Override (Manual)]=BLANK(),[Aging (Calculated)], [Aging Override (Manual)])
or
IF([Aging Override (Manual)]="",[Aging (Calculated)], [Aging Override (Manual)])
Does anyone know how to do this?
Can Wrike support such a formula?