Hi, I have no idea why this VLOOKUP is not working. I'm trying to match column A,B with column F,G but its always giving me an "N/A".
matchnotworkingpic.png
I have attached a sample workbook.
matchnotworking.xlsx
Any ideas?
Hi, I have no idea why this VLOOKUP is not working. I'm trying to match column A,B with column F,G but its always giving me an "N/A".
matchnotworkingpic.png
I have attached a sample workbook.
matchnotworking.xlsx
Any ideas?
Without looking at you file, I would say that 1 set of data is text, looking like numbers,and the other is real numbers
Assuming you are searching for the data in column A, try =vlookup(--A2,..................
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Because in A column you have numbers stored as text.
That's usually is not a good idea.
Select A2 cell, press F2 key and enter and it will work.
Never use Merged Cells in Excel
@FDibbins @zbor I love you guys! You're right, its the text column that is causing the problem.
c2=IFERROR(VLOOKUP(A2,F:G,1,0),VLOOKUP(A2+0,F:G,1,0))Try this![]()
Please Login or Register to view this content.
In your sheet, Column A is in Text Format and whereas Column F is in number format, that's why your formula is not working
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Happy to help, thanks for the feedback![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks