Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
WandaSG
 
Posts: n/a
Default Formula--rather simple one

The formula is adding and subtracting numbers across the rows. The problem
is that when "some" of the cells containing numbers that are included in the
formula are deleted, changed--the result of the formula does not change. For
instance, the number in cell BW is deleted and nothing happens. Is there
something wrong with the way this formula is set up? Could there be corrupt
data?
=+B10+SUM(C11:CJ11)-SUM(CL11:FE11)

--
Wanda Garner
Highmark Blue Shield
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Billigmeier
 
Posts: n/a
Default Formula--rather simple one

Press "F9"... does the value change now? If so, you have automatic
calculation turned off...

<Tools<Options
Click over to the "Calculation" tab
Check "Automatic"

Does that help?
--
Regards,
Dave


"WandaSG" wrote:

The formula is adding and subtracting numbers across the rows. The problem
is that when "some" of the cells containing numbers that are included in the
formula are deleted, changed--the result of the formula does not change. For
instance, the number in cell BW is deleted and nothing happens. Is there
something wrong with the way this formula is set up? Could there be corrupt
data?
=+B10+SUM(C11:CJ11)-SUM(CL11:FE11)

--
Wanda Garner
Highmark Blue Shield

  #3   Report Post  
Posted to microsoft.public.excel.misc
WandaSG
 
Posts: n/a
Default Formula--rather simple one

I pressed F9, but nothing happened. The Automatic Calculation option was
selected. Hummm. Your response, however, was not an incorrect answer--it
just didn't fix this particular problem.

--
Wanda Garner
Highmark Blue Shield


"David Billigmeier" wrote:

Press "F9"... does the value change now? If so, you have automatic
calculation turned off...

<Tools<Options
Click over to the "Calculation" tab
Check "Automatic"

Does that help?
--
Regards,
Dave


"WandaSG" wrote:

The formula is adding and subtracting numbers across the rows. The problem
is that when "some" of the cells containing numbers that are included in the
formula are deleted, changed--the result of the formula does not change. For
instance, the number in cell BW is deleted and nothing happens. Is there
something wrong with the way this formula is set up? Could there be corrupt
data?
=+B10+SUM(C11:CJ11)-SUM(CL11:FE11)

--
Wanda Garner
Highmark Blue Shield

  #4   Report Post  
Posted to microsoft.public.excel.misc
WandaSG
 
Posts: n/a
Default Formula--rather simple one

There is also a Macro in this file that runs when the file is opened. We did
try to "unprotect" and open without running though with no change. Here it
is...

Sub PROTECT()
ActiveSheet.Unprotect
Selection.Locked = True
Selection.FormulaHidden = False
ActiveSheet.PROTECT DrawingObjects:=True, Contents:=True, Scenarios _
:=True
End Sub

--
Wanda Garner
Highmark Blue Shield


"David Billigmeier" wrote:

Press "F9"... does the value change now? If so, you have automatic
calculation turned off...

<Tools<Options
Click over to the "Calculation" tab
Check "Automatic"

Does that help?
--
Regards,
Dave


"WandaSG" wrote:

The formula is adding and subtracting numbers across the rows. The problem
is that when "some" of the cells containing numbers that are included in the
formula are deleted, changed--the result of the formula does not change. For
instance, the number in cell BW is deleted and nothing happens. Is there
something wrong with the way this formula is set up? Could there be corrupt
data?
=+B10+SUM(C11:CJ11)-SUM(CL11:FE11)

--
Wanda Garner
Highmark Blue Shield

  #5   Report Post  
Posted to microsoft.public.excel.misc
Andrew Houghton
 
Posts: n/a
Default Formula--rather simple one

Forgive me if this sounds strange...but changing cell "BW"???? Is thie cell
you are changing within any of the ranges actually referenced by the
formula?


"WandaSG" wrote in message
...
There is also a Macro in this file that runs when the file is opened. We
did
try to "unprotect" and open without running though with no change. Here
it
is...

Sub PROTECT()
ActiveSheet.Unprotect
Selection.Locked = True
Selection.FormulaHidden = False
ActiveSheet.PROTECT DrawingObjects:=True, Contents:=True, Scenarios _
:=True
End Sub

--
Wanda Garner
Highmark Blue Shield


"David Billigmeier" wrote:

Press "F9"... does the value change now? If so, you have automatic
calculation turned off...

<Tools<Options
Click over to the "Calculation" tab
Check "Automatic"

Does that help?
--
Regards,
Dave


"WandaSG" wrote:

The formula is adding and subtracting numbers across the rows. The
problem
is that when "some" of the cells containing numbers that are included
in the
formula are deleted, changed--the result of the formula does not
change. For
instance, the number in cell BW is deleted and nothing happens. Is
there
something wrong with the way this formula is set up? Could there be
corrupt
data?
=+B10+SUM(C11:CJ11)-SUM(CL11:FE11)

--
Wanda Garner
Highmark Blue Shield





  #6   Report Post  
Posted to microsoft.public.excel.misc
WandaSG
 
Posts: n/a
Default Formula--rather simple one

Yes, its way out there within C11:CJ11
--
Wanda Garner
Highmark Blue Shield


"Andrew Houghton" wrote:

Forgive me if this sounds strange...but changing cell "BW"???? Is thie cell
you are changing within any of the ranges actually referenced by the
formula?


"WandaSG" wrote in message
...
There is also a Macro in this file that runs when the file is opened. We
did
try to "unprotect" and open without running though with no change. Here
it
is...

Sub PROTECT()
ActiveSheet.Unprotect
Selection.Locked = True
Selection.FormulaHidden = False
ActiveSheet.PROTECT DrawingObjects:=True, Contents:=True, Scenarios _
:=True
End Sub

--
Wanda Garner
Highmark Blue Shield


"David Billigmeier" wrote:

Press "F9"... does the value change now? If so, you have automatic
calculation turned off...

<Tools<Options
Click over to the "Calculation" tab
Check "Automatic"

Does that help?
--
Regards,
Dave


"WandaSG" wrote:

The formula is adding and subtracting numbers across the rows. The
problem
is that when "some" of the cells containing numbers that are included
in the
formula are deleted, changed--the result of the formula does not
change. For
instance, the number in cell BW is deleted and nothing happens. Is
there
something wrong with the way this formula is set up? Could there be
corrupt
data?
=+B10+SUM(C11:CJ11)-SUM(CL11:FE11)

--
Wanda Garner
Highmark Blue Shield




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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Simple formula for newbie! TC New Users to Excel 3 August 30th 05 02:04 AM
Programming a simple formula anagaraj1 New Users to Excel 1 August 4th 05 03:32 PM
simple interest formula in excel V NARENDRAN Excel Discussion (Misc queries) 1 August 3rd 05 12:13 PM
Need a simple formula please Denise Excel Worksheet Functions 3 March 31st 05 01:16 PM


All times are GMT +1. The time now is 08:30 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"