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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!