Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
v-deocke
 
Posts: n/a
Default Waiting for "Calculating Cells" when there is little to calculate

In the sheet I am working on now, I initailly had many formulas, but now I
just have one column of v-lookups (about 8 rows), and just the few rows I
temporarily paste data into. Yet pasting a few rows into the sheet, or even
updating one cell, still makes the sheet take a long time to calcuate after
each action. Does anyone have suggestions on how to improve performance /
stop any unnessesary calculation?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

look here to see if you have unused ranges

http://www.contextures.com/xlfaqApp.html#Unused

--
Regards,

Peo Sjoblom


"v-deocke" wrote in message
...
In the sheet I am working on now, I initailly had many formulas, but now I
just have one column of v-lookups (about 8 rows), and just the few rows I
temporarily paste data into. Yet pasting a few rows into the sheet, or
even
updating one cell, still makes the sheet take a long time to calcuate
after
each action. Does anyone have suggestions on how to improve performance /
stop any unnessesary calculation?


  #3   Report Post  
Mexage
 
Posts: n/a
Default

There can be two issues he

Using the Vlookup function with the last parameter set to FALSE will take
considerably longer to execute than with the value set to TRUE. This is
because when you use FALSE, the worst case scenario will look through all of
the values in the lookup table (proportional to n where n is the number of
rows in your table). With the value set to TRUE, it will require you to sort
your lookup table, but it will take a time proportional to log(n) where n is
the number of rows in your table.

But from the data you are describing, it shouldn't take THAT long.

Perhaps you forgot to erase some cells with the formulas, since you stated
that you used to have a lot of formulas before.

I recommend you use the Find feature with an * as criteria. That way you'll
be able to iterate through all cells which have something in them.

:)

Good luck and please vote for this answer if it helped.


"v-deocke" wrote:

In the sheet I am working on now, I initailly had many formulas, but now I
just have one column of v-lookups (about 8 rows), and just the few rows I
temporarily paste data into. Yet pasting a few rows into the sheet, or even
updating one cell, still makes the sheet take a long time to calcuate after
each action. Does anyone have suggestions on how to improve performance /
stop any unnessesary calculation?

  #4   Report Post  
bj
 
Posts: n/a
Default

Since you had all of the stuff in the file, have you saved it, closed Excel
and restarted Excel. If you had more than 65, 536 dependencies (don't ask me
to define them) the file will be in every cell automatic recalc for any
change in the document

I would also check for stuff still in the docuement. On each sheet, select
<edit<goto<special select last cell anf hit enter. if it any further than
the last visible cell, you might have stuff still crunching.
I would also make sure you have deleted the modules as well as the macros

"v-deocke" wrote:

In the sheet I am working on now, I initailly had many formulas, but now I
just have one column of v-lookups (about 8 rows), and just the few rows I
temporarily paste data into. Yet pasting a few rows into the sheet, or even
updating one cell, still makes the sheet take a long time to calcuate after
each action. Does anyone have suggestions on how to improve performance /
stop any unnessesary calculation?

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
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 03:36 PM.

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

About Us

"It's about Microsoft Excel"