M
mark
I have two item numbers:
61*80*C51*022 in a list of item numbers, tblList
61*080*C51*022 in a single cell, call it a1
the function =vlookup(a1,tblList,1,0) is returning a match on that.
they are not identical... one is *80* , the other is *080* .
I think it's because of a wildcard search that it's calling it a match?
I need it to be able to distinguish the difference. It's causing my report
to be wrong.
Help?
thanks.
61*80*C51*022 in a list of item numbers, tblList
61*080*C51*022 in a single cell, call it a1
the function =vlookup(a1,tblList,1,0) is returning a match on that.
they are not identical... one is *80* , the other is *080* .
I think it's because of a wildcard search that it's calling it a match?
I need it to be able to distinguish the difference. It's causing my report
to be wrong.
Help?
thanks.