two problems with excel 2003

  • Thread starter Thread starter Stephen Larivee
  • Start date Start date
S

Stephen Larivee

I am trying to set up a sheet with some formulas. The cells that contain
the data used by the formulas are now empty. They will be filled over the
next few weeks. I would like to set up the formulas in advance and then be
done with it.

The cells containing the formulas now display #DIV/0! since the cell is
being asked to do computations and there is not data in the cells. "The
formula or function used is dividing by zero or empty cells." Is there a
way to get rid of this message and just see a blank cell or perhaps a Zero
until the numbers are entered?

Also, some of my cells have a small green triangle in the upper left corner.
"The formula in this cell refers to a range that has additional numbers
adjacent to it" Is there a way to get rid of this message? I see how you
can remove the error for one cell, but I have hundred. How do I disable
this error message.

(When I click for Help for this error, Excel comes up with a blank Help box!

TIA
 
The cells containing the formulas now display #DIV/0! since the cell is
being asked to do computations and there is not data in the cells. "The
formula or function used is dividing by zero or empty cells." Is there a
way to get rid of this message and just see a blank cell or perhaps a Zero
until the numbers are entered?

=if(divisor<>0,whatever/divisor,"")
 
Try Tools, Options, Error Checking and uncheck Formula Omits Cells in Region,
but i'm not sure this will fix it. We don't use 2003.
 
Thank you, for both replies. Tried it and it worked out fine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help needed 0
Excel VBA 1
Excel formula, sum the value cell and if empty cell left blank 0
Excel Sumproduct 0
formula error 1
#DIV/0! error 1
how do i remove the 0 in the cells 6
Excel Need Countifs Formula Help 0

Back
Top