ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hiding #N/A (https://www.excelbanter.com/excel-programming/290065-hiding-n.html)

jamie85[_8_]

Hiding #N/A
 
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

--
Message posted from http://www.ExcelForum.com


Jerry W. Lewis

Hiding #N/A
 
=IF(ISNA(<formaula),"",<formula)

Jerry

jamie85 < wrote:

Is there a way that i can hide the #N/A that appers in a cell with a
lookup when there is no value in it? Thankyou.



tolgag[_59_]

Hiding #N/A
 
Hi,

Try following ws-function :

=IF(ISNA(your_lookup_function);;your_lookup_functi on

--
Message posted from http://www.ExcelForum.com


jamie85[_9_]

Hiding #N/A
 
=IF(ISNA(=VLOOKUP(A2,STOCK,2)),"",=VLOOKUP(A2,STOC K,2))

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

--
Message posted from http://www.ExcelForum.com


tolgag[_60_]

Hiding #N/A
 
should be like this :

=IF(ISNA(VLOOKUP(A2,STOCK,2)),"",VLOOKUP(A2,STOCK, 2))


---
Message posted from http://www.ExcelForum.com/


jamie85[_10_]

Hiding #N/A
 
Great that works thanks :)


---
Message posted from http://www.ExcelForum.com/



All times are GMT +1. The time now is 10:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com