Inserting worksheet makes formulae stop working

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I have several worksheets which follow the same pattern, like a checklist.
There's another sheet which summarizes what's on the other sheets using
=Sum(BeginSheet:EndSheet!A1), for instance. When I copy BeginSheet and put
it somewhere between BeginSheet and EndSheet, the formulae on the summary
sheet fails to see the values entered in the new sheet. I can get the
summary to start working again by simply pressing F2 to edit the formula in a
cell, then pressing Enter and accepting what's already there. The value
updates immediately.

Is there a way to get around this, or am I doing something wrong here?

Thank you!
 
Hi Mark, your method should work and automatically calculate as long as you
have automatic calculation turned on on the calculation tab in your options.
 
I'd double check to make sure that the calculation mode is set to automatic.

In xl2003:
tools|Options|calculation tab
 
Thanks for the response.

My calc mode is set to automatic, so that's not it.
 
That's what I thought, too, but my calc mode is set to automatic and it's
definitely not working.
 
I don't have a guess why it doesn't reflect automatically.

But you could try this:

Select the worksheet with the formulas on them
Select all the cells on that worksheet
Edit|Replace
what: =
with: =
replace all

It'll force excel to see each of those formulas as a new formula and it'll
recalc. And maybe, just maybe, it'll wake up excel's calculation engine.

Then try inserting/copying another sheet in that sandwich of sheets and make a
few changes to see if that helped.
 

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

Back
Top