Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a large (over 500 row) spreadsheet for tabulating simple data. The Sum
function has suddenly stopped working when I copy and paste it to a new location. Instead of delivering the sum of the range in the pasted location it delivers the number from the location it is copied, ignoring the data in the range it is supposed to add up. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhaps you should post your formula
-- Don Guillett Microsoft MVP Excel SalesAid Software "HighFlier22" wrote in message ... I have a large (over 500 row) spreadsheet for tabulating simple data. The Sum function has suddenly stopped working when I copy and paste it to a new location. Instead of delivering the sum of the range in the pasted location it delivers the number from the location it is copied, ignoring the data in the range it is supposed to add up. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's pretty simple: =SUM(I710:L710)
"Don Guillett" wrote: Perhaps you should post your formula -- Don Guillett Microsoft MVP Excel SalesAid Software "HighFlier22" wrote in message ... I have a large (over 500 row) spreadsheet for tabulating simple data. The Sum function has suddenly stopped working when I copy and paste it to a new location. Instead of delivering the sum of the range in the pasted location it delivers the number from the location it is copied, ignoring the data in the range it is supposed to add up. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is Calculation set to Automatic in ToolsOptionsCalculation?
Gord Dibben MS Excel MVP On Sat, 24 May 2008 15:48:00 -0700, HighFlier22 wrote: It's pretty simple: =SUM(I710:L710) "Don Guillett" wrote: Perhaps you should post your formula -- Don Guillett Microsoft MVP Excel SalesAid Software "HighFlier22" wrote in message ... I have a large (over 500 row) spreadsheet for tabulating simple data. The Sum function has suddenly stopped working when I copy and paste it to a new location. Instead of delivering the sum of the range in the pasted location it delivers the number from the location it is copied, ignoring the data in the range it is supposed to add up. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"HighFlier22" wrote:
It's pretty simple: =SUM(I710:L710) If it's not calc mode issue, maybe the "numbers" in I710:L710 are text numbers? Try this which will coerce all to real numbers, array-entered (press CTRL+SHIFT+ENTER to confirm the formula): =SUM(I710:L710+0) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Highlight the formula in the formula bar then copy and paste it
-- Regards, Peo Sjoblom "HighFlier22" wrote in message ... I have a large (over 500 row) spreadsheet for tabulating simple data. The Sum function has suddenly stopped working when I copy and paste it to a new location. Instead of delivering the sum of the range in the pasted location it delivers the number from the location it is copied, ignoring the data in the range it is supposed to add up. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is Calculation set to Manual
Try pressing F9 best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "HighFlier22" wrote in message ... I have a large (over 500 row) spreadsheet for tabulating simple data. The Sum function has suddenly stopped working when I copy and paste it to a new location. Instead of delivering the sum of the range in the pasted location it delivers the number from the location it is copied, ignoring the data in the range it is supposed to add up. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
failure of web query | Excel Discussion (Misc queries) | |||
Create a function to calculate Mean time Before Failure | Excel Worksheet Functions | |||
sumproduct failure? | Excel Discussion (Misc queries) | |||
AutoFilter Failure | Excel Worksheet Functions | |||
Calculation Failure | Excel Discussion (Misc queries) |