#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cells not updating

I have built a very large and complex financial model (around 5mb file size)
and am having problems with cells not updating. This has nothing to do with
iterations being switched on/off or with circularity (i have tested for this
- calcs are set to auto and I have hit F9 a million times when i switch to
iterations, also there is no circularity). It only seems to happen once the
file becomes very large or the model particularly complex (this one is 50
work sheets with average 80 cols and 100 rows)

When I save the file as a new version, the cells all update. Also, when I
re-copy the formulas, they update. It is very very bizzare... Has anyone else
had this problem and if so what did you do to fix it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Cells not updating

Seems like the calculation mode has been set to manual - click on
Tools | Options | Calculation tab and ensure that automatic is
checked. Save the file to ensure the settings are fixed (although if
you open a file which is set to manual and then open another file in
the same XL session, the second one will inherit the manual settings).

Hope this helps.

Pete

On Oct 15, 1:39 pm, tom_h_c wrote:
I have built a very large and complex financial model (around 5mb file size)
and am having problems with cells not updating. This has nothing to do with
iterations being switched on/off or with circularity (i have tested for this
- calcs are set to auto and I have hit F9 a million times when i switch to
iterations, also there is no circularity). It only seems to happen once the
file becomes very large or the model particularly complex (this one is 50
work sheets with average 80 cols and 100 rows)

When I save the file as a new version, the cells all update. Also, when I
re-copy the formulas, they update. It is very very bizzare... Has anyone else
had this problem and if so what did you do to fix it?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cells not updating

As i already said, this is not an issue with the calculation settings. I have
already thoroughly tested this. Has anyone else had a similar problem?

"Pete_UK" wrote:

Seems like the calculation mode has been set to manual - click on
Tools | Options | Calculation tab and ensure that automatic is
checked. Save the file to ensure the settings are fixed (although if
you open a file which is set to manual and then open another file in
the same XL session, the second one will inherit the manual settings).

Hope this helps.

Pete

On Oct 15, 1:39 pm, tom_h_c wrote:
I have built a very large and complex financial model (around 5mb file size)
and am having problems with cells not updating. This has nothing to do with
iterations being switched on/off or with circularity (i have tested for this
- calcs are set to auto and I have hit F9 a million times when i switch to
iterations, also there is no circularity). It only seems to happen once the
file becomes very large or the model particularly complex (this one is 50
work sheets with average 80 cols and 100 rows)

When I save the file as a new version, the cells all update. Also, when I
re-copy the formulas, they update. It is very very bizzare... Has anyone else
had this problem and if so what did you do to fix it?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 109
Default Cells not updating

tom_h_c wrote:
I have built a very large and complex financial model (around 5mb file size)
and am having problems with cells not updating. This has nothing to do with
iterations being switched on/off or with circularity (i have tested for this
- calcs are set to auto and I have hit F9 a million times when i switch to
iterations, also there is no circularity). It only seems to happen once the
file becomes very large or the model particularly complex (this one is 50
work sheets with average 80 cols and 100 rows)

When I save the file as a new version, the cells all update. Also, when I
re-copy the formulas, they update. It is very very bizzare... Has anyone else
had this problem and if so what did you do to fix it?


Your file may seem very large to you, but to excel it isn't.

Assuming you have a reasonable spec PC, I can see no reason why it wont
calculate.

Sorry I can't offer any help.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200710/1

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Cells not updating

I've never seen this, but a few people have complained that excel doesn't recalc
correctly even when calculation is set to automatic.

