Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Eric
 
Posts: n/a
Default Excel Won't Calc?

I sometimes find that when spreadsheets get to be a certain size they often
don't calc properly. Any idea as to why?

Thanks,
Eric
  #2   Report Post  
Vacation's Over
 
Posts: n/a
Default Excel Won't Calc?

don't calc properly......what does that mean?
if auto calc is set, a well designed workbook would need to be very large to
degrade performance enough to "not work"

how large and how complex, and how well designed is your workbook?

"Eric" wrote:

I sometimes find that when spreadsheets get to be a certain size they often
don't calc properly. Any idea as to why?

Thanks,
Eric

  #3   Report Post  
Eric
 
Posts: n/a
Default Excel Won't Calc?

How well designed, I can't say, but the file is 18mb and has 5 pivot tables
driving off of 2 databases and feeds several financial statements. I've had
this happen to me before, but have never been able to figure out why. It
seems to only happen in larger files. For some reason the simplest
calculations will not work unless you either click on the cell or hit F2 then
enter. I have an if statement in a database that references back to an imput
date cell. =if(c3<=date,B5*g5,0) Very simple calc, but sometimes when I
change "date" it calculates, sometimes not. I have calc on auto and have hit
F9 a hundred times to no avail. I wish I knew what I was doing wrong, as I
said I've had this happen before.

Any help is greatly appreciated,

Thanks
Eric

"Vacation's Over" wrote:

don't calc properly......what does that mean?
if auto calc is set, a well designed workbook would need to be very large to
degrade performance enough to "not work"

how large and how complex, and how well designed is your workbook?

"Eric" wrote:

I sometimes find that when spreadsheets get to be a certain size they often
don't calc properly. Any idea as to why?

Thanks,
Eric

  #4   Report Post  
Vacation's Over
 
Posts: n/a
Default Excel Won't Calc?

at 18mb Excel on a modern machine should handle it

With something that big it is hard to diagnose

first look for size problems:
You could copy each sheet into a new file, without worring about formulas
and such, compare the new file size to the old??/

check system memory issues
http://www.decisionmodels.com/index.htm

Are your databases remote or on the PC?

Are Other apps running?

If this is an "old" file that has seen a number of revisions it may need
some housekeeping:

reset used ranges
http://www.contextures.com/xlfaqApp.html#Unused

delete unused charts

if VBA present run Code Cleaner
http://www.appspro.com/Utilities/CodeCleaner.htm

File could be corrupt requiring coping each sheet to a new file.

pictures & logos could be corrupt?


AS you can see there are many sources of trouble in a large file. If you
want it fixed you many need to just use process of elimination:
delete one sheet at a time until problem is fixed then figure out what is
special about that sheet.

you should invest in PUP (saved me many times over)
30 day free trial

http://j-walk.com/ss/pup/pup6/index.htm

after download run the AUDIT WORKBOOK tool

the report it produces will map out the complexities of your file and may
lead to an answer.

You could also gain from John's books also listed at this URL

"Eric" wrote:

How well designed, I can't say, but the file is 18mb and has 5 pivot tables
driving off of 2 databases and feeds several financial statements. I've had
this happen to me before, but have never been able to figure out why. It
seems to only happen in larger files. For some reason the simplest
calculations will not work unless you either click on the cell or hit F2 then
enter. I have an if statement in a database that references back to an imput
date cell. =if(c3<=date,B5*g5,0) Very simple calc, but sometimes when I
change "date" it calculates, sometimes not. I have calc on auto and have hit
F9 a hundred times to no avail. I wish I knew what I was doing wrong, as I
said I've had this happen before.

Any help is greatly appreciated,

Thanks
Eric

"Vacation's Over" wrote:

don't calc properly......what does that mean?
if auto calc is set, a well designed workbook would need to be very large to
degrade performance enough to "not work"

how large and how complex, and how well designed is your workbook?

"Eric" wrote:

I sometimes find that when spreadsheets get to be a certain size they often
don't calc properly. Any idea as to why?

Thanks,
Eric

  #5   Report Post  
Eric
 
Posts: n/a
Default Excel Won't Calc?

