Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Columns not totaling unless you save worksheet

I had set up worksheets for some people. I had someone today tell me that
when they enter the information in it doesn't total the data anymore. When I
checked on the problem I found that after entering in the data it would not
total, but if you saved the worksheet it would total the data. I do not use
the worksheets so I do not know if there were any changes made. The
worksheets are password protected, but their supervisor knows the password,
so it is plausible that they were changed.

Is there anything you know of that would cause this?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Columns not totaling unless you save worksheet

In Excel click the TOOLS menu item and select OPTIONS. Click the CALCULATION
tab and click the AUTOMATIC option button to reset calculation from manual
back to the default.
--
Kevin Backmann


"Lori G" wrote:

I had set up worksheets for some people. I had someone today tell me that
when they enter the information in it doesn't total the data anymore. When I
checked on the problem I found that after entering in the data it would not
total, but if you saved the worksheet it would total the data. I do not use
the worksheets so I do not know if there were any changes made. The
worksheets are password protected, but their supervisor knows the password,
so it is plausible that they were changed.

Is there anything you know of that would cause this?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Columns not totaling unless you save worksheet

Thank you so much Kevin, you saved me quite a bit of work. I definately need
to spend some more time with this program.

"Lori G" wrote:

I had set up worksheets for some people. I had someone today tell me that
when they enter the information in it doesn't total the data anymore. When I
checked on the problem I found that after entering in the data it would not
total, but if you saved the worksheet it would total the data. I do not use
the worksheets so I do not know if there were any changes made. The
worksheets are password protected, but their supervisor knows the password,
so it is plausible that they were changed.

Is there anything you know of that would cause this?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Columns not totaling unless you save worksheet

Lori

Common problem......not yet fixed in 2007 version.

ToolsOptionsCalculation can be Auto or Manual.

Excel takes the Calculation mode each session from the settings on the first
workbook opened in that session.

i.e. If you saved Book1 with calc mode in manual and opened it first, calc
mode would be in Manual.

If you saved Book2 with calc mode in auto and opened it after Book1, Book2
would be in manual mode(Excel ignores the auto calc mode in this case).

If you close Book1 before opening Book2, Book2 will be in auto calc mode.

Confusing enough? <g

If you want a particular workbook to always open in AutoCalc mode you can use
code to set it to auto whenever you open the workbook.

Private Sub Workbook_Open()
Application.Calculation = xlAutomatic
End Sub

Right-click on the Excel Icon left of "File" and select "View Code"

Paste the above into that module and save the workbook.


Gord Dibben MS Excel MVP

On Mon, 7 Jan 2008 08:41:03 -0800, Lori G
wrote:

Thank you so much Kevin, you saved me quite a bit of work. I definately need
to spend some more time with this program.

"Lori G" wrote:

I had set up worksheets for some people. I had someone today tell me that
when they enter the information in it doesn't total the data anymore. When I
checked on the problem I found that after entering in the data it would not
total, but if you saved the worksheet it would total the data. I do not use
the worksheets so I do not know if there were any changes made. The
worksheets are password protected, but their supervisor knows the password,
so it is plausible that they were changed.

Is there anything you know of that would cause this?



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
Totaling columns in a row with duplicate data - Pivot Table?? Kim CB Excel Worksheet Functions 1 August 29th 06 09:34 PM
Totaling columns of text in Excel Classy D Excel Worksheet Functions 3 March 6th 06 11:07 PM
automatically save some columns in another worksheet steve Excel Discussion (Misc queries) 8 December 5th 05 08:22 PM
Totaling criteria from 2 columns alexy Excel Worksheet Functions 13 August 4th 05 03:12 PM
Totaling Columns DNA Excel Discussion (Misc queries) 1 May 5th 05 01:40 PM


All times are GMT +1. The time now is 01:21 PM.

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"