This may work for you (it's worked for those other people).
Select all the sheets
Select all the cells
Edit|replace
what: = (an equal sign)
with: = (that same equal sign)
replace all

Ungroup the sheets!!!

And test it out.

Changing the = to = forces excel to reevalate each formula and can wake it up.



tom_h_c wrote:

I have built a very large and complex financial model (around 5mb file size)
and am having problems with cells not updating. This has nothing to do with
iterations being switched on/off or with circularity (i have tested for this
- calcs are set to auto and I have hit F9 a million times when i switch to
iterations, also there is no circularity). It only seems to happen once the
file becomes very large or the model particularly complex (this one is 50
work sheets with average 80 cols and 100 rows)

When I save the file as a new version, the cells all update. Also, when I
re-copy the formulas, they update. It is very very bizzare... Has anyone else
had this problem and if so what did you do to fix it?


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Cells not updating

Look he

http://xldynamic.com/source/xld.xlFAQ0024.html

Especially the part about a corrupted dependency tree

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"tom_h_c" wrote in message ...
| I have built a very large and complex financial model (around 5mb file size)
| and am having problems with cells not updating. This has nothing to do with
| iterations being switched on/off or with circularity (i have tested for this
| - calcs are set to auto and I have hit F9 a million times when i switch to
| iterations, also there is no circularity). It only seems to happen once the
| file becomes very large or the model particularly complex (this one is 50
| work sheets with average 80 cols and 100 rows)
|
| When I save the file as a new version, the cells all update. Also, when I
| re-copy the formulas, they update. It is very very bizzare... Has anyone else
| had this problem and if so what did you do to fix it?


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cells not updating

Thanks - that is exactly the answer I was looking for.

thanks alot guys.

"Niek Otten" wrote:

Look he

http://xldynamic.com/source/xld.xlFAQ0024.html

Especially the part about a corrupted dependency tree

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"tom_h_c" wrote in message ...
| I have built a very large and complex financial model (around 5mb file size)
| and am having problems with cells not updating. This has nothing to do with
| iterations being switched on/off or with circularity (i have tested for this
| - calcs are set to auto and I have hit F9 a million times when i switch to
| iterations, also there is no circularity). It only seems to happen once the
| file becomes very large or the model particularly complex (this one is 50
| work sheets with average 80 cols and 100 rows)
|
| When I save the file as a new version, the cells all update. Also, when I
| re-copy the formulas, they update. It is very very bizzare... Has anyone else
| had this problem and if so what did you do to fix it?



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Cells not updating

thanks - that's fixed it. another poster suggested pressing ctr+alt+shift+F9,
this also works a treat.

"Dave Peterson" wrote:

I've never seen this, but a few people have complained that excel doesn't recalc
correctly even when calculation is set to automatic.

This may work for you (it's worked for those other people).
Select all the sheets
Select all the cells
Edit|replace
what: = (an equal sign)
with: = (that same equal sign)
replace all

Ungroup the sheets!!!

And test it out.

Changing the = to = forces excel to reevalate each formula and can wake it up.



tom_h_c wrote:

I have built a very large and complex financial model (around 5mb file size)
and am having problems with cells not updating. This has nothing to do with
iterations being switched on/off or with circularity (i have tested for this
- calcs are set to auto and I have hit F9 a million times when i switch to
iterations, also there is no circularity). It only seems to happen once the
file becomes very large or the model particularly complex (this one is 50
work sheets with average 80 cols and 100 rows)

When I save the file as a new version, the cells all update. Also, when I
re-copy the formulas, they update. It is very very bizzare... Has anyone else
had this problem and if so what did you do to fix it?


--

Dave Peterson

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Cells not updating

Tried all of the above and got no positive response... Its wierd, but if I
open the file from the explorer it wont calculate, but if I open the file
from excel it will. Is it some kind of virus?

"tom_h_c" wrote:

Thanks - that is exactly the answer I was looking for.

thanks alot guys.

"Niek Otten" wrote:

Look he

http://xldynamic.com/source/xld.xlFAQ0024.html

Especially the part about a corrupted dependency tree

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"tom_h_c" wrote in message ...
| I have built a very large and complex financial model (around 5mb file size)
| and am having problems with cells not updating. This has nothing to do with
| iterations being switched on/off or with circularity (i have tested for this
| - calcs are set to auto and I have hit F9 a million times when i switch to
| iterations, also there is no circularity). It only seems to happen once the
| file becomes very large or the model particularly complex (this one is 50
| work sheets with average 80 cols and 100 rows)
|
| When I save the file as a new version, the cells all update. Also, when I
| re-copy the formulas, they update. It is very very bizzare... Has anyone else
| had this problem and if so what did you do to fix it?



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
Cells are not updating Graeme Excel Discussion (Misc queries) 4 June 27th 07 03:58 PM
Please Help! Cells not updating... Southwest Scott Excel Discussion (Misc queries) 4 April 27th 07 03:50 PM
Updating Cells with new info Brento Excel Discussion (Misc queries) 0 July 15th 06 03:48 PM
Cells not updating Shaggyjh Excel Worksheet Functions 4 April 22nd 05 02:54 PM
"Pastelink" cells not updating Don Holmes Links and Linking in Excel 3 February 7th 05 10:22 PM


All times are GMT +1. The time now is 04:13 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"