I'm trying to look up rates based off of weight and miles.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Weight[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Miles[/TD]
[TD]500[/TD]
[TD]1000[/TD]
[TD]1500[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]250
[/TD]
[TD]4.5[/TD]
[TD]6.5[/TD]
[TD]8.5[/TD]
[TD]10.5[/TD]
[/TR]
[TR]
[TD]500
[/TD]
[TD]7.5[/TD]
[TD]9.5[/TD]
[TD]11.5[/TD]
[TD]13.5[/TD]
[/TR]
[TR]
[TD]750[/TD]
[TD]12.5[/TD]
[TD]14.5[/TD]
[TD]16.5[/TD]
[TD]18.5[/TD]
[/TR]
</tbody>[/TABLE]
I have a cell where I type in the weight and another cell where I type in the miles. I want the 3rd table to be the rate
[TABLE="width: 500"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]675[/TD]
[/TR]
[TR]
[TD]Miles[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]Rate[/TD]
[TD]XX[/TD]
[/TR]
</tbody>[/TABLE]
I know the answer should be 4.5, but not sure how to look it up. Do I use vlookup, hlookup, INDEX, or a combination?
Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Weight[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Miles[/TD]
[TD]500[/TD]
[TD]1000[/TD]
[TD]1500[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]250
[/TD]
[TD]4.5[/TD]
[TD]6.5[/TD]
[TD]8.5[/TD]
[TD]10.5[/TD]
[/TR]
[TR]
[TD]500
[/TD]
[TD]7.5[/TD]
[TD]9.5[/TD]
[TD]11.5[/TD]
[TD]13.5[/TD]
[/TR]
[TR]
[TD]750[/TD]
[TD]12.5[/TD]
[TD]14.5[/TD]
[TD]16.5[/TD]
[TD]18.5[/TD]
[/TR]
</tbody>[/TABLE]
I have a cell where I type in the weight and another cell where I type in the miles. I want the 3rd table to be the rate
[TABLE="width: 500"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]675[/TD]
[/TR]
[TR]
[TD]Miles[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]Rate[/TD]
[TD]XX[/TD]
[/TR]
</tbody>[/TABLE]
I know the answer should be 4.5, but not sure how to look it up. Do I use vlookup, hlookup, INDEX, or a combination?
Thanks!