J jamie85 Feb 3, 2004 #1 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
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 Feb 3, 2004 #3 Hi, Try following ws-function : =IF(ISNA(your_lookup_function);;your_lookup_function
J jamie85 Feb 3, 2004 #4 =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
=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