I am trying to do a Vlookup between two reports, here is my formula ...
I know for certain that there ar exact matches (i.e. "S0001" is on both sheets) but it will not return what is in Column B even though they are exactly the same.
One file is CSV and one is XLS. I have tried everything but cannot figure out why these two cells will not consider eachother a match (Frustrating) please help if you can thanks .
Code:
=Vlookup(A2,Sheet2!$A$2:$B$1000,2,0)
I know for certain that there ar exact matches (i.e. "S0001" is on both sheets) but it will not return what is in Column B even though they are exactly the same.
One file is CSV and one is XLS. I have tried everything but cannot figure out why these two cells will not consider eachother a match (Frustrating) please help if you can thanks .