Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to merge two worksheets in the same workbook. The common field
(a2) has both numeric-only (123456) and alphanumeric (AML456) entries. In both worksheets, the fields are in text format. When I do a vlookup using this field as the lookup_value, it merges the alphanumeric rows but not the numeric rows. -- AML, Wilmington, DE |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could either pre-format cell A2 as text, or try using the TEXT function
in your VLOOKUP to convert A2 to text. Like this: =VLOOKUP(TEXT(A2,"@"),YourRange,2,FALSE) HTH Elkar "AML216" wrote: I am trying to merge two worksheets in the same workbook. The common field (a2) has both numeric-only (123456) and alphanumeric (AML456) entries. In both worksheets, the fields are in text format. When I do a vlookup using this field as the lookup_value, it merges the alphanumeric rows but not the numeric rows. -- AML, Wilmington, DE |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
entiering numeric tags/identifiers | Excel Discussion (Misc queries) | |||
Alphanumeric Sorting - numeric alpha numeric | Excel Worksheet Functions | |||
Obtain numeric from alphanumeric string | Excel Discussion (Misc queries) | |||
VLOOKUP with numeric and alphanumeric values | Excel Discussion (Misc queries) | |||
Converting Alphanumeric numbers to Numeric | Excel Worksheet Functions |