Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have excel 2003
How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this with the range adjusted to suit =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Mike "Meenie" wrote: I have excel 2003 How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks Mike, that works! :) :)
"Mike H" wrote: Hi, Try this with the range adjusted to suit =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Mike "Meenie" wrote: I have excel 2003 How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&""))
You're asking for the wrath of Bernd! <g -- Biff Microsoft Excel MVP "Mike H" wrote in message ... Hi, Try this with the range adjusted to suit =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Mike "Meenie" wrote: I have excel 2003 How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Biff,
Not unusual for me these days, I'm being a bit slow!! You're asking for the wrath of Bernd! <g Why? Mike "T. Valko" wrote: =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) You're asking for the wrath of Bernd! <g -- Biff Microsoft Excel MVP "Mike H" wrote in message ... Hi, Try this with the range adjusted to suit =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Mike "Meenie" wrote: I have excel 2003 How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie . |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ah,
I see what you mean Bernd seems to have reservations regarding that method. Hope he doesn't spot my response ;( http://www.sulprobil.com/html/count_unique.html Mike "T. Valko" wrote: =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) You're asking for the wrath of Bernd! <g -- Biff Microsoft Excel MVP "Mike H" wrote in message ... Hi, Try this with the range adjusted to suit =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Mike "Meenie" wrote: I have excel 2003 How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie . |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yeah, that's it.
Seems every time I suggest a formula for counting uniques Bernd always finds me and "chastizes" me for my suggestion. -- Biff Microsoft Excel MVP "Mike H" wrote in message ... Ah, I see what you mean Bernd seems to have reservations regarding that method. Hope he doesn't spot my response ;( http://www.sulprobil.com/html/count_unique.html Mike "T. Valko" wrote: =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) You're asking for the wrath of Bernd! <g -- Biff Microsoft Excel MVP "Mike H" wrote in message ... Hi, Try this with the range adjusted to suit =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Mike "Meenie" wrote: I have excel 2003 How can I create a formula that counts items in a column without counting duplicates? sorry if this comes through twice, I entered it once and it doesn't seem to come up even though other new questions have popped in. thanks Meenie . |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Biff, hello Mike,
Not today. Have a Merry Christmas (tomorrow), Bernd |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bernd always finds me
See what I mean? LOL Merry Christmas, Bernd! -- Biff Microsoft Excel MVP "Bernd P" wrote in message ... Hello Biff, hello Mike, Not today. Have a Merry Christmas (tomorrow), Bernd |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Biff, Bernd,
On reflection I won't recommend that formula again I'll recommend the much faster alternative. Goodnight both and a very happy Christmas. Sincerely, Mike "T. Valko" wrote: Bernd always finds me See what I mean? LOL Merry Christmas, Bernd! -- Biff Microsoft Excel MVP "Bernd P" wrote in message ... Hello Biff, hello Mike, Not today. Have a Merry Christmas (tomorrow), Bernd . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to count duplicates | Excel Worksheet Functions | |||
Formula to count based on multiple criteria fields w/duplicates | Excel Worksheet Functions | |||
COUNTA ----- FORMULA WILL NOT COUNT NON BLANK CELLS | Excel Discussion (Misc queries) | |||
Formula to count cells between dates excluding duplicates | Excel Discussion (Misc queries) | |||
Count or CountA | Excel Worksheet Functions |