Home |
Search |
Today's Posts |
#5
![]() |
|||
|
|||
![]()
it would help to know your formula.
somewhere in your formula, it is trying to devide by zero. example. a1 = 5, b1 = 0. formula - =(a1/b1) = #Div/0 if you want a zero instead of #Div/0 use this =if(b1=0,0,a1/b1) -----Original Message----- Hi, Can anyone tell me how I can change an error msg (f.e. #DIV/O!) by any value ? I have a formula that generates an error msg, but I want to change it by ZERO. Thanks, Fabian . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace Fx with = in Excel as older excel versions were. | Excel Discussion (Misc queries) |