If blank OR value, then
Hello everyone,
I am new at creating formulas and can't seem to get this right. I've tried so many ways and I am officially confused. I can get it to work with one criteria but not two.
If value in [Document Status] is blank OR <> "draft then uncheck box
if any other value, check box
Here's one of the formulas I tried =IF(ISBLANK(OR([document status]@row<>“draft”), 0,1))
Thank you in advance for your help!
Best Answer
-
Hello @vmoody
You are very close!
Flip a couple things around and:
=IF(OR(ISBLANK([document status]@row),[document status]@row<>"draft"),0,1)
Answers
-
Hello @vmoody
You are very close!
Flip a couple things around and:
=IF(OR(ISBLANK([document status]@row),[document status]@row<>"draft"),0,1)
-
Michael! Thank you SOOO much! I was driving myself crazy trying to figure it out. It works great!😃
-
Perfect! Glad it worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!