Hey guys,
Stumped on this one and have tried everything I personally can think of.
I have several If error vlookups on a spreadsheet that are looking up part numbers that contain letters and numbers (ex. ACM10256) from 3 separate sheets.
Example:
=IF(A8="","",IFERROR(VLOOKUP($A8,'07'!C:E,3,0),IFERROR(VLOOKUP(Master!$A8,'08'!C:E,3,0),IFERROR(VLOOKUP(Master!$A8,'09'!C:E,3,0),"Not On Contracts"))))
When I paste a part number in from one of the spreadsheets it's referencing, the vlookups work correctly. However, if I hard key verbatim, the part number, or if I paste from another source outside of the excel document, it returns #N/A. I have already made sure there are no trailing spaces, that the part numbers match, and that all columns involved are formatted to GENERAL (used text to column for each). Anyone have any ideas?
Stumped on this one and have tried everything I personally can think of.
I have several If error vlookups on a spreadsheet that are looking up part numbers that contain letters and numbers (ex. ACM10256) from 3 separate sheets.
Example:
=IF(A8="","",IFERROR(VLOOKUP($A8,'07'!C:E,3,0),IFERROR(VLOOKUP(Master!$A8,'08'!C:E,3,0),IFERROR(VLOOKUP(Master!$A8,'09'!C:E,3,0),"Not On Contracts"))))
When I paste a part number in from one of the spreadsheets it's referencing, the vlookups work correctly. However, if I hard key verbatim, the part number, or if I paste from another source outside of the excel document, it returns #N/A. I have already made sure there are no trailing spaces, that the part numbers match, and that all columns involved are formatted to GENERAL (used text to column for each). Anyone have any ideas?