Hrishi
Board Regular
- Joined
- Jan 25, 2017
- Messages
- 56
- Office Version
- 365
- Platform
- Windows
Hello, following is the sample data for quick reference.
there are 4 towers, 5 types of material and 4 suppliers.
i need a formula linked to input cell of tower and vendor, wherein for any combination of tower and vendor , result should show sumproduct for all the list of material.
i have made dropdown list for tower and vendor, but unable to make formula dynamic.
pls help.
there are 4 towers, 5 types of material and 4 suppliers.
i need a formula linked to input cell of tower and vendor, wherein for any combination of tower and vendor , result should show sumproduct for all the list of material.
QTY | QTY | QTY | QTY | QTY | VENDOR RATES | VENDOR RATES | VENDOR RATES | VENDOR RATES | ||
SR NO | ITEM | TOWER1 | TOWER2 | TOWER3 | TOWER4 | TOTAL QTY | ABC | DEF | GHI | JKL |
1 | sand | 10.00 | 32.00 | 22.00 | 42.00 | 106.00 | 50.00 | 55.00 | 65.00 | 45.00 |
2 | cement | 23.00 | 41.00 | 34.00 | 34.00 | 132.00 | 300.00 | 270.00 | 300.00 | 290.00 |
3 | steel | 35.00 | 23.00 | 52.00 | 22.00 | 132.00 | 60.00 | 55.00 | 66.00 | 58.00 |
4 | metal 1 | 25.00 | 16.00 | 55.00 | 61.00 | 157.00 | 40.00 | 38.00 | 42.00 | 37.00 |
5 | metal 2 | 16.00 | 22.00 | 12.00 | 26.00 | 76.00 | 40.00 | 38.00 | 40.00 | 39.00 |
TOTAL | 109.00 | 134.00 | 175.00 | 185.00 | 603.00 |
RESULT | |||
SR NO | TOWER | VENDOR | AMOUNT |
1 | TOWER1 | ABC | 11,140.00 |
TOTAL | 11,140.00 |
i have made dropdown list for tower and vendor, but unable to make formula dynamic.
pls help.