Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi!
I have a spreadsheet where if certain cells are empty, I get a divide by 0 errors. I understand I can nopt divide by 0; that is not the issue. My issue is I can not seem to add a column of numbers if one or more have divide by 0 errors. Can someone suggest how I can either get rid of the divide/0 error, or be able to add a selection of cells where 1 or more have /0 errors? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi the choice is your:-
To sume a range with div/0 in use =SUMIF(A1:A10,"<#DIV/0!") To eliminate div/o use =IF(ISERROR(9/C6),"",9/C6) In this case 9/c6 generates a Div/0 error Mike "JohnnyJomp" wrote: Hi! I have a spreadsheet where if certain cells are empty, I get a divide by 0 errors. I understand I can nopt divide by 0; that is not the issue. My issue is I can not seem to add a column of numbers if one or more have divide by 0 errors. Can someone suggest how I can either get rid of the divide/0 error, or be able to add a selection of cells where 1 or more have /0 errors? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Mike!
thanks for the tips! John "Mike H" wrote: Hi the choice is your:- To sume a range with div/0 in use =SUMIF(A1:A10,"<#DIV/0!") To eliminate div/o use =IF(ISERROR(9/C6),"",9/C6) In this case 9/c6 generates a Div/0 error Mike "JohnnyJomp" wrote: Hi! I have a spreadsheet where if certain cells are empty, I get a divide by 0 errors. I understand I can nopt divide by 0; that is not the issue. My issue is I can not seem to add a column of numbers if one or more have divide by 0 errors. Can someone suggest how I can either get rid of the divide/0 error, or be able to add a selection of cells where 1 or more have /0 errors? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I turn off 0 divide error, for denominator = 0 | Excel Discussion (Misc queries) | |||
Divide by zero error | Excel Discussion (Misc queries) | |||
Divide by zero error | Excel Discussion (Misc queries) | |||
Sum and Divide Formula error | Excel Worksheet Functions | |||
excel divide by zero error | Excel Worksheet Functions |