Formula need to return Pass/Fail if 1 of multiple cells are blank
Hi, I am trying to put a formula together that will provide a fail if any part of the address or the phone number hasn't been provided. The below formula only provides fail if all cells are blank. I have tried other variations, this is the only one that does not give me some sort of error.
=IF(OR(NOT(ISBLANK([Street Address]@row)), NOT(ISBLANK(City@row)), NOT(ISBLANK(State@row)), NOT(ISBLANK([Zip Code]@row)), NOT(ISBLANK([Phone Number]@row))), "Pass", "Fail")
Best Answers
-
You are 99% there. Replace OR with AND and you should be good!
-
I was soooo close! It works now 😊 Thank you, I appreciate it.
Answers
-
You are 99% there. Replace OR with AND and you should be good!
-
I was soooo close! It works now 😊 Thank you, I appreciate it.
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!