Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 355
Default Sumproduct Question

Is there a limit to the criterium that can be used in sumproduct?
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Sumproduct Question

In Excel 2003 or earlier, the limit is 30 arrays. In Excel 2007, the limit
is 255.

HTH,
Elkar


"Sandy" wrote:

Is there a limit to the criterium that can be used in sumproduct?
Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 355
Default Sumproduct Question

OK Thanks. Alternatively I have my criteria' in book1 A3:A143. And I would
like my sumproduct formula in book2:
=SUMPRODUCT(--($F$3:$F$500=7-F),--($J$3:$J$500=A),--($C$3:$C$500<70773128),--($C$3:$C$500<408435),--($C$3:$C$500<408436),--($C$3:$C$500<408437),--($C$3:$C$500<408438),k$3:k$500)

I would like to add $C$3:$C$500<'[Book1.xls]Sheet1'!$A$3:$A$143
What is the proper structure for the formula?
Thanks!

"Elkar" wrote:

In Excel 2003 or earlier, the limit is 30 arrays. In Excel 2007, the limit
is 255.

HTH,
Elkar


"Sandy" wrote:

Is there a limit to the criterium that can be used in sumproduct?
Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Sumproduct Question

You could try something like:

=SUMPRODUCT(--($F$3:$F$500="7-F",--($J$3:$J$500="A"),--(NOT(ISERROR(MATCH($C$3:$C$500,'[Book1.xls]Sheet1'!$A$3:$A$143,0)))),$K$3:$K$500)

HTH,
Elkar


"Sandy" wrote:

OK Thanks. Alternatively I have my criteria' in book1 A3:A143. And I would
like my sumproduct formula in book2:
=SUMPRODUCT(--($F$3:$F$500=7-F),--($J$3:$J$500=A),--($C$3:$C$500<70773128),--($C$3:$C$500<408435),--($C$3:$C$500<408436),--($C$3:$C$500<408437),--($C$3:$C$500<408438),k$3:k$500)

I would like to add $C$3:$C$500<'[Book1.xls]Sheet1'!$A$3:$A$143
What is the proper structure for the formula?
Thanks!

"Elkar" wrote:

In Excel 2003 or earlier, the limit is 30 arrays. In Excel 2007, the limit
is 255.

HTH,
Elkar


"Sandy" wrote:

Is there a limit to the criterium that can be used in sumproduct?
Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 287
Default Sumproduct Question

I think NOT and ISERROR would give you the reverse result, try

=SUMPRODUCT(--($F$3:$F$500=7-F),--($J$3:$J$500=A),--ISNA(MATCH($C$3:$C$500,'[Book1.xls]Sheet1'!$A$3:$A$143,0)),K$3:K$500)



"Elkar" wrote:

You could try something like:

=SUMPRODUCT(--($F$3:$F$500="7-F",--($J$3:$J$500="A"),--(NOT(ISERROR(MATCH($C$3:$C$500,'[Book1.xls]Sheet1'!$A$3:$A$143,0)))),$K$3:$K$500)

HTH,
Elkar


"Sandy" wrote:

OK Thanks. Alternatively I have my criteria' in book1 A3:A143. And I would
like my sumproduct formula in book2:
=SUMPRODUCT(--($F$3:$F$500=7-F),--($J$3:$J$500=A),--($C$3:$C$500<70773128),--($C$3:$C$500<408435),--($C$3:$C$500<408436),--($C$3:$C$500<408437),--($C$3:$C$500<408438),k$3:k$500)

I would like to add $C$3:$C$500<'[Book1.xls]Sheet1'!$A$3:$A$143
What is the proper structure for the formula?
Thanks!

"Elkar" wrote:

In Excel 2003 or earlier, the limit is 30 arrays. In Excel 2007, the limit
is 255.

HTH,
Elkar


"Sandy" wrote:

Is there a limit to the criterium that can be used in sumproduct?
Thanks!

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
sumproduct question SteveDB1 Excel Worksheet Functions 1 September 21st 07 11:36 PM
Sumproduct question Barb Reinhardt Excel Worksheet Functions 1 September 7th 06 10:38 PM
SumProduct Question Jasmine Excel Worksheet Functions 9 May 8th 06 06:36 PM
SumProduct question Jamesy Excel Discussion (Misc queries) 5 March 31st 06 05:20 PM
sumproduct question taxmom Excel Worksheet Functions 3 April 18th 05 07:01 PM


All times are GMT +1. The time now is 06:46 AM.

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"