PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Setup
division by zero error
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Setup
division by zero error
![]() |
division by zero error |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a spreadsheet that divides one cell by another. The problem is
the cells do not always contain data. Is there any way to remove the #DIV/0! message that comes up? It does not look too professional. Thanks, Peter |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Peter here is one way, instead of =A1/B1 you could use
=IF(ISERROR(A1/B1),"",A1/B1) -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "peter" <plaz987@yahoo.com> wrote in message news:1105288819.860742.31040@c13g2000cwb.googlegroups.com... > I have a spreadsheet that divides one cell by another. The problem is > the cells do not always contain data. Is there any way to remove the > #DIV/0! message that comes up? It does not look too professional. > Thanks, > Peter > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks, Paul!
|
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

