#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Sum

I have a spreadsheet with a lot of data already, I need to sum the total from
diferent column, for example sum(A10+A20+A30+A40+A50......), what kind of
function I should use? Any help is appreciate.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Sum

SUM
--
Brevity is the soul of wit.


"Hong" wrote:

I have a spreadsheet with a lot of data already, I need to sum the total from
diferent column, for example sum(A10+A20+A30+A40+A50......), what kind of
function I should use? Any help is appreciate.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Sum

Hi

One way
=SUMPRODUCT((MOD(ROW(A1:A100),10)=0)*(A1:A100))
Change ranges to suit.

--
Regards

Roger Govier


"Hong" wrote in message
...
I have a spreadsheet with a lot of data already, I need to sum the
total from
diferent column, for example sum(A10+A20+A30+A40+A50......), what kind
of
function I should use? Any help is appreciate.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Sum

=SUMPRODUCT(--(MOD(ROW(a1:a21)-ROW(a1),10)=0),a1:a21)

--
Don Guillett
SalesAid Software

"Hong" wrote in message
...
I have a spreadsheet with a lot of data already, I need to sum the total
from
diferent column, for example sum(A10+A20+A30+A40+A50......), what kind of
function I should use? Any help is appreciate.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 97
Default Sum

If the figures you need added are on the same rows in each column you just
need to =sum(A10,A20,A30..etc) and then copy this formula to the other
columns you need totaled.
If you have subtotals in different rows, you can use SUMIF or use the
SUBTOTAL function.
Regards,


"Hong" wrote:

I have a spreadsheet with a lot of data already, I need to sum the total from
diferent column, for example sum(A10+A20+A30+A40+A50......), what kind of
function I should use? Any help is appreciate.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default Sum

hi Hong,

i am confused again,,sorry,

if this is the total of your column A(colA) =sum(A10+A20+A30+A40+A50......)
then, you want to sum the total from different Column...
then maybe

=sum("your total of column A","your total of column B",,,whereever)

or
="your total of column A" + "your total of column B" + wherever is the column

or if it is contiguous
=sum("ref. colA":"ref. colX")

happy hoplidays

"Hong" wrote:

I have a spreadsheet with a lot of data already, I need to sum the total from
diferent column, for example sum(A10+A20+A30+A40+A50......), what kind of
function I should use? Any help is appreciate.

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



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