Linked spreadsheet errors

R

Rosemary

I'm doing a huge (17 page) spreadsheet that is linked to
13 subspreadsheets. I would like to apply an "isblank"
and "iserr" format to the entire spreadsheet. How can I
do this? Info is input onto the subs on a monthly basis,
but the cells that aren't used until later are showing
either "0"s [number format cells] or "#DIV/0!" [percentage-
-calculation] on the main spreadsheet. Can I do this,
and, if so, how? Thank you.
 
K

Kray

Hi Rosemary,

I work with quite a few spread sheets myself that are linked. What I
have found is that each cell that has DIV # is a cell that is not
linked properly.

HTH,
Kathy
 
F

Frank Kabel

Hi Rosemary
AFAIK you have to adapt your formulas to prevent these error:
so change your formula like the following:
=IF(A1=0,"",B1/A1)

Another way would be to use conditional format:
- Highlight the desired cells
- Goto 'Format - conditional format'
- Enter a formula (if A1 is the uppermost left cell of your selected
range):
=ISERROR(A1)
- As format choose a white font

HTH
Frank
 

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

Top