Can you combine an If(ISBLANK with OR
The formulas below work independently. I would like them to work together with an OR function to Check a box. Every combination I try is not working.
=IF(ISBLANK(Role@row), 0, 1)
=IF(Level@row <> 2, 0, 1)
Any assistance you can offer is appreciated.
Thank you!
Best Answer
-
This one is working consistently on my sheet. Try this
=IF(OR(Role@row = "", Level@row <> 2), 0, 1)
Kelly
Answers
-
Try this
=IF(OR(ISBLANK(Role@row), Level@row <> 2), 0, 1)
-
Hi KDM,
I tried the formula. It is accepted but it won't check the box for either part. This one is tricky. If you have any other thoughts please let me know.
Thank you!
-
This one is working consistently on my sheet. Try this
=IF(OR(Role@row = "", Level@row <> 2), 0, 1)
Kelly
-
Thanks KDM! I appreciate all your help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!