Me and If formalus

Samuel Dowdy Jr.
✭✭✭✭✭✭
=IFERROR(IF(ISBLANK([Invoice Review Due Date]@row, 0, [Invoice Review Due Date]@row > TODAY(), 1)))
what am I doing wrong?
Answers
-
Hello @Samuel Dowdy Jr.
I think you are very close, you are just missing the criteria for the IFERROR statement and a second IF for the other criteria. If you want the cell to be blank for the IFERROR piece, the following should work for you. If you want to say something else, just put it between the "" (e.g. "error")
=IFERROR(IF(ISBLANK([Invoice Review Due Date]@row), 0, IF([Invoice Review Due Date]@row > TODAY(), 1)), "")
I hope that is helpful to you in some way,
Protonsponge
-
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!