In my original thread I had a database that was only about 1600 lines. The orginal file worked fine when I made the suggested correction of converting the column to numbers. I now have a much larger database to work with, consisting of over 49000 lines. I need to confine the array to be between, Sheet2!A2:Sheet2!D2649.
I am listing two lines, the first works, the second does not, They both gave the required result in the first file.
Works:
=VLOOKUP($A2,Sheet2!A2:Sheet2!D2649,2,FALSE)
Result: Cover Assy, Tank, Solution Fill
Doesn't work:
=VLOOKUP($A13799,Sheet2!A13799:Sheet2!D16446,2,FALSE)
Desired Result: FAN, VACUUM, 5.1D, 120VAC, 1 STAGE [TF]
Result given: #N/A
I notice that the array searches progressively, thus searching for data where there would be non. How can I restrict this search?
Bookmarks