If Multiple Cells Are NOT Blank, Fill with "Pass" or "Fail"
Hi there,
Trying to make a formula under my Pass/Fail column that results in a "Pass" if particular cells are blank but "Fail" if not. This is for quality control.
So... this isn't working and I have tried numerous variations that work up until a certain point.
=IF(OR(NOTBLANK([Complete - Critical Errors]@row, [Untimely - Critical Errors]@row, [Inaccurate - Critical Errors]@row, "Pass", "Fail")
Thank you in advance.
Answers
-
Hello @ElizabethOwen,
You have to break "NOT" and "ISBLANK" into 2 separate functions. Try this:
=IF(OR(NOT(ISBLANK([Complete - Critical Errors]@row)), NOT(ISBLANK([Untimely - Critical Errors]@row)), NOT(ISBLANK([Inaccurate - Critical Errors]@row))), "Pass", "Fail")
If my comment helped you, please help others by marking it as an accepted answer and consider helping me by clicking the 💡Insightful or ❤️Awesome buttons below!
Monique Odom-Stearn
Portfolio Operations Tools Manager
Smartsheet Leader & Community Champion
Pronouns: She/Her (What’s this?)
“Take chances, make mistakes, get messy!” – Ms. Frizzle
-
Thank you!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!