View Single Post
  #2   Report Post  
CLR
 
Posts: n/a
Default

Assuming your coded names are in column A of Sheet1, and your coded names
are also in column A of sheet2 and your real names are in column B of sheet
2, then put this formula in A1 of Sheet3 and copy down.........

=VLOOKUP(Sheet1!$A1,Sheet2!A:B,2,FALSE)

Vaya con Dios,
Chuck, CABGx3


"Gman" wrote in message
...
I have 3 worksheets with information. Sheet one has names in code (text)

and
sheet 2 has the code and the name. I am trying to use LOOKUP to place the
names on sheet 3 instead of the code.