![]() |
![]() |
|
|||||||
| 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
Posts: 1
|
OK.. here's today challenge!
I need to use the value in cell A1 (which is an employee number) concantanate a "_" to the beginning to get _EMPNUM (_55555) and then pass this as the range name in a VLOOKUP.... is this possible? |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,318
|
Quote:
=VLOOKUP(lookup-value,INDIRECT("_"&A1),...) The result of "_"&A1 must, as I said, must exit as name in the workbook. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|