counting words and assigning a numeric value

K

KDC

I need to count words (6 different words) in a column; then assign a numeric
value to each word. I will then sum the different word values. Can you help
 
D

Dave

Hi KDC,
Perhaps you can count the words using Countif, then just do the math on each
result.
=COUNTIF(A2:A100,"=Word a")
=COUNTIF(A2:A100,"=Word b")
=COUNTIF(A2:A100,"=Word c")
etc
 

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