Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Control Order of Calculations

Is it possible to control the order that excel calculates a page? Similar to
an array, I would like to highlight a 3 different 'blocks' of equations and
then tell excel calculate 1 completely, then calculate 2, then calculate 3.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default Control Order of Calculations

On Aug 9, 12:16 pm, BryanDamon
wrote:
Is it possible to control the order that excel calculates a page? Similar to
an array, I would like to highlight a 3 different 'blocks' of equations and
then tell excel calculate 1 completely, then calculate 2, then calculate 3.


Perhaps it's possible with VBA but what's the advantage to calculating
only certain cells at a time?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Control Order of Calculations

I am assuming that the time savings that occurs when a set of equations is
converted into an array is because within the array excel can do all the
equations sequentially instead of searching for interrelated dependencies (It
probabably goes through each column in row 1 then moves to row to etc.). So
without the array it may have to recalculate the sheet multiple times to
calculate through all the precedence in a sheet. What I want is to assign a
block that I know share the same precedence (like an array) and tell excel to
calculate all at once (sequentially) then move on to another. The reason for
this is time savings, like an array. I know I could probably assign each
cell a variable name in VBA and force it myself but I was hoping for a better
way.
Thanks,
Bryan H

"Dave F" wrote:

On Aug 9, 12:16 pm, BryanDamon
wrote:
Is it possible to control the order that excel calculates a page? Similar to
an array, I would like to highlight a 3 different 'blocks' of equations and
then tell excel calculate 1 completely, then calculate 2, then calculate 3.


Perhaps it's possible with VBA but what's the advantage to calculating
only certain cells at a time?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Control Order of Calculations

Depends on the version of excel (IIRC).

Look in VBA's help for "Calculate Method"

You'll see that you can specify ranges to calculate.

You may want to read Charles Williams' notes on calculation:
http://www.decisionmodels.com/calcsecrets.htm
especially this page:
http://www.decisionmodels.com/calcsecretsg.htm
(look for: "Excel 2002/2003 Range Calculate Problems:")


BryanDamon wrote:

Is it possible to control the order that excel calculates a page? Similar to
an array, I would like to highlight a 3 different 'blocks' of equations and
then tell excel calculate 1 completely, then calculate 2, then calculate 3.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Control Order of Calculations

Thanks to both Dave's
Bryan H

"Dave Peterson" wrote:

Depends on the version of excel (IIRC).

Look in VBA's help for "Calculate Method"

You'll see that you can specify ranges to calculate.

You may want to read Charles Williams' notes on calculation:
http://www.decisionmodels.com/calcsecrets.htm
especially this page:
http://www.decisionmodels.com/calcsecretsg.htm
(look for: "Excel 2002/2003 Range Calculate Problems:")


BryanDamon wrote:

Is it possible to control the order that excel calculates a page? Similar to
an array, I would like to highlight a 3 different 'blocks' of equations and
then tell excel calculate 1 completely, then calculate 2, then calculate 3.


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
order of calculations in Excel Kickseek Excel Worksheet Functions 3 August 18th 06 02:26 PM
Control X axis order StephanieH Charts and Charting in Excel 1 April 18th 06 09:06 AM
Calculations And Order In Macros Carl Bowman Excel Discussion (Misc queries) 4 February 23rd 05 10:53 PM
Control Tab from Combo box- format control missing!! Mo Excel Discussion (Misc queries) 3 January 7th 05 01:09 PM
Daily Macro to Download Data, Order and paste in order Iarla Excel Worksheet Functions 1 November 17th 04 01:59 PM


All times are GMT +1. The time now is 04:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"