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