Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am adding C14 & C15 in the formula. If C15 is blank or zero, I get the
error "Divide by zero error". The formula used in sheet one is '=$C$20/($C$14+$C$15)/$C$16 C14 & C15 is also transfered to sheet 2 (C11 & C12) where C13 is (C11+C12). Wondering what might be the best way to get rid of the error, and formulate these 2 sheets. -- jimmy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(OR(SUM(C14,C15)=0,C16=0),0,$C$20/($C$14+$C$15)/$C$16) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jimmy" wrote in message ... I am adding C14 & C15 in the formula. If C15 is blank or zero, I get the error "Divide by zero error". The formula used in sheet one is '=$C$20/($C$14+$C$15)/$C$16 C14 & C15 is also transfered to sheet 2 (C11 & C12) where C13 is (C11+C12). Wondering what might be the best way to get rid of the error, and formulate these 2 sheets. -- jimmy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running Average ? and Divide by 0 error! | Excel Worksheet Functions | |||
How do I hide a divide by zero error from an average formula? | Excel Worksheet Functions | |||
Divide by zero error | Excel Discussion (Misc queries) | |||
Sum and Divide Formula error | Excel Worksheet Functions | |||
excel divide by zero error | Excel Worksheet Functions |