Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Div/o error 2

Status
Not open for further replies.

Epsilon101

Programmer
Joined
Mar 30, 2004
Messages
384
Location
GB
Hi is there a way to use 0 as a default error message for cells that have calculations in that are dividing by zero rather than #DIV/0!.
This is just so i can use the information in Access correctly.

---------------------------------------
Any help would be great!
 
use as formula in excel =IF(ISERR(A1/B1),0,A1/B1)
 
Thanks couldnt find how to do it.

---------------------------------------
Any help would be great!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top