I am very confused about Lookup.
Let say I have a list of Weapons from Weapon A to Weapon E and their associated win rate. In Table2, Player1 picked Weapon C and I want the column "Weapon Win Rate" to match Table 1 Weapon C win rate which is 30.
I tried to use Lookup, but it only works for value but not text. May I know if there is another function that I can use to look up text?
Table 1.
Weapon | Win Rate |
---|---|
A | 10 |
B | 20 |
C | 30 |
D | 40 |
E | 50 |
Table 2.
Player | Weapon | Weapon Win Rate |
---|---|---|
Player1 | C | |
Player2 | B | |
Player3 | A | |
Player4 | E | |
Player5 | D |
Thanks for your help. Kelvin