Net Promoter Score Calculation

Options

Hi all,

I'm stumped on a formula (again!)

I'm looking to ascertain a NPS and I've got the following going on:

Promoters: =COUNTIF([How likely are you to recommend NCR to a colleague]:[How likely are you to recommend NCR to a colleague], ">=9")

Detractors: =COUNTIF([How likely are you to recommend NCR to a colleague]:[How likely are you to recommend NCR to a colleague], ">=6")

Total responses: =COUNTIFS([How likely are you to recommend NCR to a colleague]:[How likely are you to recommend NCR to a colleague], "<>")

On the basis NPS is % of promoters - % of detractors, I'm using this to get my NPS but it's an Incorrect Argument Set. It could be a lack of brackets?

=COUNTIF(Promoters# - Detractors# / [Total responses]# * 100)

What am I missing?

Thanks in advance.

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!