Home |
Search |
Today's Posts |
#6
![]() |
|||
|
|||
![]()
On Mon, 29 Aug 2005 20:33:10 -0700, "BeSmart"
wrote: The result I got only told me how many times ABCABC occurs in the list. What I need to know is: "For everything in column B that says ABCABC, count and report the number of different publications listed in column D. Do I need to define name the column D list and call it "publications"? I'm not sure what you are doing differently than I. You can either NAME the appropriate ranges (Code=$B$2:$B$n Publications=$D$2:$D$n) or use the cell references in their place in the formula. So if your table were in A2:D10, the formula could read: =COUNTDIFF(IF($B$2:$B$10=H1,$D$2:$D$10),,FALSE) again -- entered as an ARRAY formula. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"COUNTU" function in Excel to count unique entries in a range | Excel Worksheet Functions | |||
Table to pick out most common entries and count occurences of each | Excel Worksheet Functions | |||
Count of unique entries | Excel Discussion (Misc queries) | |||
how to count unique entries with multiple condition | Excel Worksheet Functions | |||
count duplicate (or, inversely, unique) entries, but based on a condition | Excel Worksheet Functions |