Calculation performance

V

Vinod

Hi all,

I've a workbook with hard coded formulas without VBA code. Which includes
Groups & outlines, name ranges, conditional formats and functions like if,
sumif, indirect, arrays, etc., for each change in a single cell taking too
much of time for recalculating the workbook. And also the same time consuming
for recalculation during groups expanding and collapse.

Any one can help me how to recalculate only dependent cells and conditional
formats for the same.

And how to stop recalculation during expanding and collapse groups.

Advanced Thanks,
Vinod.
 
C

Conan Kelly

Vinod,

the INDIRECT() function (along with several others) is a volitile (<-- I
think that is the correct terminology) function. This volitile function is
what is causing your workbook to recalc at the slightest change. Search for
"volitile functions" in XL's help (or Google).

If it is necessary to use volitile functions, then you will probably want to
create a way to toggle automatic/manual calculation and only recalc ([F9])
when necessary.

HTH,

Conan
 

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