Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to count a column of numbers but do not want to count the duplicate
numbers. How do I do this? |
#2
![]() |
|||
|
|||
![]()
I'm not sure whether you want to count the number of unique entries or to sum
them. Assuming it's the former: =SUM(1/COUNTIF(A1:A20,A1:A20)) entered as an array formula with CTRL+SHIFT+ENTER If you want to sum the first occurrence of each unique number, use a "helper" column (say C) with this formula, copied down as far as needed. =COUNTIF($A$1:A1,A1) Then use =SUMIF(C1:C20,1,A1:A20) On Wed, 26 Jan 2005 12:55:05 -0800, Lisaml wrote: I need to count a column of numbers but do not want to count the duplicate numbers. How do I do this? |
#3
![]() |
|||
|
|||
![]()
Try this: http://www.cpearson.com/excel/duplicat.htm
Look under "Counting Unique Entries In A Range" Ola Sandstrom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to count numbers of certain values | Excel Worksheet Functions | |||
Subtotal of Subtotal displays Grand Total in wrong row | Excel Worksheet Functions | |||
Working with a large group of numbers | Excel Worksheet Functions | |||
How do I create formula to count numbers in a range of cells? | Excel Worksheet Functions | |||
Group by count formula | Excel Worksheet Functions |