Yeah, that's the only solution I could come up with as well. Once I'm
through creating Frankenstein's Monster, copy the data into a new workbook
without the formula's and recreate. I was just curious to know if their is
a way to prevent the problem.

Thanks for you insight,
Eric

"Vacation's Over" wrote:

at 18mb Excel on a modern machine should handle it

With something that big it is hard to diagnose

first look for size problems:
You could copy each sheet into a new file, without worring about formulas
and such, compare the new file size to the old??/

check system memory issues
http://www.decisionmodels.com/index.htm

Are your databases remote or on the PC?

Are Other apps running?

If this is an "old" file that has seen a number of revisions it may need
some housekeeping:

reset used ranges
http://www.contextures.com/xlfaqApp.html#Unused

delete unused charts

if VBA present run Code Cleaner
http://www.appspro.com/Utilities/CodeCleaner.htm

File could be corrupt requiring coping each sheet to a new file.

pictures & logos could be corrupt?


AS you can see there are many sources of trouble in a large file. If you
want it fixed you many need to just use process of elimination:
delete one sheet at a time until problem is fixed then figure out what is
special about that sheet.

you should invest in PUP (saved me many times over)
30 day free trial

http://j-walk.com/ss/pup/pup6/index.htm

after download run the AUDIT WORKBOOK tool

the report it produces will map out the complexities of your file and may
lead to an answer.

You could also gain from John's books also listed at this URL

"Eric" wrote:

How well designed, I can't say, but the file is 18mb and has 5 pivot tables
driving off of 2 databases and feeds several financial statements. I've had
this happen to me before, but have never been able to figure out why. It
seems to only happen in larger files. For some reason the simplest
calculations will not work unless you either click on the cell or hit F2 then
enter. I have an if statement in a database that references back to an imput
date cell. =if(c3<=date,B5*g5,0) Very simple calc, but sometimes when I
change "date" it calculates, sometimes not. I have calc on auto and have hit
F9 a hundred times to no avail. I wish I knew what I was doing wrong, as I
said I've had this happen before.

Any help is greatly appreciated,

Thanks
Eric

"Vacation's Over" wrote:

don't calc properly......what does that mean?
if auto calc is set, a well designed workbook would need to be very large to
degrade performance enough to "not work"

how large and how complex, and how well designed is your workbook?

"Eric" wrote:

I sometimes find that when spreadsheets get to be a certain size they often
don't calc properly. Any idea as to why?

Thanks,
Eric



  #6   Report Post  
Vacation's Over
 
Posts: n/a
Default Excel Won't Calc?

NO! I was not saying to recreate everything!

Just do a quick copy over and then compare file sizes.
If there is a big diference then You may have a "garbage" issue.

For instance all those charts you make then don't use and delete them.....
They may still be in the file.

only if there is a big size differnce would I start from "scratch"

do some of the diagnostics i posted you may get lucky


"Eric" wrote:

Yeah, that's the only solution I could come up with as well. Once I'm
through creating Frankenstein's Monster, copy the data into a new workbook
without the formula's and recreate. I was just curious to know if their is
a way to prevent the problem.

Thanks for you insight,
Eric

"Vacation's Over" wrote:

at 18mb Excel on a modern machine should handle it

With something that big it is hard to diagnose

first look for size problems:
You could copy each sheet into a new file, without worring about formulas
and such, compare the new file size to the old??/

check system memory issues
http://www.decisionmodels.com/index.htm

Are your databases remote or on the PC?

Are Other apps running?

If this is an "old" file that has seen a number of revisions it may need
some housekeeping:

reset used ranges
http://www.contextures.com/xlfaqApp.html#Unused

delete unused charts

if VBA present run Code Cleaner
http://www.appspro.com/Utilities/CodeCleaner.htm

File could be corrupt requiring coping each sheet to a new file.

pictures & logos could be corrupt?


AS you can see there are many sources of trouble in a large file. If you
want it fixed you many need to just use process of elimination:
delete one sheet at a time until problem is fixed then figure out what is
special about that sheet.

you should invest in PUP (saved me many times over)
30 day free trial

http://j-walk.com/ss/pup/pup6/index.htm

after download run the AUDIT WORKBOOK tool

