Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am looking for a formula that will sum even or odd row numbers
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For even rows:
=SUMPRODUCT(--(MOD(ROW(A1:A20),2)=0),A1:A20) For odd rows: =SUMPRODUCT(--(MOD(ROW(A1:A20),2)=1),A1:A20) "J Shamp" wrote: I am looking for a formula that will sum even or odd row numbers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
need a conditional formula to generate numbers divisible by 4 between a given starting no. & end No. | Excel Worksheet Functions | |||
Formula that only adds numbers that meet specific criteria | Excel Discussion (Misc queries) | |||
I PUT A FORMULA IN A CELL BUT I DON'T GET NUMBERS BUT THE FORMULA | Excel Worksheet Functions |