I am trying to perform a vlookup and I am getting the #N/A error.
I am trying to compare 2 spreadsheets that have identical account numbers on them with different corresponding information.
The accounts numbers begin with an apostrophe before displaying the account number (i.e. '12345678).
I found the following excerpt on the Excel website:
If lookup_value is smaller than the smallest value in the first column of table_array, VLOOKUP returns the #N/A error value.
Here is my formula:
=VLOOKUP(A2,L2:BY12542,2,FALSE)
I would greatly appreciate any help you may provide. Thanks!
I am trying to compare 2 spreadsheets that have identical account numbers on them with different corresponding information.
The accounts numbers begin with an apostrophe before displaying the account number (i.e. '12345678).
I found the following excerpt on the Excel website:
If lookup_value is smaller than the smallest value in the first column of table_array, VLOOKUP returns the #N/A error value.
Here is my formula:
=VLOOKUP(A2,L2:BY12542,2,FALSE)
I would greatly appreciate any help you may provide. Thanks!