A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#DIV/0! Is there a way to show 0 or 0%



 
 
Thread Tools Display Modes
  #1  
Old October 25th, 2004, 05:37 PM
MickJJ
external usenet poster
 
Posts: n/a
Default #DIV/0! Is there a way to show 0 or 0%

I have formulaes that sometime return #DIV/0! Is there a way that I can
return a value 0 or 0% instead of the error?
  #2  
Old October 25th, 2004, 05:41 PM
mzehr
external usenet poster
 
Posts: n/a
Default

Hi Mick,
Try
=IF(ISERROR(+A1/A2),0,+A1/A2)

"MickJJ" wrote:

I have formulaes that sometime return #DIV/0! Is there a way that I can
return a value 0 or 0% instead of the error?

  #3  
Old October 25th, 2004, 05:44 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default

Hi
try something like
=IF(N(A1)=0,0,B1/A1)

--
Regards
Frank Kabel
Frankfurt, Germany


MickJJ wrote:
I have formulaes that sometime return #DIV/0! Is there a way that I
can return a value 0 or 0% instead of the error?

  #4  
Old October 25th, 2004, 06:08 PM
Myrna Larson
external usenet poster
 
Posts: n/a
Default

There's no need for the plus signs in your formula:

=IF(ISERROR(A1/A2),0,A1/A2)

will work just fine.

On Mon, 25 Oct 2004 09:41:06 -0700, "mzehr"
wrote:

Hi Mick,
Try
=IF(ISERROR(+A1/A2),0,+A1/A2)

"MickJJ" wrote:

I have formulaes that sometime return #DIV/0! Is there a way that I can
return a value 0 or 0% instead of the error?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Play music while slide show is going - keep slide show going duri. sarahangela New Users 2 October 12th, 2004 12:29 AM
Show in groups lisa General Discussion 6 August 20th, 2004 10:39 PM
Disabling Show in Groups on all folders andreas gammel General Discussion 0 June 8th, 2004 02:21 PM
Do you have what it takes... darno Worksheet Functions 0 February 22nd, 2004 08:01 PM


All times are GMT +1. The time now is 09:41 PM.


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