![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: Kansas City => Grand Rapids, MI
Posts: 5
|
Is there a way to reference multiple values without using a nesting IF function?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
VLOOKUP, CHOOSE, MATCH
[ This Message was edited by: Mark W. on 2002-05-08 13:37 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Location: Kansas City => Grand Rapids, MI
Posts: 5
|
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. |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
or... =VLOOKUP(A1,B1:C10,2,0) ...where B1:C10 contains... {"ams02","Ada Moorings" ;"bgr12","Bailey's Grove" ;...} |
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Huntington Beach, CA USA
Posts: 327
|
Hi HomeBuilder,
I can send you an example file, Let me know James |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|