Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / February 2008

Tip: Looking for answers? Try searching our database.

"countifs" convert to formula in XL2002

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Alan - 11 Feb 2008 09:03 GMT
Hi,

xl2007 formula "COUNTIFS" as following:-

=COUNTIFS('MTD Reach'!K:K,">0",'MTD Reach'!A:A,B12:B277)

*Criteria range 1 = 'MTD Reach' (Sales data)
*Criteria 1 = >0 (More than 0)
*Criteria range 2 = 'MTD Reach'!A:A (Range of source data)
*Criteria 2 = B12:B277(Data Match)

how to convert it to suit xl2000-2003 version

Regards

Alan
Bob Phillips - 11 Feb 2008 09:16 GMT
=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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.