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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!