Thread: Changing Data
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default Changing Data

If you have a table in sheet say Fullnames, e.g like this
A B
DS Dave Smith
etc.

then you can use =VLOOKUP("DS",Fullnames!A:B;2;False) to return "Dave Smith".

Insted of "DS" you can use cell reference, e.g. C2 containing initials.

Regards,
Stefi

Eán ezt *rta:

What formula should I use to change some initials into names?
For example DS to become Dave Smith?