Looking for a function to count alpha values in a range.

  • Thread starter Thread starter osmosys
  • Start date Start date
O

osmosys

Hey,

I'm looking for the right function that will look through a range and
tell me how many times it sees a particular non-numerical value.

For instance say I have these names in a column:

John
Ted
Andrew
John


The function would go through and count all the values for me and give
me this:


Total John: 2
Total Ted: 1
Total Andrew: 1

This would make it so I don't have to count each instance by myself.

Can excel do this?

Thanks

-osmosys
 
="John "&COUNTIF(A:A,"John")&CHAR(10)&"Ted
"&COUNTIF(A:A,"Ted")&CHAR(10)&"Andrew "&COUNTIF(A:A,"Andrew")

Format the cell for WarpText

Vaya con Dios,
Chuck, CABGx3
 

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