Forum Discussion
Anonymous
4 years agoNot applicable
DATEDIFF Calculation with Condition
Hi guys, I need a bit of help; please see the below example. I need Project Duration (Age) Calculation based on the below condition * If Project status is ''In Progress''' or ''blank'' Calculate t...
- 4 years ago
Hi,
Write this calculated column formula
Duration = 1*(if(Data[Status]="Completed",[Contruction date]-[Start date],today()-[Start date]))
Hope this helps.
Anonymous
4 years agoNot applicable
Sorry My Bad. All good now thanks
Ashish_Mathur
4 years agoSuper User
You are welcome.