Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Retrun "" (blank)

Hey guys:

I need a bit of assistance to eliminate the #Value! error message in these 2
formulas if there is no data in the cell's being calculated! Is this
possible? Here are the formulas as I have them working; (1)
=IF(ISERROR($G$5/12)=0,"",$G$5/12)
(2) =IF($H$5="","",$V$5/COUNT($H$5:$S$5))

If so, how?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Retrun "" (blank)

Is formula 2 dependent on formula 1?

Just remove the =0 portion from formula 1 or flip the value_if_true and
value_if_false arguments if you intentionally want it to work that way:

=IF(ISERROR($G$5/12),"",$G$5/12)

=IF(ISERROR($G$5/12)=0,$G$5/12,"")

Biff

"Jay" wrote in message
...
Hey guys:

I need a bit of assistance to eliminate the #Value! error message in these
2
formulas if there is no data in the cell's being calculated! Is this
possible? Here are the formulas as I have them working; (1)
=IF(ISERROR($G$5/12)=0,"",$G$5/12)
(2) =IF($H$5="","",$V$5/COUNT($H$5:$S$5))

If so, how?

Thanks,



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
"" does not seem to give a Blank cell Susan Excel Discussion (Misc queries) 5 November 25th 06 06:48 PM
Return Summed Count of Multiple Consecutive Numeric Values Sam via OfficeKB.com Excel Worksheet Functions 4 April 10th 06 10:35 PM
Adding a blank in Data Validation List? Pheasant Plucker® Excel Discussion (Misc queries) 10 March 20th 06 03:06 PM
Setting Purely BLANK Cell yokato95 Excel Worksheet Functions 4 August 18th 05 04:43 PM
Blank Cells in Pivot Tables Greg Excel Discussion (Misc queries) 1 March 16th 05 09:23 PM


All times are GMT +1. The time now is 07:08 AM.

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"