Changing Data

  • Thread starter Thread starter Eán
  • Start date Start date
E

Eán

What formula should I use to change some initials into names?
For example DS to become Dave Smith?
 
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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top