Formula Dilemna

D

DrJekyll

Gotta problem here! Simple as it is, I can't figure it out. I need t
match numerical values in one column and interpret them as tex
initials to another column:

(i.e. all numerical values of 501,412 and 478 in column B2 shoul
translate to text initials MKH in column A2. All numerical values o
732 and 15 in column B2 should translate to text initials AMW in colum
A2, and so forth...)

How can I do this? Please help me! I've attached a file for anyone t
check out if they need to.


:

Attachment filename: example.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=52283
 
A

Anders S

Hi,

VLOOKUP() should do it.

In a separate area, or in a named range on another sheet, create a table like

Col 1 Col 2
501 MKH
412 MKH
478 MKH
732 AMW
15 AMW
etc...

Then use VLOOKUP() in column A to pull the initials that corresponds to the
suppliers from the lookup table. See Excel Help on VLOOKUP() for more info.

HTH
Anders Silven
 

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

Top