IF functions

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,214,911
Messages
6,122,195
Members
449,072
Latest member
DW Draft

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