MarkComish
6 years agoQrew Assistant Captain
Formula for duration
So bad at formulas. How would I change this formula to say if "Completed" or "Cancelled" null otherwise...
I have it working for status = completed
If([Status] = "Completed", null, ToDays(Today() - ([Due Date])) <= 0, null, Today() - ([Due Date]))
------------------------------
Mark Comish
------------------------------
I have it working for status = completed
If([Status] = "Completed", null, ToDays(Today() - ([Due Date])) <= 0, null, Today() - ([Due Date]))
------------------------------
Mark Comish
------------------------------