what's wrong with this formula for IF and or
=IF([Total Score]@row >= 3, OR [Impact]@row= yes, OR [Visibility]@row = yes, "Submit", "No")
Struggling with this formula in my risk assessment column formula. The Total Score is equal to or greater than 3, or Impact is Yes or Visibility is Yes
Answers
-
Try
=IF(OR([Total Score]@row >= 3,[Impact]@row= "Yes",[Visibility]@row = "Yes"), "Submit", "No")
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
not working. and I verified my column names are correct
-
what error are you getting?
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Thank you, it wouldn't take the formula, but I got it fixed
=IF(OR([Total Score]@row >= 3, [Impact]@row = "yes", [Visibility]@row = "yes"), "Submit", "No")
-
looking at yours and mine i really dont see a difference. But in glad you got it fixed
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
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!