Why would my VLOOKUP only be returning values that begin with a number? Some of our part numbers begin with a letter and it's not returning any of those.
Terminal;General;Box;SN 976750
Terminal;Eyelet 7009513902
PB547-02880
PBF111-1.6MG8
here is my VLOOKUP formula:
=IF(ISERROR(VLOOKUP(F29,'C:\Documents and Settings\sburkhar\Desktop\[VLOOKUP.xls]PRICE'!$B$1:$C$65536,2,FALSE)),"",VLOOKUP(F29,'C:\Documents and Settings\sburkhar\Desktop\[VLOOKUP.xls]PRICE'!$B$1:$C$65536,2,FALSE))
Terminal;General;Box;SN 976750
Terminal;Eyelet 7009513902
PB547-02880
PBF111-1.6MG8
here is my VLOOKUP formula:
=IF(ISERROR(VLOOKUP(F29,'C:\Documents and Settings\sburkhar\Desktop\[VLOOKUP.xls]PRICE'!$B$1:$C$65536,2,FALSE)),"",VLOOKUP(F29,'C:\Documents and Settings\sburkhar\Desktop\[VLOOKUP.xls]PRICE'!$B$1:$C$65536,2,FALSE))