Survey Results- Word needs to be changed to number to quantify
Good morning,
I am currently working on a survey where the questions used words instead of numbers. I need to change the results from the words to a numerical value.
Example: Excellent= 5, Good=4, Fair= 3, Poor= 2, Very Poor = 1
Thank you!
Answers
-
Hi Kristin,
I would suggest you use a helper column for each survey question. Next to each question's column, enter the following:
=if(Q1@row="Excellent",5,if(Q1@row="Good",4,if(Q1@row="Fair",3,if(Q1@row="Poor",2,if(Q1@row="Very Poor",1,"")))))
(Where Q1 is the name of my question column.)
Hope this helps!
Best,
Heather
-
@Heather D This is how I did it, is this correct?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!