Steve 1962
Active Member
- Joined
- Jan 3, 2006
- Messages
- 379
- Office Version
- 365
- Platform
- Windows
Hi All
I am inputting values into row 2 under certain labels. Each label has a value which corresponds with the values in table A5:B9. The total is then shown in cell B12 (product of a multiplication).
I am trying to remove the intermediate step which requires table D12:E16. I assume a MATCH / INDEX / HLOOKUP or SUMPRODUCT formula may be the answer but I'm not sure.
There are only 5 labels shown here but I need the flexibility to expand.
Thanks
I am inputting values into row 2 under certain labels. Each label has a value which corresponds with the values in table A5:B9. The total is then shown in cell B12 (product of a multiplication).
I am trying to remove the intermediate step which requires table D12:E16. I assume a MATCH / INDEX / HLOOKUP or SUMPRODUCT formula may be the answer but I'm not sure.
There are only 5 labels shown here but I need the flexibility to expand.
Thanks
Book1 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ABC | DEF | GHI | JKL | MNO | ||
2 | 2 | 0 | 5 | 0 | 6 | ||
3 | |||||||
4 | |||||||
5 | ABC | 16.1 | |||||
6 | DEF | 12.8 | |||||
7 | GHI | 15.4 | |||||
8 | JKL | 11.4 | |||||
9 | MNO | 12.5 | |||||
10 | |||||||
11 | |||||||
12 | Total | 184.2 | ABC | 32.2 | |||
13 | DEF | 0.0 | |||||
14 | GHI | 77.0 | |||||
15 | JKL | 0.0 | |||||
16 | MNO | 75.0 | |||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B12 | =SUM(E12:E16) | |
E12 | =A2*B5 | |
E13 | =B2*B6 | |
E14 | =C2*B7 | |
E15 | =D2*B8 | |
E16 | =E2*B9 |