Hiding #N/A

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
 
T

tolgag

Hi,

Try following ws-function :

=IF(ISNA(your_lookup_function);;your_lookup_function
 
J

jamie85

=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
 
Top