Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 55
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I hide the contents of a cell from printing? jhorsleyiii Excel Discussion (Misc queries) 1 October 29th 08 06:49 PM
Hide Cell Contents. Dan Excel Discussion (Misc queries) 1 October 5th 08 10:04 AM
how can I hide the contents of a cell so others cannot see it Russell A Fowler Excel Discussion (Misc queries) 6 March 3rd 07 09:26 PM
Hide Contents of Calculated Cell Prior Sayin New Users to Excel 3 March 3rd 05 10:15 PM
How do I add a date formula to a cell but hide the contents with . Emzy Wemzy Excel Discussion (Misc queries) 2 December 12th 04 01:48 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"