IF functions

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Let me clarify:
our internal codes for subdivisions are not known to vendors and subcontractors, who I am in constant contact with. Instead of handwriting the full name, I would like to enter the code in a cell and have it return the full name to a form that will then be sent to the vendor.
example:
ams02, bgr12, cfs06 - enter any of these into one cell and have the appropriate name returned to another
Ada Moorings, Bailey's Grove
This will save me at least an hour a day.
 
Upvote 0
On 2002-05-08 13:46, homebuilder wrote:
Let me clarify:
our internal codes for subdivisions are not known to vendors and subcontractors, who I am in constant contact with. Instead of handwriting the full name, I would like to enter the code in a cell and have it return the full name to a form that will then be sent to the vendor.
example:
ams02, bgr12, cfs06 - enter any of these into one cell and have the appropriate name returned to another
Ada Moorings, Bailey's Grove
This will save me at least an hour a day.

=VLOOKUP(A1,{"ams02","Ada Moorings";"bgr12","Bailey's Grove";...},2,0)

or...

=VLOOKUP(A1,B1:C10,2,0)

...where B1:C10 contains...

{"ams02","Ada Moorings"
;"bgr12","Bailey's Grove"
;...}
 
Upvote 0

Forum statistics

Threads
1,213,492
Messages
6,113,967
Members
448,537
Latest member
Et_Cetera

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top