Nested IF with IFERROR

PeggyLang
✭✭✭✭✭
I have an IF statment that is working fine.
But in many cases it is returning '#INVALID DATA TYPE'. When it returns that I would like the cell to be empty. How do /where do I nest the IF with the IFERROR?
Tags:
Best Answer
-
Hey @PeggyLane
=IFERROR(IF([Helper1 - Weekday = Monday?]@row = 2, "", "Red"),"")
Kelly
Answers
-
Hey @PeggyLane
=IFERROR(IF([Helper1 - Weekday = Monday?]@row = 2, "", "Red"),"")
Kelly
-
The Syntax was KILLING me! 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!