Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLOOKUP Issues 1

Status
Not open for further replies.

Vatchunter

Technical User
Aug 21, 2004
43
US
I am having problems with a VLOOKUP between 2 different work books. The field I am linking on is a field that is made up of data from 5 columns that I have CONCATENATED together. The function is finding the data in the H column but not consistently. I have found places where #N/A is being returned but the data does exist is the file... I think I am dealing with a numbers/text issue...

Here is what I have tried:

Text to Columns on the CONCATENATED fields in each work book.
Trim Function on the CONCATENATED field in each work book.
Text Function on the CONCATENATED field in each work book.
Substitute Function on the CONCATENATED field in each work book.

In the process of converting all 5 fields to text before building the CONCATENATED field.

Any suggestion would be appreciated!

Formula for building the CONCATENATED field
=UPPER(TRIM(BD6)&TRIM(BF6)&TRIM(BJ6)&TRIM(BA6)&TRIM(AS6))

Formula for VLOOKUP
=VLOOKUP(L6,'[list2014-08-13.xlsx]Products'!$A:$H,8,FALSE)

Thanks,



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top