#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Hide #Value!

=IF(H38=0,"",(($C59+C60)/$H38))

I've read the techniques for hiding the #Value! when empty but need help. I
tried doing it with ideas in the forum but it's not working the way I do it.
Please help.

Ciao
Darrell

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Hide #Value!

=IF(H38=0,"",(($C59+C60)/$H38))

If there are TEXT entries in any of those cells then you'll get the #VALUE!
error. How to deal with that depends on what result you want if 1, 2 or all
3 of the cells are either empty or contain text.

Try this:

=IF(H38=0,"",IF(ISNUMBER(H38),SUM($C59:C60)/$H38,""))


--
Biff
Microsoft Excel MVP


"brainstewn" wrote in message
...
=IF(H38=0,"",(($C59+C60)/$H38))

I've read the techniques for hiding the #Value! when empty but need help.
I
tried doing it with ideas in the forum but it's not working the way I do
it.
Please help.

Ciao
Darrell



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default Hide #Value!

=IF(OR(H38=0,H3=""),"",(($C59+C60)/$H38))

--
HTH

Kassie

Replace xxx with hotmail


"brainstewn" wrote:

=IF(H38=0,"",(($C59+C60)/$H38))

I've read the techniques for hiding the #Value! when empty but need help. I
tried doing it with ideas in the forum but it's not working the way I do it.
Please help.

Ciao
Darrell

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 515
Default Hide #Value!

The 3 was a slip, obviously it should also be 38
--
HTH

Kassie

Replace xxx with hotmail


"brainstewn" wrote:

=IF(H38=0,"",(($C59+C60)/$H38))

I've read the techniques for hiding the #Value! when empty but need help. I
tried doing it with ideas in the forum but it's not working the way I do it.
Please help.

Ciao
Darrell

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
Want to Hide columns in spreadsheet but NOT hide data in chart. KrispyData Charts and Charting in Excel 1 March 20th 09 04:45 PM
How do I hide hide #REF! in Excel PerryK Excel Discussion (Misc queries) 3 February 27th 09 02:59 PM
hide code does not hide Wanna Learn Excel Discussion (Misc queries) 2 March 6th 08 07:21 PM
Hide Unhide Hide again DTTODGG New Users to Excel 1 February 15th 06 03:22 PM
How do I hide a worksheet in Excel and use a password to un-hide . Dchung Excel Discussion (Misc queries) 3 December 2nd 04 06:24 AM


All times are GMT +1. The time now is 11:04 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"