Help with an IF OR function
Hi,
I am trying to write a formula that says that the status indicator in a column should turn red if either a) answer in drop down column is "No," or b) second column is NOT left blank (i.e., if someone adds information to the column). I have been able to get formulas for either of the two functions to work independently with just the IF fxn, but as soon as I try to string the two together with IF (OR..., I get either Unparseable error or Incorrect argument error. I think I must be off by a parenthesis or bracket or something. Any help would be appreciated!
Here's the formula I am using. Each argument as written works if used independently:
=IF(OR([Reviewed MD Agrees with Final Category]@row = "No", NOT(ISBLANK([Response by Reviewed Physician@row])), "Red"))
Best Answer
-
It worked! Thank you!!
Answers
-
You just have a misplaced parenthesis...
=IF(OR([Reviewed MD Agrees with Final Category]@row = "No", NOT(ISBLANK([Response by Reviewed Physician@row]))), "Red")
-
Hi Paul!
Thanks for the response. I pasted the above and it's still giving me an unparseable error :(
-
I had just copy/pasted to move things around and din't notice that there is a square bracket out of place. Try this one...
=IF(OR([Reviewed MD Agrees with Final Category]@row = "No", NOT(ISBLANK([Response by Reviewed Physician]@row))), "Red")
-
It worked! Thank you!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!