Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to replace #DIV/0! with a zero?
Thanks, Brett |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A lttle additional information, the cell that produces division by zero
should actually be blank because it didn't apply during this particular scenario. So I guess there needs to be a check to make sure the cell isn't blank. Brett "Brett Romero" wrote in message ... Is there a way to replace #DIV/0! with a zero? Thanks, Brett |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(a2=0,0,a1/a2)
Maybe??? Brett Romero wrote: Is there a way to replace #DIV/0! with a zero? Thanks, Brett -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(ISERR(YourFormula),0,YourFormula)
Vaya con Dios, Chuck, CABGx3 "Brett Romero" wrote in message ... Is there a way to replace #DIV/0! with a zero? Thanks, Brett |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I show break in bar graph to show large and small numbers | Charts and Charting in Excel | |||
Line Chart - show percent and value? | Charts and Charting in Excel | |||
Show values from other sheet | Excel Worksheet Functions | |||
UDF and Calculation tree | Links and Linking in Excel | |||
Show a date based on today | Excel Worksheet Functions |