View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary Mc Gary Mc is offline
external usenet poster
 
Posts: 17
Default Counting unique records in a field

Loris,

=COUNTIF(RANGE,"COMPANY NAME") where "RANGE" contains the list of company
names should give you what you want.

"Loris" wrote:

In Excel 2003, I have a large list (database). In one of the fields I have
multiple company names. Each company may be listed many times. Is there a
way to count the number of different companies that are in that field? I
don't care how many times any one company appears, just how many different
companies there are.