Hello Guys!
Can you help me in solving this excel problem?
I have a data in one sheet and I need to reference this data into another sheet.
Sheet 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Weight per shipment[/TD]
[TD]5.1960[/TD]
[/TR]
[TR]
[TD]Zone[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Cost[/TD]
[TD]$--------[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]Zone1[/TD]
[TD]Zone2[/TD]
[TD]Zone3[/TD]
[TD]Zone4[/TD]
[TD]Zone5[/TD]
[TD]Zone6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]$0.1[/TD]
[TD]$0.2[/TD]
[TD]$0.3[/TD]
[TD]$0.4[/TD]
[TD]$0.5[/TD]
[TD]$0.6[/TD]
[/TR]
[TR]
[TD]4.5[/TD]
[TD]$1.1[/TD]
[TD]$1.2[/TD]
[TD]$1.3[/TD]
[TD]$1.4[/TD]
[TD]$1.5[/TD]
[TD]$1.6[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]$2.5[/TD]
[TD]$2.6[/TD]
[TD]$2.7[/TD]
[TD]$2.8[/TD]
[TD]$2.9[/TD]
[TD]$3.0[/TD]
[/TR]
[TR]
[TD]5.5[/TD]
[TD]$3.5[/TD]
[TD]$3.6[/TD]
[TD]$3.7[/TD]
[TD]$3.8[/TD]
[TD]$3.9[/TD]
[TD]$4.0[/TD]
[/TR]
</tbody>[/TABLE]
So let's say, on sheet 1, I have data for the weight and Zone. However the zone is not the exact value as was found in sheet 2. In this case, I will have to select 5.5 since the weight is already greater than 5.
Also, the zone is 6. Thus if i take the intersection of zone 6 and the weight of 5.5 I should be able to get $4.0 as cost. How should I input my formula in sheet 1 (Cost row) so that I will be able to get the correct cost for every ZOne and weight input?
Please help me with this guys. Thank you very much!
Can you help me in solving this excel problem?
I have a data in one sheet and I need to reference this data into another sheet.
Sheet 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Weight per shipment[/TD]
[TD]5.1960[/TD]
[/TR]
[TR]
[TD]Zone[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Cost[/TD]
[TD]$--------[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Weight[/TD]
[TD]Zone1[/TD]
[TD]Zone2[/TD]
[TD]Zone3[/TD]
[TD]Zone4[/TD]
[TD]Zone5[/TD]
[TD]Zone6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]$0.1[/TD]
[TD]$0.2[/TD]
[TD]$0.3[/TD]
[TD]$0.4[/TD]
[TD]$0.5[/TD]
[TD]$0.6[/TD]
[/TR]
[TR]
[TD]4.5[/TD]
[TD]$1.1[/TD]
[TD]$1.2[/TD]
[TD]$1.3[/TD]
[TD]$1.4[/TD]
[TD]$1.5[/TD]
[TD]$1.6[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]$2.5[/TD]
[TD]$2.6[/TD]
[TD]$2.7[/TD]
[TD]$2.8[/TD]
[TD]$2.9[/TD]
[TD]$3.0[/TD]
[/TR]
[TR]
[TD]5.5[/TD]
[TD]$3.5[/TD]
[TD]$3.6[/TD]
[TD]$3.7[/TD]
[TD]$3.8[/TD]
[TD]$3.9[/TD]
[TD]$4.0[/TD]
[/TR]
</tbody>[/TABLE]
So let's say, on sheet 1, I have data for the weight and Zone. However the zone is not the exact value as was found in sheet 2. In this case, I will have to select 5.5 since the weight is already greater than 5.
Also, the zone is 6. Thus if i take the intersection of zone 6 and the weight of 5.5 I should be able to get $4.0 as cost. How should I input my formula in sheet 1 (Cost row) so that I will be able to get the correct cost for every ZOne and weight input?
Please help me with this guys. Thank you very much!