View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Filter causes file to recalculate

Excel thinks that you have formulas that react to the change in filter like
=subtotal()--whether you have them or not.

So it figures that it has to recalc each time the visible rows change.

You can change the calculation mode to manual (like Dave F suggests), but I
sometimes interrupt the calculation by just hitting the escape key.

I figure excel can recalc while it's waiting for me later. But I do know that I
have to wait for the recalculation to finish if I have any formulas that might
change.

Lynn wrote:

I have a file with a lot of calculations and everytime I change the filter
criteria it recalculates. This is driving me crazy. I've changed the
subtotal calculations to sums. Is there anything else that would cause it to
recalculate when the filter is changed?


--

Dave Peterson