View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre Ron Coderre is offline
external usenet poster
 
Posts: 698
Default Counting Unique Text Fields

Try this:

=SUMPRODUCT((B1:B17<"")/COUNTIF(B1:B17,B1:B17&""))


Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"MWall" wrote:

I am trying to count a text list with many duplicates. I am just trying to
count these unique text fields. I tried using =SUM(1/COUNTIF(B1:B17,B1:B17))
but this just seems to count numbers and not text.

Is there an easy way to do this?
--
MWALL