IF/OR Function Help
Hi there!
I'm working on a basic IF/OR formula and am hoping another set of eyes might help me see why I'm getting an unparseable error. I'm looking for a way to evaluate 2 cells and when either show an "approved" status it sets a checkbox to true, otherwise leaves it as false. More specifically, if BLC Approval OR CoS Approval have an "Approved" value, the BLC Approved checkbox column will set to true/checked.
Here's the formula I'm working with:
=IF(OR([BLC Approval]@row = "Approved", [CoS Approval]@row = "Approved") 1, 0)
Any help or suggestions would be greatly appreciated! 😊
Thanks,
Amy
Answers
-
You're missing your comma after the OR
=IF(OR([BLC Approval]@row = "Approved", [CoS Approval]@row = "Approved"), 1, 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!