Formula not working for creating a score in a survey
=IF(OR([Is the agency's experience with local, state or fe]@row = "≤ 1 year", 1), IF(OR([Is the agency's experience with local, state or fe]@row = "≥ 5 years", 2), ([is the agency's experience with local, state or fe]@row = "> 5 years",3)))
I'm willing to change the formula completely if there is a better form or function to accomplish getting the score.
Background: I have a survey and there is a drop down where the survey taker can choose three options and get a score based on which one they select.
👀
Answers
-
Try: =IF([Is the agency's experience with local, state or fe]@row = "≤ 1 year", 1, IF([Is the agency's experience with local, state or fe]@row = "≥ 5 years", 2, 3
-
This really helped!
THANK YOU!!!!
Here's the final working solution:
=IF([Is the agency's experience with local, state or fe]@row = "≤ 1 year", 1, IF([Is the agency's experience with local, state or fe]@row = "≥ 5 years", 2, IF([Is the agency's experience with local, state or fe]@row = "< 5 years", 3)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!