IF & Workday Formula
Hello, I had a working WORKDAY formula, but when I tried to add the IF statement for blanks it broke the formula.
=IF([Expected DEL Date]@row = "", "", =WORKDAY([Expected DEL Date]@row, 2, {Holidays Range 3}))
Best Answer
-
Hi, @TAbs, remove the "=" that appears before WORKDAY() and your formula should work again.
= IF([Expected DEL Date]@row = "" , "", WORKDAY([Expected DEL Date]@row, 2, {Holidays Range 3}))
Answers
-
Hi, @TAbs, remove the "=" that appears before WORKDAY() and your formula should work again.
= IF([Expected DEL Date]@row = "" , "", WORKDAY([Expected DEL Date]@row, 2, {Holidays Range 3}))
-
I was overthinking it. Thank you!
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!