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!
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
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!
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
I was soooo close! It works now 😊 Thank you, I appreciate it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!