» Encoding a Sequence of Letters
CATEGORY - Excel Text Formulas
VERSION - All Microsoft Excel Versions
Column A contains a series of letters, column B contains matching codes for each letter.
We want to create new strings composed of the codes matching each of the letter strings shown in column D.
Solution:
Use the VLOOKUP and MID functions as shown in the following formula:
=VLOOKUP(MID(D2,1,1),$A$2:$B$7,2,FALSE)&" "&VLOOKUP(MID(D2,2,1),$A$2:$B$7,2,FALSE)&" "&VLOOKUP(MID(D2,3,1),$A$2:$B$7,2,FALSE)
Book Store:
Recommended Books:
- Accounting the Easy Way
- Microsoft Excel 2002 Formulas (With CD-ROM)
- Microsoft Excel Version 2002 Step by Step
- The Essential 55: An Award-Winning Educator's Rules for Discovering the Successful Student in Every Child
- Rich Dad's Guide to Investing: What the Rich Invest in, That the Poor and the Middle Class Do Not!
- Final Accounting: Ambition, Greed and the Fall of Arthur Andersen
vlookup
ghulam raza
u can do this command by using lookup wizard in the tools menu, if ur look up wizard is not installed go to the add-ins and then u can install it.


=VLOOKUP(MID(D2,1,1),$A$2:$B$7,2,FALSE)&" "&VLOOKUP(MID(D2,2,1),$A$2:$B$7,2,FALSE)&" "&VLOOKUP(MID(D2,3,1),$A$2:$B$7,2,FALSE)". WOULD U HELP ME PLZ.