vlookup returns N/A when match exists ('=A1=B1' results in 'TRUE')

adllewis42

New Member
Joined
Aug 12, 2011
Messages
5
I would like to think that I am rather proficient with Excel but this has me stumped. Im performing a basic vlookup to match account balances with their account names. In one table I have a list of account numbers and their balances. In another table, I have a list of account numbers and their names. When I perform a vlookup though, I get an N/A for every single cell.

Ive special pasted all the values into new workbooks, Ive double checked to make sure all excessive spaces are gone, and I even found the cells that SHOULD match and when I type the formula of "=cell1=cell2", Excel returns a 'TRUE' so I know they match!

This is so frustrating! Does anyone have any ideas?
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Can you post the formula, and a sample set of data?
And the exact "=cell1=cell2" formula you used that returns TRUE ?


Another thing to consider is that if the resulting cell from the vlookup contains another formula with #N/A..
 
Upvote 0
Are the account numbers text or real numbers? They would both need to be the same for your lookup to work.

You can test them both using:

Code:
=ISNUMBER()

Let us know how you get on.

Matty
 
Upvote 0

Forum statistics

Threads
1,207,168
Messages
6,076,907
Members
446,239
Latest member
Home Nest

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top