Converting Text

S

scats

I'm working on a checkbook Registry and need to figure out how to convert
text codes into names. Here an example
code name
WA = Washington Mutual
WB = Water Bill
EP = Electric Payment
Please help with this. I have an entire budget workbook setup and this is
the last thing to figure out. I have an input page that I log everything in
and need the codes to be converted to names on the checkbook. thanks
 
T

Teethless mama

Let's say your code in Column A, and names in Column B
=VLOOKUP("WA",A1:B100,2,0)
 

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