#1   Report Post  
Murph
 
Posts: n/a
Default SumProduct?

I thought Sumproduct would be correct for retrieving the correct information:

I am trying to have 2 different conditions filled and then sum'd
1st condition is to search for the number 1, 2, or 3 in a set of 5 cells in
a row (there are 297 rows)
2nd condition is to search for the letter R in the same row in one certain
cell.
If both conditions are met than I want those rows to be summed.

Formula I used was
=SUMPRODUCT(--('Proof-Press'!I3:M3300),--('Proof-Press'!O3:O330="R"))

all I get in return is !### error.. any help?
  #2   Report Post  
bj
 
Posts: n/a
Default

Sum product needs to have the same size arrays in each condition
try
=SUMPRODUCT(--('Proof-Press'!I3:I330+'Proof-Press'!j3:j330+'Proof-Press'!K3:K330+'Proof-Press'!L3:L330+'Proof-Press'!M3:M3300),--('Proof-Press'!O3:O330="R"))



"Murph" wrote:

I thought Sumproduct would be correct for retrieving the correct information:

I am trying to have 2 different conditions filled and then sum'd
1st condition is to search for the number 1, 2, or 3 in a set of 5 cells in
a row (there are 297 rows)
2nd condition is to search for the letter R in the same row in one certain
cell.
If both conditions are met than I want those rows to be summed.

Formula I used was
=SUMPRODUCT(--('Proof-Press'!I3:M3300),--('Proof-Press'!O3:O330="R"))

all I get in return is !### error.. any help?

  #3   Report Post  
bj
 
Posts: n/a
Default

I meant to add
or
=sumproduct(--(sum(offset('Proof-Press'!I3:I330,0,0,1,5)0),),--('Proof-Press'!O3:O330="R"))


"bj" wrote:

Sum product needs to have the same size arrays in each condition
try
=SUMPRODUCT(--('Proof-Press'!I3:I330+'Proof-Press'!j3:j330+'Proof-Press'!K3:K330+'Proof-Press'!L3:L330+'Proof-Press'!M3:M3300),--('Proof-Press'!O3:O330="R"))



"Murph" wrote:

I thought Sumproduct would be correct for retrieving the correct information:

I am trying to have 2 different conditions filled and then sum'd
1st condition is to search for the number 1, 2, or 3 in a set of 5 cells in
a row (there are 297 rows)
2nd condition is to search for the letter R in the same row in one certain
cell.
If both conditions are met than I want those rows to be summed.

Formula I used was
=SUMPRODUCT(--('Proof-Press'!I3:M3300),--('Proof-Press'!O3:O330="R"))

all I get in return is !### error.. any help?

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 Peter B Excel Worksheet Functions 1 March 7th 05 01:59 PM
sumproduct causing memory errors? dave Excel Worksheet Functions 1 March 3rd 05 09:31 AM
Can I reference =, <, or > sign in SUMPRODUCT BobT Excel Discussion (Misc queries) 7 February 16th 05 01:58 PM
Sumproduct function not working Scott Summerlin Excel Worksheet Functions 12 December 4th 04 05:15 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


All times are GMT +1. The time now is 12:21 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"