Simple Date Function

JayTeeDee
ββ
=[Actual Closure Date]@row - [Deviation Opened]@row
For fields that don't have a date, currently showing up as #Invalid Operation. Would like it to display blank instead. Thank you.
Best Answer
-
You would need to wrap it in an IFERROR function.
=IFERROR([Actual Closure Date]@row - [Deviation Opened]@row, "")
Answers
-
You would need to wrap it in an IFERROR function.
=IFERROR([Actual Closure Date]@row - [Deviation Opened]@row, "")
-
Thanks @Paul Newcome
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!