Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you use the formula I gave you to return either "" or 0, then this
will not have any effect on the SUM formula, so they will be ignored. Pete On Dec 7, 3:30 pm, Curtis wrote: Thanks Is there a way to exclude cells with the #DIV/0! error when using the sum function example =SUM(C41:H41) "Pete_UK" wrote: You could do it this way: =IF(SUMIF('Tech Ops Data Base 2007.xls'!TechallDate,C$36&$A37,'Tech Ops Data Base 2007.xls'!salesWO)=0,"",SUMIF('Tech Ops Data Base 2007.xls'!TechallDate,C$36&$A37,'Tech Ops Data Base 2007.xls'!sales)/ SUMIF('Tech Ops Data Base 2007.xls'!TechallDate,C$36&$A37,'Tech Ops Data Base 2007.xls'!salesWO) i.e. if the denominator is zero then return a blank, otherwise do the calculation. You can change the "" in the middle to 0 if you wish. Another way would be to use: =IF(ISERROR(your_formula),"",your_formula) though this would trap all errors. Hope this helps. Pete On Dec 7, 3:08 pm, Curtis wrote: I am using the formula =(SUMIF('Tech Ops Data Base 2007.xls'!TechallDate,C$36&$A37,'Tech Ops Data Base 2007.xls'!sales))/SUMIF('Tech Ops Data Base 2007.xls'!TechallDate,C$36&$A37,'Tech Ops Data Base 2007.xls'!salesWO) However in some causes I am receiving the following error #DIV/0!. Is there anything I can do to the above formula to remove that error thanks- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error: "Excel encountered an error and had to remove some formatti | Excel Discussion (Misc queries) | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
I have Error 1919 Error Configuring ODBC dataSource Database | Excel Discussion (Misc queries) | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) |