Dear All,
I would like to perform a 2 way lookup across 2 different sheets.
In the Sheet1 I do have the following Store-wise Weight-Slab-wise rate matrix spread across A2:E6(from where the look-up has to happen).
Sheet1
<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 41px;"><col style="width: 46px;"><col style="width: 46px;"><col style="width: 46px;"><col style="width: 58px;"></colgroup><tbody>
[TD="bgcolor: #CACACA, align: center"]1[/TD]
[TD="colspan: 4, align: center"]Weight Matrix Kg(As Per Slabs)[/TD]
[TD="bgcolor: #CACACA, align: center"]2[/TD]
[TD="align: center"]Store[/TD]
[TD="align: center"]50[/TD]
[TD="align: center"]100[/TD]
[TD="align: center"]150[/TD]
[TD="align: center"]200[/TD]
[TD="bgcolor: #CACACA, align: center"]3[/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]$1,000[/TD]
[TD="align: center"]$1,200[/TD]
[TD="align: center"]$1,400[/TD]
[TD="align: center"]$1,600[/TD]
[TD="bgcolor: #CACACA, align: center"]4[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]$1,500[/TD]
[TD="align: center"]$1,800[/TD]
[TD="align: center"]$2,100[/TD]
[TD="align: center"]$2,400[/TD]
[TD="bgcolor: #CACACA, align: center"]5[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]$2,000[/TD]
[TD="align: center"]$2,400[/TD]
[TD="align: center"]$2,800[/TD]
[TD="align: center"]$3,200[/TD]
[TD="bgcolor: #CACACA, align: center"]6[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]$2,500[/TD]
[TD="align: center"]$3,000[/TD]
[TD="align: center"]$3,500[/TD]
[TD="align: center"]$4,000[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie Html" target="_blank"> Excel Jeanie HTML 4
The store names are across the column A(A3:A6) and the rates across these 4 stores under different slabs are present across B3:E6.
For example,The applicable rate for 50 Kg for store A is $1000 and the same for 100kg for storeA is $1200 and so on.
Now based on this matrix in Sheet1 I want to calculate the freight rate based on store & weight-slab in Sheet2:-
Sheet2
<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 38px;"><col style="width: 72px;"><col style="width: 129px;"></colgroup><tbody>
[TD="bgcolor: #CACACA, align: center"]1[/TD]
[TD="align: center"]Store[/TD]
[TD="align: center"]Weight(Kg)[/TD]
[TD="align: center"]Rate(Desired Result)[/TD]
[TD="bgcolor: #CACACA, align: center"]2[/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]50[/TD]
[TD="bgcolor: #FFFF00, align: center"]$1,000[/TD]
[TD="bgcolor: #CACACA, align: center"]3[/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]150[/TD]
[TD="bgcolor: #FFFF00, align: center"]$1,400[/TD]
[TD="bgcolor: #CACACA, align: center"]4[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]200[/TD]
[TD="bgcolor: #FFFF00, align: center"]$2,400[/TD]
[TD="bgcolor: #CACACA, align: center"]5[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]150[/TD]
[TD="bgcolor: #FFFF00, align: center"]$2,800[/TD]
[TD="bgcolor: #CACACA, align: center"]6[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]200[/TD]
[TD="bgcolor: #FFFF00, align: center"]$4,000[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie Html" target="_blank"> Excel Jeanie HTML 4
To further explain, I want the formula across C2:C6(in Sheet2) to match the store and the weight (from Sheet1) and subsequently pick up the Rate from the data set spread across A2:E6(from Sheet1).
Would be grateful if somebody helps with the correct formula.
Regards
I would like to perform a 2 way lookup across 2 different sheets.
In the Sheet1 I do have the following Store-wise Weight-Slab-wise rate matrix spread across A2:E6(from where the look-up has to happen).
Sheet1
* | A | B | C | D | E |
* | |||||
<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 41px;"><col style="width: 46px;"><col style="width: 46px;"><col style="width: 46px;"><col style="width: 58px;"></colgroup><tbody>
[TD="bgcolor: #CACACA, align: center"]1[/TD]
[TD="colspan: 4, align: center"]Weight Matrix Kg(As Per Slabs)[/TD]
[TD="bgcolor: #CACACA, align: center"]2[/TD]
[TD="align: center"]Store[/TD]
[TD="align: center"]50[/TD]
[TD="align: center"]100[/TD]
[TD="align: center"]150[/TD]
[TD="align: center"]200[/TD]
[TD="bgcolor: #CACACA, align: center"]3[/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]$1,000[/TD]
[TD="align: center"]$1,200[/TD]
[TD="align: center"]$1,400[/TD]
[TD="align: center"]$1,600[/TD]
[TD="bgcolor: #CACACA, align: center"]4[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]$1,500[/TD]
[TD="align: center"]$1,800[/TD]
[TD="align: center"]$2,100[/TD]
[TD="align: center"]$2,400[/TD]
[TD="bgcolor: #CACACA, align: center"]5[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]$2,000[/TD]
[TD="align: center"]$2,400[/TD]
[TD="align: center"]$2,800[/TD]
[TD="align: center"]$3,200[/TD]
[TD="bgcolor: #CACACA, align: center"]6[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]$2,500[/TD]
[TD="align: center"]$3,000[/TD]
[TD="align: center"]$3,500[/TD]
[TD="align: center"]$4,000[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie Html" target="_blank"> Excel Jeanie HTML 4
The store names are across the column A(A3:A6) and the rates across these 4 stores under different slabs are present across B3:E6.
For example,The applicable rate for 50 Kg for store A is $1000 and the same for 100kg for storeA is $1200 and so on.
Now based on this matrix in Sheet1 I want to calculate the freight rate based on store & weight-slab in Sheet2:-
Sheet2
* | A | B | C |
<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 38px;"><col style="width: 72px;"><col style="width: 129px;"></colgroup><tbody>
[TD="bgcolor: #CACACA, align: center"]1[/TD]
[TD="align: center"]Store[/TD]
[TD="align: center"]Weight(Kg)[/TD]
[TD="align: center"]Rate(Desired Result)[/TD]
[TD="bgcolor: #CACACA, align: center"]2[/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]50[/TD]
[TD="bgcolor: #FFFF00, align: center"]$1,000[/TD]
[TD="bgcolor: #CACACA, align: center"]3[/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]150[/TD]
[TD="bgcolor: #FFFF00, align: center"]$1,400[/TD]
[TD="bgcolor: #CACACA, align: center"]4[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]200[/TD]
[TD="bgcolor: #FFFF00, align: center"]$2,400[/TD]
[TD="bgcolor: #CACACA, align: center"]5[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]150[/TD]
[TD="bgcolor: #FFFF00, align: center"]$2,800[/TD]
[TD="bgcolor: #CACACA, align: center"]6[/TD]
[TD="align: center"]D[/TD]
[TD="align: center"]200[/TD]
[TD="bgcolor: #FFFF00, align: center"]$4,000[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie Html" target="_blank"> Excel Jeanie HTML 4
To further explain, I want the formula across C2:C6(in Sheet2) to match the store and the weight (from Sheet1) and subsequently pick up the Rate from the data set spread across A2:E6(from Sheet1).
Would be grateful if somebody helps with the correct formula.
Regards