Re: Same formulas, but one returns a #DIV/0! error
- From: "Peo Sjoblom" <terre08@xxxxxxxx>
- Date: Mon, 22 Oct 2007 14:16:23 -0700
"JLatham" <HelpFrom @ Jlathamsite.com.(removethis)> wrote in message
news:886ECD4F-4279-476D-8B15-8DFED491C102@xxxxxxxxxxxxxxxx
In those cases where you're seeing the #DIV/0! error, the cell in column C
probably has an 'invisible character, such as " " (a single space).
Best way to handle this is to specifically look for an error condition:
=IF(ISERR(G23/C23),"",G23/C23)
same for the other formulas as = IF(ISERR(G16/C16),"",G16/C16)
etc. etc.
I beg to disagree, it is better to go to the root of the problem, ISERR
might hide errors that are beneficial to know that they exit whereas the div
error derives from dividing by zero and can be easily fixed by
C23=0
--
Regards,
Peo Sjoblom
.
- Prev by Date: Re: Same formulas, but one returns a #DIV/0! error
- Next by Date: Re: filename spaces???
- Previous by thread: Re: Same formulas, but one returns a #DIV/0! error
- Next by thread: Textbox to show date
- Index(es):
Relevant Pages
|