Excel

R

Robin Faulkner

How do I build a count calculation for column entries where duplicate items
are only counted once
 
R

RagDyeR

Try this:

=SUMPRODUCT((A1:A30<>"")/COUNTIF(A1:A30,A1:A30&""))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


How do I build a count calculation for column entries where duplicate items
are only counted once
 
Top