M
matt
Hey...who can help me out.
I'm trying to use SUMPRODUCT to sum the products of a row
meeting criteria. However, I need to do this twice in
many rows...se example:
A B C D E
1 0 1 1 30
0 1 1 0 40
1 1 1 1 20
What I need is a formula that will give me (A*C*D*E)+
(B*C*D*E) and sum for all rows. However, my REAL data
contain many many more columns and doing the REAL formula
this way puts me above the formula character limit.
What I'm considering is something that would work more
like ((A+B)*C*D*E) and sum for all rows ...as this looks
like it is shorter in theory. But I can't make this work
with SUMPRODUCT. Anyone have ideas???
thx
-matt
I'm trying to use SUMPRODUCT to sum the products of a row
meeting criteria. However, I need to do this twice in
many rows...se example:
A B C D E
1 0 1 1 30
0 1 1 0 40
1 1 1 1 20
What I need is a formula that will give me (A*C*D*E)+
(B*C*D*E) and sum for all rows. However, my REAL data
contain many many more columns and doing the REAL formula
this way puts me above the formula character limit.
What I'm considering is something that would work more
like ((A+B)*C*D*E) and sum for all rows ...as this looks
like it is shorter in theory. But I can't make this work
with SUMPRODUCT. Anyone have ideas???
thx
-matt