Scotster
Board Regular
- Joined
- May 29, 2017
- Messages
- 65
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Looking for some help with a formula to calculate the total requirement of a part over multiple variants. Example below:
Part list with Type Quantity
Type demand for each WK
Total Demand for each part
86 is worked out from the part1 * type1 + part1 * type2, etc. Fairly certain I should be able to use a sumproduct, but i'm struggling as I'm matching column headings to rows etc.
Any help greatly appreciated
Part list with Type Quantity
Type1 | Type2 | Type3 | Type4 | Type5 | |
Part1 | 0 | 1 | 2 | 3 | 4 |
Part2 | 4 | 0 | 1 | 2 | 3 |
Part3 | 3 | 4 | 0 | 1 | 2 |
Part4 | 2 | 3 | 4 | 0 | 1 |
Part5 | 1 | 2 | 3 | 4 | 0 |
Type demand for each WK
WK1 | WK2 | WK3 | WK4 | WK5 | |
Type1 | 0 | 1 | 1 | 1 | 1 |
Type2 | 4 | 4 | 5 | 3 | 6 |
Type3 | 12 | 12 | 9 | 9 | 5 |
Type4 | 10 | 13 | 13 | 14 | 9 |
Type5 | 7 | 6 | 7 | 6 | 7 |
Total Demand for each part
WK1 | WK2 | WK3 | WK4 | WK5 | |
Part1 | 86 | ||||
Part2 | |||||
Part3 | |||||
Part4 | |||||
Part5 |
86 is worked out from the part1 * type1 + part1 * type2, etc. Fairly certain I should be able to use a sumproduct, but i'm struggling as I'm matching column headings to rows etc.
Any help greatly appreciated