Calculations not updating

Nomas

Board Regular
Joined
Jun 14, 2011
Messages
91
Hi,

I am using excel 2007. I have a sheet that i paste data into and normally it updates. It currently is not however. I have automatic calculations selected (it says calculate at the bottom). All I can think is that this time I was extending the data set by filling down and at a certain point it stopped calculation and just started filling the same number down regardless of the value. Now when I put new data in, it doesn't update at all. Not sure where to go. Any guidance is appreciated.

Thanks,
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
If Excel says Calculate at the bottom it does not signify that calculations are automatic. Before going any further, go into your settings and check what the calculation mode is.
 
Upvote 0
Hi Glenn,

Under Formulas, Calculations, Calulation Options its set to Automatic. If I should look somewhere else let me know. I would be happy to check.
 
Upvote 0
If workbook updates when you press F9 then your workbook is on Manual calculation mode.

One way to test this
1)Press ALT +11
2) CTRL + G which invokes Immediate Window
3)Paste code below
Code:
?application.Calculation=xlCalculationAutomatic
If you get False then manual calculation. If True then autocals.

Biz
 
Upvote 0
Glenn/Biz,

Thank you both so much for the help. Good info to know. I appreciate it! Sorry for the delayed response. :)
 
Upvote 0

Forum statistics

Threads
1,224,595
Messages
6,179,799
Members
452,943
Latest member
Newbie4296

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top