I have a simple vlookup function that looks for a match for the value in A7 of ws1 in the first column of ws2. It is supposed to spit back the corresponding value in the same row of column 2 but it keeps returning the same value. Furthermore the value it does retrieve isn't even the closest match.
If I remove the "False" attribute it returns the same value of 39574 and with it I get the error message of Part No. Not Found. I can plainly see the lookup value in the worksheet I'm searching.
I am at a loss to know what can be wrong as this should be a routine and simple operation. Any suggestions would be appreciated. Thanks
Bookmarks