Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cells are not updating | Excel Discussion (Misc queries) | |||
Please Help! Cells not updating... | Excel Discussion (Misc queries) | |||
Updating Cells with new info | Excel Discussion (Misc queries) | |||
Cells not updating | Excel Worksheet Functions | |||
"Pastelink" cells not updating | Links and Linking in Excel |