Hi
i need some help here.
i need to lookup rates into table 2 base on the destination and weight from table 1.
under table 1, to destination CDG, for weight more than 100kg will be 3.9 and for weight more than 500 will be 3.50
for intance, under table 2 dest to IST and weight is 320kg i need to look up from table 1 the rates which is $2.70 into table 2 .
anybody here know what should be done?
lookup.jpg
table 1
destination
/weight 0 -45 45 100 250 500 1000
CDG 100 20.45 4 3.9 3.8 3.5 3.2
IST 100 20.45 3 2.8 2.7 2.7 2.5
AMS 100 20.45 3.9 3.8 3.7 3.4 3.1
HAM 100 20.45 4.1 4 3.9 3.5 3.2
table 2
DEST weight RATES
CDG 100 (need to look up 3.90 from table 1)
IST 320 (need to look up 2.70 from table 1)
AMS 250 (need to look up 3.70 from table 1)
HAM 999 (need to look up 3.50 from table 1)
Bookmarks