Thread
:
Divide by Zero Error
View Single Post
#
8
Posted to microsoft.public.excel.worksheet.functions
Dave Curtis
external usenet poster
Posts: 100
Divide by Zero Error
Hi,
You can try embedding your formula in an IF function with ISERROR, to return
something else instead of the error.
=IF(ISERROR(your formula),"something else", your formula))
Dave
url:
http://www.ureader.com/msg/104234844.aspx
Reply With Quote
Dave Curtis
View Public Profile
Find all posts by Dave Curtis