Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DK
 
Posts: n/a
Default Formulas no longer working

Greetings and thank you in advance for any help.

I have a workbook that is 671K in size and contains about 75 different
worksheets. The first tab is a summary and details are provided on the
remaining tabs.

The problem I'm having is that the summary sheet has stopped updating. The
formulas are simple (e.g. sum a row, show the contents of a cell, etc.).
Calculation is set to automatic but I've tried switching it to manual and and
still nothing.

The only way a cell will update is if I select a specific cell, F2 then ENTER.

Any help you might provide is appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Formulas no longer working

================================================== =======

Cells not calculating (correctly)

Niek Otten, March 31, 2006



Most frequent causes:



1. Calculation is set to Automatic. This often happens unintentionally, for example by opening another workbook first.
Calculation is an Excel-wide setting; the first workbook opened determines the calculation mode, which then applies to all open
workbooks and workbooks that are opened later in that instance of Excel. It can be changed manually (again, for all open
workbooks):
ToolsOptionsCalculation tab, check Automatic.

2. There are User Defined Functions (UDFs) which access cells directly from within the function, that is, not via the
argument list. Then Excel is not aware of the need of recalculation if the precedent cell changes. You can include
Application.Volatile in the function, but there is no guarantee this will always calculate cells in the correct sequence in all
(future) versions of Excel. It also causes the calling cells (and dependents) to always be recalculated, even if not necessary.
Really the best way is to include all precedent cells in the argument list.

3. You see the formulas in the cell, not the answers. Two options: a. ToolsOptionsView, Formulas is checked (you may
accidentally have hit the shortcut key: CTRL+`), b. the cell was formatted as text before you entered the formula. Format as
General and re- enter (F2, ENTER).

4. Excel version 5.0a (yes, very, very old!) has serious recalculation bugs, Excel 97 absolutely needs Service Pack 2 (SP2)
to calculate correctly.

5. Very, very rarely, Excel's dependency tree gets messed up. One way to rebuild it is to find and replace all "=" by "=",
for all sheets. Later versions of Excel rebuild by pressing CTRL+ALT+SHIFT+F9

6. For many calculation secrets, visit Charles William's site:
www.decisionmodels.com

================================================== =======


--
Kind regards,

Niek Otten


"DK" wrote in message ...
| Greetings and thank you in advance for any help.
|
| I have a workbook that is 671K in size and contains about 75 different
| worksheets. The first tab is a summary and details are provided on the
| remaining tabs.
|
| The problem I'm having is that the summary sheet has stopped updating. The
| formulas are simple (e.g. sum a row, show the contents of a cell, etc.).
| Calculation is set to automatic but I've tried switching it to manual and and
| still nothing.
|
| The only way a cell will update is if I select a specific cell, F2 then ENTER.
|
| Any help you might provide is appreciated.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Miguel Zapico
 
Posts: n/a
Default Formulas no longer working

One manual action that you may do to force the recalculation of formulas is
open the replace tool (menu Edit-Replace), and then replace "=" with "="
(just the equal sign, not the quotation marks).
It looks something trivial, as you replace one thing for the same, but it
may trigger the recalculation you need.

Miguel.

"DK" wrote:

Greetings and thank you in advance for any help.

I have a workbook that is 671K in size and contains about 75 different
worksheets. The first tab is a summary and details are provided on the
remaining tabs.

The problem I'm having is that the summary sheet has stopped updating. The
formulas are simple (e.g. sum a row, show the contents of a cell, etc.).
Calculation is set to automatic but I've tried switching it to manual and and
still nothing.

The only way a cell will update is if I select a specific cell, F2 then ENTER.

Any help you might provide is appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DK
 
Posts: n/a
Default Formulas no longer working

Thanks to both of you for your suggestions.

I tried the CTRL+ALT+SHIFT+F9 and that appears to have done the trick. I'm
not sure why there was a problem as all my other workbooks continue to calc
just fine but this one stopped.

Thanks again.

"DK" wrote:

Greetings and thank you in advance for any help.

I have a workbook that is 671K in size and contains about 75 different
worksheets. The first tab is a summary and details are provided on the
remaining tabs.

The problem I'm having is that the summary sheet has stopped updating. The
formulas are simple (e.g. sum a row, show the contents of a cell, etc.).
Calculation is set to automatic but I've tried switching it to manual and and
still nothing.

The only way a cell will update is if I select a specific cell, F2 then ENTER.

Any help you might provide is appreciated.

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
My excel no longer calculates right when I copy formulas Saga3 Excel Discussion (Misc queries) 1 April 5th 06 08:42 PM
Sumproduct formulas not working after editing dave roth Excel Worksheet Functions 1 February 13th 06 09:37 PM
why formulas have stopped working in Excel? queenjude Excel Worksheet Functions 3 August 16th 05 08:37 PM
Formulas not working after transfering to new workbook Mark Jackson Excel Worksheet Functions 5 December 15th 04 06:17 PM
Formula's not working Dave Excel Discussion (Misc queries) 2 December 7th 04 08:01 PM


All times are GMT +1. The time now is 02:47 AM.

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"