counting alpha data

  • Thread starter Thread starter myrtlethorn
  • Start date Start date
M

myrtlethorn

I am trying to count how many times a name appears in a list. Is there a
formula?
 
Hi,

use: COUNTIF(List,Name)

=COUNTIF(A1:A1000,"Shane") counts the number of times shane appears in the
range.
 
And if Shane Devenshire is in the list, and you want it counted also, try:

=COUNTIF(A1:A1000,"Shane*")

And for Devenshire, Shane, try:

=COUNTIF(A1:A1000,"*Shane")
Or
=COUNTIF(A1:A1000,"*Shane*")
 

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

Back
Top