I have 2 tables that have the following fields
Table 1)
StaffID RankID Score Quantum
Mary 1 75 (to be computed)
Table 2)
<Parameter ><Rank 1><Rank 2><Rank 3><Rank 4>
0-49 5 <0.00> <0.00> <0.00><0.00><0.00
50 4 <0.40> <0.40> <0.40><0.40><0.40
51-69 3 <1.30> <1.15> <1.05><1.00><0.95
70-89 2 <1.68> <1.44> <1.31><1.20><1.14
90-100 1 <2.10> <1.75> <1.60><1.42><1.33</p>
<p>I need to compute the quantum in Table 1 by looking up in Table 2.
This is to be based on (1) rank (2) Score
What is the most efficient way to construct the vlookup.
Should I change Table 2? (table 1 is fixed and I cannot modify it)</p>
<p>Sorry for not checking on earlier posts which may have the answers.
Sorry, I use < and > to assist with viewing the data since the spacing did not appear correct.
Thanks advance for your help!`
Table 1)
StaffID RankID Score Quantum
Mary 1 75 (to be computed)
Table 2)
<Parameter ><Rank 1><Rank 2><Rank 3><Rank 4>
0-49 5 <0.00> <0.00> <0.00><0.00><0.00
50 4 <0.40> <0.40> <0.40><0.40><0.40
51-69 3 <1.30> <1.15> <1.05><1.00><0.95
70-89 2 <1.68> <1.44> <1.31><1.20><1.14
90-100 1 <2.10> <1.75> <1.60><1.42><1.33</p>
<p>I need to compute the quantum in Table 1 by looking up in Table 2.
This is to be based on (1) rank (2) Score
What is the most efficient way to construct the vlookup.
Should I change Table 2? (table 1 is fixed and I cannot modify it)</p>
<p>Sorry for not checking on earlier posts which may have the answers.
Sorry, I use < and > to assist with viewing the data since the spacing did not appear correct.
Thanks advance for your help!`