Hi there, sheet attached.
I am trying to arrive at the results in the yellow cells without needing the blue cells inbetween.
A sumproduct would be best but the 2nd row of blue cells has an if statement in it.
MQ
Hi there, sheet attached.
I am trying to arrive at the results in the yellow cells without needing the blue cells inbetween.
A sumproduct would be best but the 2nd row of blue cells has an if statement in it.
MQ
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
=sumproduct(c3:l3,c5:l5)
=sumproduct((c2:l2*c3:l3)*(c5:l5<>0))
Last edited by 8Jinx; 04-07-2014 at 11:55 PM.
Hi pickslides,
See the attached for some yellow formulas.
Charley Kyd did a great job explaining SumProduct for me at http://exceluser.com/formulas/sumproduct_12.htm .
Last edited by MarvinP; 04-08-2014 at 12:02 AM.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
For the 1st 1...
=SUMPRODUCT((C3:L3)*(C5:L5))
for the 2nd...
=SUMPRODUCT((C2:L2)*(C3:L3)*(C5:L5>0))
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks