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
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!