#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default #DIV/0! error

Hi,
Is there any way to program a formula NOT to show the "#DIV/0!" error
when the formula is referencing a denomentor that is zero? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default #DIV/0! error

=IF(denominator_cell=0,0,the_original_formula)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
...
Hi,
Is there any way to program a formula NOT to show the "#DIV/0!" error
when the formula is referencing a denomentor that is zero? Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default #DIV/0! error

=IF(ISERROR(YourFormula),0,YourFormula)

Or, better,

=IF(YourDenominator=0,0,YourNumerator/YourDenominator)

Kind regards,

Niek Otten
Microsoft MVP - Excel

wrote in message ...
| Hi,
| Is there any way to program a formula NOT to show the "#DIV/0!" error
| when the formula is referencing a denomentor that is zero? Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default #DIV/0! error

On Jan 8, 2:47*pm, "Niek Otten" wrote:
=IF(ISERROR(YourFormula),0,YourFormula)
Or, better,
=IF(YourDenominator=0,0,YourNumerator/YourDenominator)


The OP neglected to say what version of Excel he/she is using. Isn't
there another (better?) way in Excel 2007 to handle errors that avoids
having to duplicate the calculation of yourFormula or yourDenominator?
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default #DIV/0! error

On 8 Jan, 17:44, "Bob Phillips" wrote:
=IF(denominator_cell=0,0,the_original_formula)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message

...



Hi,
Is there any way to program a formula NOT to show the "#DIV/0!" error
when the formula is referencing a denomentor that is zero? *Thanks!- Hide quoted text -


- Show quoted text -


it worked! Thank you to you both for sending these along.


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 947
Default #DIV/0! error

Isn't there another (better?) way in Excel 2007 to handle errors...

Hi. In Excel 2007, it's IFERROR. (Here, "-" is display instead of an
error.)

=IFERROR(A1/B1,"-")

--
Dana DeLouis


"joeu2004" wrote in message
...
On Jan 8, 2:47 pm, "Niek Otten" wrote:
=IF(ISERROR(YourFormula),0,YourFormula)
Or, better,
=IF(YourDenominator=0,0,YourNumerator/YourDenominator)


The OP neglected to say what version of Excel he/she is using. Isn't
there another (better?) way in Excel 2007 to handle errors that avoids
having to duplicate the calculation of yourFormula or yourDenominator?


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default #DIV/0! error

On Jan 8, 5:46*pm, "Dana DeLouis" wrote:
=
Hi. *In Excel 2007, it's IFERROR. *(Here, "-" is display instead
of an error.)
=IFERROR(A1/B1,"-")


Thanks. I guess that would rile those who jump on me whenever I
suggest using ISERROR(), they arguing that it casts too wide a net and
masks other errors. (I see their point, and I don't disagree
strongly.)
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
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM


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