=SUMPRODUCT(--(K2:K200>0),--(ISNUMBER(MATCH(A2:A200,B12:B277,0))))
Note that SUMPRODUCT doesn't work with complete columns pre Excel 2007, you
have to specify a range.

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hi,
>
[quoted text clipped - 12 lines]
>
> Alan
Alan - 11 Feb 2008 10:01 GMT
Hi Bob,
thanks, is work
=SUMPRODUCT(--('MTD Reach'!K2:K1293>0),--(ISNUMBER(MATCH('MTD
Reach'!A2:A1293,B12,0))))
thank you very much..:)
Alan
> =SUMPRODUCT(--(K2:K200>0),--(ISNUMBER(MATCH(A2:A200,B12:B277,0))))
>
[quoted text clipped - 17 lines]
> >
> > Alan