Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're very kind, but the true credit for that formula goes to Aladin Akyurek
and Harlan Grove. I'm sure they appreciate your praise of their fine work. *********** Regards, Ron XL2002, WinXP-Pro "Rona" wrote: It worked. This was a brilliant formula. Thank you very much. You must be a mathematician or a programmer. Thanks again. "Ron Coderre" wrote: Try something like this: For a list of values in A1:A10 B1: =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) ....confirmed with ENTER only, or... B1: =SUM(IF(A1:A10<"",1/COUNTIF(A1:A10,A1:A10))) ....confirmed with CONTROL+SHIFT+ENTER. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Rona" wrote: How do you count distinct names in a range? If a name is repeated in that range, it should only count it as 1 name. For example: apples, apples, orange, orange, pear, pear, pear, banana the formula should return 4. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count unique values among duplicates in a subtotal range | Excel Discussion (Misc queries) | |||
The filter didn't show all (2,254) names when I set it up | Excel Discussion (Misc queries) | |||
Combine query to count products with similar names | Excel Worksheet Functions | |||
how can I count distinct names in an excel list? | Excel Discussion (Misc queries) | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |