Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Cells Not re-calculating despite autocalc on

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Trick - 27 Jul 2006 18:30 GMT
I am an advanced excel user and this is the first time i have
encountered this problem.

My xls contains a mixture of arrays, lookups and sumif functions.

MY array is pulling through the updated information (eg. a sum of spend
on a category), and this in turn feeds to a total by quarter. HOwever
the simple formula which adds the three months of the quarter is not
updating.

However, if i go to the cell with the forumla (which is as simple as
a1+a2+a3) press F2 to edit, then press enter, hey presto it
calculates?

Weird.

any ideas?
I dont want to go into each cell and do that as there are thousands!!

Signature

Trick

Gord Dibben - 27 Jul 2006 20:13 GMT
Try this.

Select the cells.

Edit>Replace

What:  =

With:  =

Replace all.

This is same as  F2 and Enter on each cell.

Gord Dibben  MS Excel MVP

>I am an advanced excel user and this is the first time i have
>encountered this problem.
[quoted text clipped - 14 lines]
>any ideas?
>I dont want to go into each cell and do that as there are thousands!!
Niek Otten - 27 Jul 2006 20:38 GMT
Here's my standard checklist:
     =========================================================
     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):
     Tools>Options>Calculation 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. Tools>Options>View, 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). If it's about many formulas, select them, Find and replace "=" by "=". That's more or less the
same as re-entering them.
     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 (for Excel, this is like re-entering all formulas). Later versions of Excel rebuild by pressing
CTRL+ALT+SHIFT+F9
     6.       For many calculation secrets, visit Charles William's site:
     www.decisionmodels.com
     =========================================================

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| I am an advanced excel user and this is the first time i have
| encountered this problem.
[quoted text clipped - 14 lines]
| any ideas?
| I dont want to go into each cell and do that as there are thousands!!
Trick - 27 Jul 2006 22:22 GMT
Thank you.

I`ll give that a whirl.

Signature

Trick


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.