Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks again. If i could ask you one more question - what is it in the
formula that determines not to count a "blank" cell? This is exactly what I want it to do - just curious what part of the formula makes that determination. "Ron Coderre" wrote: You got it right.....That formula works fine without a pivot table. (Thanks for letting me know it worked for you) *********** Regards, Ron XL2002, WinXP "Bobby" wrote: First, thanks so much for your quick reply! I created a VERY simple spreadshett to test this out. I have 2 columns: A is "names" and B is "numbers". Under A i have "bobby" listed 3 times and "susy" listed 1 time. Under B i have 1, 2, 3, 4. I wasn't sure if the forumla you provided was to be used through pivot table, so what i did was simply insert it in cell A6 (just below the last name in column A). I edited the formula to read: =SUMPRODUCT((A2:A5<"")/COUNTIF(A2:A5,A2:A5&"")) - it worked PERFECT!!! Thank you so much! I wanted to ask you - is the way i have done it what you intended - or were you thinking of using this formula in a pivot table? somehow? "Ron Coderre" wrote: Try this kind of formula: =SUMPRODUCT((A1:A1000<"")/COUNTIF(A1:A1000,A1:A1000&"")) Adjust range references to suit your situation. Is that something you can work with? *********** Regards, Ron XL2002, WinXP "Bobby" wrote: I have a huge data extract that i'm trying to sort through. The first thing I want to do is count the number of unique entries in a given column. For example, in my extract a "name" comes up many times - i want to count how many "unique" names I have on my data sheet, in a specific column. I'm pretty sure this is easily done with pivot tables - but can't figure it out myself. (the pivot table keeps summing stuff up - it's not "counting"). |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count unique values among duplicates in a subtotal range | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Match formula that pulls unique values from another column? | Excel Discussion (Misc queries) | |||
Count unique values and create list based on these values | Excel Worksheet Functions | |||
How do I sort a column a unique number? | Excel Worksheet Functions |