Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(B1=0;"";A1/B1)
or -excel 12 only: =IFERROR(A1/B1,"") HTH. Best wishes Harald "James" wrote in message ... is there something you can add to a formula so if it equals #DIV/0! the cell will remain empty or blank? |