Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|