IF(OR) trying to OR 3 expressions

From what I can see I should be able to 'OR' 3 expressions, but I keep getting unparseable.
=IF(OR(Required@row = "Full Topo including underground services",(Required@row = "Full Topo excluding underground services",(Required@row = "Drainage trace only"), "Yes", "No")
Any help appreciated. Regards Paul
Best Answers
-
You have extra parentheses at the beginning of your individual statements. The logical statements within the OR expression should simply be separated by a comma, try this:
=IF(OR(Required@row = "Full Topo including underground services", Required@row = "Full Topo excluding underground services", Required@row = "Drainage trace only"), "Yes", "No")
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
-
Excellent thank you. I started with a nested If function and i decided it would be clearer as an 'OR' function. New to smartsheet and naming/parenthesis I keep coming unstuck with! Thanks again.
Answers
-
You have extra parentheses at the beginning of your individual statements. The logical statements within the OR expression should simply be separated by a comma, try this:
=IF(OR(Required@row = "Full Topo including underground services", Required@row = "Full Topo excluding underground services", Required@row = "Drainage trace only"), "Yes", "No")
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
-
Excellent thank you. I started with a nested If function and i decided it would be clearer as an 'OR' function. New to smartsheet and naming/parenthesis I keep coming unstuck with! Thanks again.
Help Article Resources
Categories
Check out the Formula Handbook template!