View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default HELP!!! Text count?

List your codes once on another sheet, so they might look like this:

ni
na
out
cb
am

Suppose these are in column A of Sheet2, and your main data is in Sheet1.
Assume the corresponding codes are in column C of Sheet1. Put this formula
in B1of Sheet2:

=COUNTIF(Sheet1C:C,A1)

and copy this down, to give you a count against each of those codes.

Hope this helps.

Pete

"Briana" wrote in message
...
Here is my dilemma...

I have a list of phone numbers in excel. Next to each phone number, in the
next column, I enter a code for what happened with that call. For example,
no
answer = na. I want excel to count each na and all of my other codes for
me
(in a given selection) and tallie those in an organized fashion. Is this
even
possible...if so, how?!