Help with this formula.

A

adam.carson

I am working with a bunch of qualitative data, such as Poor, Fair, Good, and
Exc. I am trying to give a value to each response and total up each person's
responses with a sum that I am hoping to draw conclusions for. Can someone
help me as to how to do this please?
 
S

Sandy Mann

Try something like:

=SUM(COUNTIF(A1:A21,"Poor")*1,COUNTIF(A1:A21,"Fair")*4,COUNTIF(A1:A21,"good")*7,COUNTIF(A1:A21,"Exc")*10)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top