Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to sum all the values in alternating rows...i.e. all odd or even rows,
or all odd or even columns. How do I type in this formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
one way
=sumproduct(--(mod(row(A1:A100),2)=1,a1:a100) for odd rows ....=0... for even rows "baylor basketball" wrote: I need to sum all the values in alternating rows...i.e. all odd or even rows, or all odd or even columns. How do I type in this formula? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT((A1:A10)*(MOD(ROW(A1:A10),2)=0))
=SUMPRODUCT((A1:A10)*(MOD(ROW(A1:A10),2)<0)) =SUMPRODUCT((A1:E1)*(MOD(COLUMN(A1:E1),2)=0)) =SUMPRODUCT((A1:E1)*(MOD(COLUMN(A1:E1),2)<0)) "baylor basketball" skrev: I need to sum all the values in alternating rows...i.e. all odd or even rows, or all odd or even columns. How do I type in this formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why are my colums in excel numbered as well as the rows | Excel Discussion (Misc queries) | |||
How do I select all odd-numbered rows in huge excel sheet? | Excel Discussion (Misc queries) | |||
create numbered sortable numbered list in excel | Excel Discussion (Misc queries) | |||
How Do I set repeating numbered rows (in Excel)? | New Users to Excel | |||
Why does my excel have numbered columns and rows | Excel Discussion (Misc queries) |