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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!