I have 2 spreadsheets.
The first spreasheet (spreadsheet 1) in column A, is a list of post code areas (NW, SO, IP etc). There are 3 other columns each with different numbers (costs) for that postcode area.
In the other spreadsheet (spreadsheet 2) I have a list of orders. Each order has a postcode area and a quantity and a cost (which i need to calculate).
What I need to do is look up each of the postcode areas and the quantities in spreadsheet 2 and possible do a vlookup (or whatever i need) on spreadsheet 1 so i can find the cost.
I know i can do a vlookup to find the postcode area and return a value but how i choose the right cost for the given quantity?
example: it should look for PL in spreadsheet 1 and find 20 as the cost and for the other order it should find 25
Spreadsheet 2 order
Spreadsheet 1
I haven't got a clue how i choose which column to look in so any help appreciated.
I hoe i have explained it well enough
The first spreasheet (spreadsheet 1) in column A, is a list of post code areas (NW, SO, IP etc). There are 3 other columns each with different numbers (costs) for that postcode area.
In the other spreadsheet (spreadsheet 2) I have a list of orders. Each order has a postcode area and a quantity and a cost (which i need to calculate).
What I need to do is look up each of the postcode areas and the quantities in spreadsheet 2 and possible do a vlookup (or whatever i need) on spreadsheet 1 so i can find the cost.
I know i can do a vlookup to find the postcode area and return a value but how i choose the right cost for the given quantity?
example: it should look for PL in spreadsheet 1 and find 20 as the cost and for the other order it should find 25
Spreadsheet 2 order
P/Code Qty Cost
PL 1 ?
PL 2 ?
Spreadsheet 1
P/Code 1 2 3
PL 20 25 30
I haven't got a clue how i choose which column to look in so any help appreciated.
I hoe i have explained it well enough