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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 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!