the report it produces will map out the complexities of your file and may
lead to an answer.

You could also gain from John's books also listed at this URL

"Eric" wrote:

How well designed, I can't say, but the file is 18mb and has 5 pivot tables
driving off of 2 databases and feeds several financial statements. I've had
this happen to me before, but have never been able to figure out why. It
seems to only happen in larger files. For some reason the simplest
calculations will not work unless you either click on the cell or hit F2 then
enter. I have an if statement in a database that references back to an imput
date cell. =if(c3<=date,B5*g5,0) Very simple calc, but sometimes when I
change "date" it calculates, sometimes not. I have calc on auto and have hit
F9 a hundred times to no avail. I wish I knew what I was doing wrong, as I
said I've had this happen before.

Any help is greatly appreciated,

Thanks
Eric

"Vacation's Over" wrote:

don't calc properly......what does that mean?
if auto calc is set, a well designed workbook would need to be very large to
degrade performance enough to "not work"

how large and how complex, and how well designed is your workbook?

"Eric" wrote:

I sometimes find that when spreadsheets get to be a certain size they often
don't calc properly. Any idea as to why?

Thanks,
Eric

  #7   Report Post  
Anne Troy
 
Posts: n/a
Default Excel Won't Calc?

Eric: Here's a bit more specific information:
http://www.officearticles.com/excel/...soft_excel.htm
This may also help:
http://www.officearticles.com/excel/...soft_excel.htm
************
Anne Troy
www.OfficeArticles.com

"Eric" wrote in message
...
Yeah, that's the only solution I could come up with as well. Once I'm
through creating Frankenstein's Monster, copy the data into a new workbook
without the formula's and recreate. I was just curious to know if their
is
a way to prevent the problem.

Thanks for you insight,
Eric

"Vacation's Over" wrote:

at 18mb Excel on a modern machine should handle it

With something that big it is hard to diagnose

first look for size problems:
You could copy each sheet into a new file, without worring about formulas
and such, compare the new file size to the old??/

check system memory issues
http://www.decisionmodels.com/index.htm

Are your databases remote or on the PC?

Are Other apps running?

If this is an "old" file that has seen a number of revisions it may need
some housekeeping:

reset used ranges
http://www.contextures.com/xlfaqApp.html#Unused

delete unused charts

if VBA present run Code Cleaner
http://www.appspro.com/Utilities/CodeCleaner.htm

File could be corrupt requiring coping each sheet to a new file.

pictures & logos could be corrupt?


AS you can see there are many sources of trouble in a large file. If you
want it fixed you many need to just use process of elimination:
delete one sheet at a time until problem is fixed then figure out what is
special about that sheet.

you should invest in PUP (saved me many times over)
30 day free trial

http://j-walk.com/ss/pup/pup6/index.htm

after download run the AUDIT WORKBOOK tool

the report it produces will map out the complexities of your file and may
lead to an answer.

You could also gain from John's books also listed at this URL

"Eric" wrote:

How well designed, I can't say, but the file is 18mb and has 5 pivot
tables
driving off of 2 databases and feeds several financial statements.
I've had
this happen to me before, but have never been able to figure out why.
It
seems to only happen in larger files. For some reason the simplest
calculations will not work unless you either click on the cell or hit
F2 then
enter. I have an if statement in a database that references back to an
imput
date cell. =if(c3<=date,B5*g5,0) Very simple calc, but sometimes when
I
change "date" it calculates, sometimes not. I have calc on auto and
have hit
F9 a hundred times to no avail. I wish I knew what I was doing wrong,
as I
said I've had this happen before.

Any help is greatly appreciated,

Thanks
Eric

"Vacation's Over" wrote:

don't calc properly......what does that mean?
if auto calc is set, a well designed workbook would need to be very
large to
degrade performance enough to "not work"

how large and how complex, and how well designed is your workbook?

"Eric" wrote:

I sometimes find that when spreadsheets get to be a certain size
they often
don't calc properly. Any idea as to why?

Thanks,
Eric



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
VBA for Excel 2000 file is corrupt nkamp Excel Discussion (Misc queries) 0 May 26th 05 03:37 PM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 12:33 AM.

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"