Hi,
Struggling to find the answer to this one and whatever formula I try is returning an error of #N/A
I have two worksheets the first with transport data - customer,collection point, delivery point, haulier and number of pallets - all this information is in columns; the second sheet with the rates show haulier, customer, validity, delivery point in columns and then pallet numbers run across a row with rates tying in underneath. i have simplified this below.
I am just trying to reference all the data and work out what the cost for the variables would be in the example the cell i'm trying to find is H8 (320) - any help would be hugely appreciated.
I have already tried the following and several modified versions:
=INDEX('RATE LOOKUPS'!$E$6:$I$9,MATCH(1,('MASTER DATA'!A:A='RATE LOOKUPS'!C:C)*('MASTER DATA'!B:B='RATE LOOKUPS'!B:B)*('MASTER DATA'!C:C='RATE LOOKUPS'!D:D)*('MASTER DATA'!D:D='RATE LOOKUPS'!A:A)*('MASTER DATA'!E:E='RATE LOOKUPS'!E5:I5),0))
Struggling to find the answer to this one and whatever formula I try is returning an error of #N/A
I have two worksheets the first with transport data - customer,collection point, delivery point, haulier and number of pallets - all this information is in columns; the second sheet with the rates show haulier, customer, validity, delivery point in columns and then pallet numbers run across a row with rates tying in underneath. i have simplified this below.
I am just trying to reference all the data and work out what the cost for the variables would be in the example the cell i'm trying to find is H8 (320) - any help would be hugely appreciated.
I have already tried the following and several modified versions:
=INDEX('RATE LOOKUPS'!$E$6:$I$9,MATCH(1,('MASTER DATA'!A:A='RATE LOOKUPS'!C:C)*('MASTER DATA'!B:B='RATE LOOKUPS'!B:B)*('MASTER DATA'!C:C='RATE LOOKUPS'!D:D)*('MASTER DATA'!D:D='RATE LOOKUPS'!A:A)*('MASTER DATA'!E:E='RATE LOOKUPS'!E5:I5),0))
Excel 2010 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Customer | Origin | Destination | Line | Pallets | Cost | |||||
2 | WALLMART | HONG KONG | LOS ANGELES | Maersk | 4 | ? | |||||
3 | |||||||||||
4 | PALLETS | ||||||||||
5 | LINE | ORIGIN | CUSTOMER | DESTINATION | 1 | 2 | 3 | 4 | 5 | ||
6 | MOL | SHANGHAI | WALLMART | WASHINGTON | 200 | 275 | 350 | 420 | 500 | ||
7 | EVERGREEN | SHANGHAI | COSTCO | SAN DIEGO | 250 | 325 | 400 | 470 | 550 | ||
8 | MAERSK | HONG KONG | WALLMART | LOS ANGELES | 100 | 175 | 250 | 320 | 400 | ||
9 | APL | HONG KONG | COSTCO | NEW YORK | 150 | 225 | 300 | 370 | 450 | ||
Sheet9 |