IF/OR Function Help

Options

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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!