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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

#DIV/0! Error



 
 
Thread Tools Display Modes
  #1  
Old October 4th, 2004, 10:00 PM
Jane
external usenet poster
 
Posts: n/a
Default #DIV/0! Error

I have the following formula in a cell: =AB15/H14
Cell AB15 contains a 3 and cell H14 contains a zero.
The infamous #DIV/0! error.
I want the cell with the error to return a zero.
How can this be done?

Thank you
  #2  
Old October 4th, 2004, 10:08 PM
Trevor Shuttleworth
external usenet poster
 
Posts: n/a
Default

Jane

=IF(H14=0,0,AB15/H14)

Or

=IF(ISERROR(AB15/H14),0,AB15/H14)

Regards

Trevor


"Jane" wrote in message
...
I have the following formula in a cell: =AB15/H14
Cell AB15 contains a 3 and cell H14 contains a zero.
The infamous #DIV/0! error.
I want the cell with the error to return a zero.
How can this be done?

Thank you



  #3  
Old October 4th, 2004, 10:12 PM
Jane
external usenet poster
 
Posts: n/a
Default

Thank you so much!

-----Original Message-----
Jane

=IF(H14=0,0,AB15/H14)

Or

=IF(ISERROR(AB15/H14),0,AB15/H14)

Regards

Trevor


"Jane" wrote in

message
...
I have the following formula in a cell: =AB15/H14
Cell AB15 contains a 3 and cell H14 contains a zero.
The infamous #DIV/0! error.
I want the cell with the error to return a zero.
How can this be done?

Thank you



.

  #4  
Old October 4th, 2004, 10:32 PM
Trevor Shuttleworth
external usenet poster
 
Posts: n/a
Default

You're very welcome.


"Jane" wrote in message
...
Thank you so much!

-----Original Message-----
Jane

=IF(H14=0,0,AB15/H14)

Or

=IF(ISERROR(AB15/H14),0,AB15/H14)

Regards

Trevor


"Jane" wrote in

message
...
I have the following formula in a cell: =AB15/H14
Cell AB15 contains a 3 and cell H14 contains a zero.
The infamous #DIV/0! error.
I want the cell with the error to return a zero.
How can this be done?

Thank you



.



 




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
OE Script Error when printing jabba Outlook Express 2 September 1st, 2004 03:57 PM
Access Runtime Error Number: 0 Mike General Discussion 2 August 13th, 2004 08:42 PM
Upgrade from exchange 2000 to exchange 2003 error John Landis Installation & Setup 2 June 18th, 2004 02:28 PM
Upgrade from Exchange 2000 to 2003 error John Landis Installation & Setup 0 June 17th, 2004 08:26 PM


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