![]() |
Changing Data
What formula should I use to change some initials into names?
For example DS to become Dave Smith? |
Changing Data
Use VLOOKUP(). See:
http://www.contextures.com/xlFunctions02.html -- Gary''s Student - gsnu200804 "Eán" wrote: What formula should I use to change some initials into names? For example DS to become Dave Smith? |
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? |
All times are GMT +1. The time now is 04:08 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com