Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I hide the contents of a cell from printing? | Excel Discussion (Misc queries) | |||
Hide Cell Contents. | Excel Discussion (Misc queries) | |||
how can I hide the contents of a cell so others cannot see it | Excel Discussion (Misc queries) | |||
Hide Contents of Calculated Cell | New Users to Excel | |||
How do I add a date formula to a cell but hide the contents with . | Excel Discussion (Misc queries) |