ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Hide the contents of cell (https://www.excelbanter.com/excel-discussion-misc-queries/232332-hide-contents-cell.html)

Canon

Hide the contents of cell
 
Excel 2007
I am using the following formula;
=VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)
but I do not want #N/A to show up in the unused cells - can i hide this?

Jacob Skaria

Hide the contents of cell
 
Use ISNA() or ISERROR()

=IF(ISNA(formula),"",formula)

=IF(ISNA(VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)), "",VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE))
--
If this post helps click Yes
---------------
Jacob Skaria


"Canon" wrote:

Excel 2007
I am using the following formula;
=VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)
but I do not want #N/A to show up in the unused cells - can i hide this?


Setyo - Surabaya

Hide the contents of cell
 
Can some of you send the attachment, itried but failed btw.

Thanks

"Jacob Skaria" wrote:

Use ISNA() or ISERROR()

=IF(ISNA(formula),"",formula)

=IF(ISNA(VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)), "",VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE))
--
If this post helps click Yes
---------------
Jacob Skaria


"Canon" wrote:

Excel 2007
I am using the following formula;
=VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)
but I do not want #N/A to show up in the unused cells - can i hide this?


David Biddulph[_2_]

Hide the contents of cell
 
This newsgroup is not a binary newsgroup; it does not have attachments.
--
David Biddulph

"Setyo - Surabaya" <Setyo - wrote in
message ...
Can some of you send the attachment, itried but failed btw.

Thanks

"Jacob Skaria" wrote:

Use ISNA() or ISERROR()

=IF(ISNA(formula),"",formula)

=IF(ISNA(VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)), "",VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE))
--
If this post helps click Yes
---------------
Jacob Skaria


"Canon" wrote:

Excel 2007
I am using the following formula;
=VLOOKUP(C14,Sheet2!$A$1:$C$295,3,FALSE)
but I do not want #N/A to show up in the unused cells - can i hide
this?





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

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