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
- 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!