[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Cubic[/TD]
[TD]Local $[/TD]
[TD]Outer Area $[/TD]
[TD]ShortHaul $[/TD]
[TD]Longhaul $[/TD]
[TD]InterIsland $[/TD]
[/TR]
[TR]
[TD]0.003[/TD]
[TD]2.00[/TD]
[TD]4.00[/TD]
[TD]6.00[/TD]
[TD]8.00[/TD]
[TD]10.00[/TD]
[/TR]
[TR]
[TD]0.005
[/TD]
[TD]2.20[/TD]
[TD]4.40[/TD]
[TD]6.60[/TD]
[TD]8.80[/TD]
[TD]11.00[/TD]
[/TR]
[TR]
[TD]0.008
[/TD]
[TD]2.40[/TD]
[TD]4.80[/TD]
[TD]7.20[/TD]
[TD]9.60[/TD]
[TD]12.00[/TD]
[/TR]
[TR]
[TD]0.01[/TD]
[TD]2.60[/TD]
[TD]5.20[/TD]
[TD]7.80[/TD]
[TD]10.40[/TD]
[TD]13.00[/TD]
[/TR]
[TR]
[TD]0.012[/TD]
[TD]2.80[/TD]
[TD]5.60[/TD]
[TD]8.40[/TD]
[TD]11.20[/TD]
[TD]14.00[/TD]
[/TR]
[TR]
[TD]0.016[/TD]
[TD]3.00[/TD]
[TD]6.00[/TD]
[TD]9.00[/TD]
[TD]12.00[/TD]
[TD]15.00[/TD]
[/TR]
[TR]
[TD]0.02[/TD]
[TD]3.20[/TD]
[TD]6.40[/TD]
[TD]9.60[/TD]
[TD]12.80[/TD]
[TD]16.00[/TD]
[/TR]
</tbody>[/TABLE]
Hi, I am new here and have spent a bit of time looking for the best way to obtain the right answer.
The above table is charges our courier applies for tickets to different areas we send orders.
I already have another worksheet with a cell that is determining the correct area (IE. local, etc) but also need to enter into the next cell a number up to 3 decimal places. From there I need to get a result of the higher value. IE. 0.006 local = $2.40 charge OR 0.011 longhaul = $11.20
I have tried index/match but it needs an exact match. I have tried vlookup with TRUE but it rounds down. I have tried roundup on the cell figure first and then vlookup but the increments in the courier rate schedule don't match.
Does anyone have any ideas of what formula I can use? I'm going crazy
<tbody>[TR]
[TD]Cubic[/TD]
[TD]Local $[/TD]
[TD]Outer Area $[/TD]
[TD]ShortHaul $[/TD]
[TD]Longhaul $[/TD]
[TD]InterIsland $[/TD]
[/TR]
[TR]
[TD]0.003[/TD]
[TD]2.00[/TD]
[TD]4.00[/TD]
[TD]6.00[/TD]
[TD]8.00[/TD]
[TD]10.00[/TD]
[/TR]
[TR]
[TD]0.005
[/TD]
[TD]2.20[/TD]
[TD]4.40[/TD]
[TD]6.60[/TD]
[TD]8.80[/TD]
[TD]11.00[/TD]
[/TR]
[TR]
[TD]0.008
[/TD]
[TD]2.40[/TD]
[TD]4.80[/TD]
[TD]7.20[/TD]
[TD]9.60[/TD]
[TD]12.00[/TD]
[/TR]
[TR]
[TD]0.01[/TD]
[TD]2.60[/TD]
[TD]5.20[/TD]
[TD]7.80[/TD]
[TD]10.40[/TD]
[TD]13.00[/TD]
[/TR]
[TR]
[TD]0.012[/TD]
[TD]2.80[/TD]
[TD]5.60[/TD]
[TD]8.40[/TD]
[TD]11.20[/TD]
[TD]14.00[/TD]
[/TR]
[TR]
[TD]0.016[/TD]
[TD]3.00[/TD]
[TD]6.00[/TD]
[TD]9.00[/TD]
[TD]12.00[/TD]
[TD]15.00[/TD]
[/TR]
[TR]
[TD]0.02[/TD]
[TD]3.20[/TD]
[TD]6.40[/TD]
[TD]9.60[/TD]
[TD]12.80[/TD]
[TD]16.00[/TD]
[/TR]
</tbody>[/TABLE]
Hi, I am new here and have spent a bit of time looking for the best way to obtain the right answer.
The above table is charges our courier applies for tickets to different areas we send orders.
I already have another worksheet with a cell that is determining the correct area (IE. local, etc) but also need to enter into the next cell a number up to 3 decimal places. From there I need to get a result of the higher value. IE. 0.006 local = $2.40 charge OR 0.011 longhaul = $11.20
I have tried index/match but it needs an exact match. I have tried vlookup with TRUE but it rounds down. I have tried roundup on the cell figure first and then vlookup but the increments in the courier rate schedule don't match.
Does anyone have any ideas of what formula I can use? I'm going crazy