#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default #DIV/0 Error

I have the following formula for numbers containing zero and need a revised
formula to show 0% instead of the #DIV/0

Orig formula i s: =(C54/4)/D54

Helppppp! I'm in a time crunch
--
Dianne
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default #DIV/0 Error

=IF(ISERROR(yourformula),0,yourformula)

and format as %
--
Gary''s Student - gsnu200839


"Dianne HMM" wrote:

I have the following formula for numbers containing zero and need a revised
formula to show 0% instead of the #DIV/0

Orig formula i s: =(C54/4)/D54

Helppppp! I'm in a time crunch
--
Dianne

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default #DIV/0 Error

Try this:

=IF(D54=0,0,(C54/4)/D54)

--
Biff
Microsoft Excel MVP


"Dianne HMM" wrote in message
...
I have the following formula for numbers containing zero and need a revised
formula to show 0% instead of the #DIV/0

Orig formula i s: =(C54/4)/D54

Helppppp! I'm in a time crunch
--
Dianne



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default #DIV/0 Error

=IF(OR(D5="",D5=0),0,(C5/4)/D5)


Gord Dibben MS Excel MVP


On Tue, 17 Mar 2009 10:42:05 -0700, Dianne HMM
wrote:

I have the following formula for numbers containing zero and need a revised
formula to show 0% instead of the #DIV/0

Orig formula i s: =(C54/4)/D54

Helppppp! I'm in a time crunch


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default #DIV/0 Error

Hi,

Try

=IF(D54=0,0,C54/(4*D54))

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Dianne HMM" wrote:

I have the following formula for numbers containing zero and need a revised
formula to show 0% instead of the #DIV/0

Orig formula i s: =(C54/4)/D54

Helppppp! I'm in a time crunch
--
Dianne

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
Visual Basic Error Run Time Error, Type Mismatch Meg Partridge Excel Discussion (Misc queries) 12 September 10th 08 06:10 PM
Error of slope taking into account error of the data points cer144 Excel Worksheet Functions 5 July 7th 08 07:26 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


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