Hiding #N/A

  • Thread starter Thread starter jamie85
  • Start date Start date
J

jamie85

Is there a way that i can hide the #N/A that appers in a cell with
lookup when there is no value in it? Thankyou
 
=IF(ISNA(=VLOOKUP(A2,STOCK,2)),"",=VLOOKUP(A2,STOCK,2))

That is what i currently have but it isn't working. Any idea why
Thanks
 
Back
Top