Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
how do i add every fifth row in a spreadsheet?
|
#2
![]() |
|||
|
|||
![]()
Starting from which row?
Biff "skyking" wrote in message ... how do i add every fifth row in a spreadsheet? |
#3
![]() |
|||
|
|||
![]()
Assuming you want to start with row 1, then row 6, row 11, all in column A
=SUMPRODUCT(--(MOD(ROW(A1:A100),5)=1),A1:A100) If you want to SUM starting with the value in row 2, then use =SUMPRODUCT(--(MOD(ROW(A2:A100),5)=2),A1:A100) and so on, up to row 4. If you want to start with row 5, then use =SUMPRODUCT(--(MOD(ROW(A5:A100),5)=0),A1:A100) "skyking" wrote: how do i add every fifth row in a spreadsheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for Returning values in another spreadsheet | Excel Worksheet Functions | |||
Hyperlinking to Excel 2000 with a linked spreadsheet | Excel Discussion (Misc queries) | |||
Spreadsheet merging problems | Excel Worksheet Functions | |||
Spreadsheet Dilemma | Excel Discussion (Misc queries) | |||
Applying Existing Password to New Spreadsheet | Excel Discussion (Misc queries) |