Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 152
Default "countifs" convert to formula in XL2002

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default "countifs" convert to formula in XL2002


=SUMPRODUCT(--(K2:K2000),--(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.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Alan" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 152
Default "countifs" convert to formula in XL2002

Hi Bob,

thanks, is work

=SUMPRODUCT(--('MTD Reach'!K2:K12930),--(ISNUMBER(MATCH('MTD
Reach'!A2:A1293,B12,0))))

thank you very much..:)

Alan

"Bob Phillips" wrote:


=SUMPRODUCT(--(K2:K2000),--(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.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Alan" wrote in message
...
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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i convert this to a formula +"sheet1!J"&(sheet2!A30)-1 joel Excel Worksheet Functions 3 December 5th 07 01:48 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
convert "15000" to "Fifteen thousand" in excel cell? anurag Excel Worksheet Functions 1 May 4th 06 07:58 AM
can we convert "2 days 16 hrs" to " 64hrs" using excel functions chris Excel Worksheet Functions 5 April 24th 06 12:53 AM
Why does excel convert my text "6990011011234" to "6.99E+12"? pj Excel Discussion (Misc queries) 1 January 8th 06 03:27 AM


All times are GMT +1. The time now is 02:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"