I want to replace a name field with the name's key
In sheet1 you have the following:
In sheet2 you have the key to this
I want to replace the names in the first sheet by the key on the second sheet.
This is for converting a lookup value from the name to the key.
Any help?
Sera
In sheet1 you have the following:
Code:
[u]names[/u]
bob
sue
jim
james
bob
james
sue
fred
jim
fred
In sheet2 you have the key to this
Code:
[u]key[/u] [u]name[/u]
14 bob
28 sue
22 jim
61 james
25 fred
I want to replace the names in the first sheet by the key on the second sheet.
This is for converting a lookup value from the name to the key.
Any help?
Sera