I have a list of data that can have the same value. How can i count the
number of similarities and get it to display the result in the next row. For
example:-
BOTTLE_CHK-2707
BOTTLE_CHK-2707
CALSOLUT-0563
DEF-ESTATE-2088
DEF-ESTATE-2088
EDEN_DC-2682
ELS_LTD-2450
ELS_LTD-2450
ESSEXCRP
ESSEXCRP
ESSEXCRP
HARDING_EN-2558
Thanks in advance
=SUMPRODUCT((A1:A20<>"")/COUNTIF(A1:A20,A1:A20&""))
change the A20 to wherever your data ends.
--
HTH
Bob Phillips
"dave" <dave@discussions.microsoft.com> wrote in message
news:82A6FE83-A629-4179-A2BE-48B320041E3C@microsoft.com...
> I have a list of data that can have the same value. How can i count the
> number of similarities and get it to display the result in the next row.
For
> example:-
>
> BOTTLE_CHK-2707
> BOTTLE_CHK-2707
> CALSOLUT-0563
> DEF-ESTATE-2088
> DEF-ESTATE-2088
> EDEN_DC-2682
> ELS_LTD-2450
> ELS_LTD-2450
> ESSEXCRP
> ESSEXCRP
> ESSEXCRP
> HARDING_EN-2558
>
> Thanks in advance
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks