Customer Survey and NPS Scoring
I have set up of customer survey that includes an NPS question. I am not too familiar with reporting and dashboards yet, so I am having a difficult time envisioning where I should do my NPS calculations ie. Intake sheet, separate sheet, report, etc. This is also my first "solution" build. Currently, I am putting the formulas into the summary sheet to check the formulas and get some high-level metrics.
- Where should I be doing my calculations - for adding to a dashboard eventually?
- Can someone please confirm these formulas that I currently have set up in my summary sheet? Also, if there is a way to come up with an NPS score with one formula that would be best :) I could not find anything in the community or support section.
a. # of Promoters =COUNTIF([Likeliness to Refer]:[Likeliness to Refer], - this seems to be working
b. # Detractors =COUNTIF([Likeliness to Refer]:[Likeliness to Refer], <=6) - this seems to be working
c. # of Neutrals =COUNTIFS([Likeliness to Refer]:[Likeliness to Refer], =7, [Likeliness to Refer]:[Likeliness to Refer], =8) - THIS IS NOT WORKING - it is returning an incorrect count
Attached is a screenshot of the survey answers on the intake sheet - This is all test data.
Thanks in advance!
Best Answer
-
Assuming for neutrals you are looking for those that match 7 or 8, you can use:
=COUNTIF([Likeliness to Refer]:[Likeliness to Refer], OR(@cell=7, @cell=8))
Answers
-
Assuming for neutrals you are looking for those that match 7 or 8, you can use:
=COUNTIF([Likeliness to Refer]:[Likeliness to Refer], OR(@cell=7, @cell=8))
-
@Sameer Karkhanis That worked! Thank you so much!
-
@Courtney Collier would you mind sharing a screenshot of your summary sheet and how you laid that out? Also your a. # of Promoters =COUNTIF([Likeliness to Refer]:[Likeliness to Refer], ...is this supposed to be >=9?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!