
Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
Bob, please explain the need for
a) the 2 in ""2
and
b) the need for &""
best wishes

Signature
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
> =SUMPRODUCT(--($A$2:$A2000<>""2)/COUNTIF($A$2:$A2000,$A$2:$A2000&""))
>
[quoted text clipped - 17 lines]
>>
>> Cheers, Anthony
Bob Phillips - 17 Oct 2006 14:49 GMT
The &"" is easy. It is used to avoid a otherwise you get a #DIV/0 error if
there are any blank cells. The test for blanks is used to avoid counting
blanks as a unique item.
The 2 is not so easy, well actually it is, it is a typo, it shouldn't be
there.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Bob, please explain the need for
> a) the 2 in ""2
[quoted text clipped - 22 lines]
> >>
> >> Cheers, Anthony