Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 09 Mar 2006 19:17:14 -0500, Ron Rosenfeld
wrote: On Thu, 9 Mar 2006 17:12:55 -0600, caliskier wrote: Hello, My title asks my question, but we have a link that pulls in an answer from another sheet that is #div/0! on the other sheet, but I can't change the data on the sheet that has the #div/0! error. So I am trying to write an if statment that gives 0 as a result instead of the #div/0! error. Any ideas? =IF(ERROR.TYPE(cell_ref)=2,0,A12) The other responses will result in a 0 for any error. However, this formula should be specific for a #DIV/0 error. --ron That should be: =IF(ERROR.TYPE(cell_ref)=2,0,cell_ref) --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I write an 'if exist" statement | Excel Worksheet Functions | |||
Long IF Statement | Excel Discussion (Misc queries) | |||
how do I write the date in an if statement | Excel Worksheet Functions | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
How do I write a conditional statement in Excel to count if two c. | Excel Worksheet Functions |