Survey Score Formulas

Hi!
We are launching a customer satisfaction survey this week. When completed, they will want a dashboard showing results. We have 5 departments with 2 questions each. The scoring is shown in screenshot below.
I need to create a formula that will tally results and also give average score. My problem is that it's not just numbers. I'm assuming I will need a helper column for each question. Is it an "IF/Then" formula? Suggestions?
Darla Brown
What you meditate on, you empower!
Overachiever - Core Product Certified - Mobilizer - EAP
Best Answer
-
Yes. You will need a helper column. But as long as your scores are single digits and always the leftmost character, you can use...
=VALUE(LEFT([Column Name]@row))
This will give you numbers you can average. Then to get a tally, you would use a COUNTIFS.
Answers
-
Yes. You will need a helper column. But as long as your scores are single digits and always the leftmost character, you can use...
=VALUE(LEFT([Column Name]@row))
This will give you numbers you can average. Then to get a tally, you would use a COUNTIFS.
-
Yes! I was trying to do a multiple IF statement, but this works and is cleaner!
Thanks, as always, Paul!
Darla Brown
What you meditate on, you empower!
Overachiever - Core Product Certified - Mobilizer - EAP
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!