J
JMay
Our Data tables (used for Vlookup in other places in our WB) contain
StNum Other1 Other2
'100 asdf wert
'200 asdf asdf
'300 ertyyt yuityui
Each of the StNum before the number have the " ' " before it to make it text,
versus a number. Only problem now is - Numbers are imported into other
sheets
off a system and EVEN THOUGH we are BEFORE HAND formatting the incoming
Range as .Columns(P).Numberformat = "@" my say 100 when used in a
=Vlookup(100, StoreList, 2, False) is bringing back the infamous #N/A since
'100 is what is in the LookUp Table.
How can this be corrected?
StNum Other1 Other2
'100 asdf wert
'200 asdf asdf
'300 ertyyt yuityui
Each of the StNum before the number have the " ' " before it to make it text,
versus a number. Only problem now is - Numbers are imported into other
sheets
off a system and EVEN THOUGH we are BEFORE HAND formatting the incoming
Range as .Columns(P).Numberformat = "@" my say 100 when used in a
=Vlookup(100, StoreList, 2, False) is bringing back the infamous #N/A since
'100 is what is in the LookUp Table.
How can this be corrected?