Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello all:
Is it possible to sum the cells by starting from A1 and add A10 then A20, and so on every tenth cell. How do I write the formula for it? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this
=A1+SUM(IF(MOD(ROW($A$1:$A$100),10)=0,$A$1:$A$100, 0)) it's an array so commit with CTRL+Shift+Enter not just enter. If you do it correctly Excel will put curly brackets {} around it. Mike "art" wrote: Hello all: Is it possible to sum the cells by starting from A1 and add A10 then A20, and so on every tenth cell. How do I write the formula for it? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
you may array enter (Ctrl+Shift+Enter) the following formula SUM(IF((MOD(ROW(range),10)=1),range)) -- Regards, Ashsih Mathur Microsoft Excel MVP www.ashishmathur.com "art" wrote in message ... Hello all: Is it possible to sum the cells by starting from A1 and add A10 then A20, and so on every tenth cell. How do I write the formula for it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reference row on another sheet skipping zeros but not skipping li. | Excel Discussion (Misc queries) | |||
Skipping Cells | Excel Worksheet Functions | |||
Fill down while skipping cells | Excel Worksheet Functions | |||
Fill down while skipping cells | Excel Worksheet Functions | |||
skipping cells | Excel Discussion (Misc queries) |