I'm trying to get a VLOOKUP to pull results based on lookup values I copy and paste from another sheet.
The formula works when I type the values in and hit enter, but when I copy a list of values into the column from another sheet the VLOOKUP returns an N/A value. Both the column of values and the column used for the VLOOKUP formula are formatted as 'Text' and pasting as a value hasn't worked.
Does anyone know why this is happening? Or how to get around this?
Formula for reference: =IF(VLOOKUP(A3,Data_Exported!$A:$CB,2,FALSE)=0,"",VLOOKUP(A3,Data_Exported!$A:$CB,2,FALSE))
VLOOKUP
can returnN/A
for many reasons. Are you sure that a match can be found in the table? Without seeing your data, it is very difficult for someone here to help you. Please edit your question to include screenshots of the data in your spreadsheet. – ImaginaryHuman072889PasteSpecial
values
. That way it gets rid of any formatting, formulas, or anything else other than the actual text value. – R. Roe