I know there's an easy way to do this, but I can't figure it out. I need sumproduct to work on two different data sets vertically. I usually do them where the criteria and data are in separate columns.
I've put a simplified example below. I'm getting tired of doing the formula I've been using because I'm always adding rows to it and i have to manually add them each time.
Column A Column B
1 Product A
2 Price $5.00
3 Mix 50.0%
4
5 Product B
6 Price $3.99
7 Mix 20.0%
8
9 Product C
10 Price $2.99
11 Mix 30.0%
$4.20
formula =(B2*B3)+(B6*B7)+(B10*B11)+ (blah * blah) + (yuck * yuck)+(this s*cks * this s*cks)
I've put a simplified example below. I'm getting tired of doing the formula I've been using because I'm always adding rows to it and i have to manually add them each time.
Column A Column B
1 Product A
2 Price $5.00
3 Mix 50.0%
4
5 Product B
6 Price $3.99
7 Mix 20.0%
8
9 Product C
10 Price $2.99
11 Mix 30.0%
$4.20
formula =(B2*B3)+(B6*B7)+(B10*B11)+ (blah * blah) + (yuck * yuck)+(this s*cks * this s*cks)