Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here is my data example: Assume Period 1 = A1
Period 1 1 2 5 7 Total Period 2 2 3 4 8 Total Summary Total P1 Total P2 How do I tell excel to pull every 7th row into the summary slot without typing A6 for Total P1 and A13 for Total P2 Thanks in advance Brandon |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this; it sums every five rows:
=SUM(IF(MOD(ROW($A$1:$A$16),B1)=0,$A$1:$A$16,0)) Assumption is that data is in ColA and the number 7 is in CellB1. Regards, Ryan--- -- RyGuy "Brandon G." wrote: Here is my data example: Assume Period 1 = A1 Period 1 1 2 5 7 Total Period 2 2 3 4 8 Total Summary Total P1 Total P2 How do I tell excel to pull every 7th row into the summary slot without typing A6 for Total P1 and A13 for Total P2 Thanks in advance Brandon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run programme error occuring | Excel Worksheet Functions | |||
Return Frequently occuring Rows, based on COUNT | Excel Worksheet Functions | |||
Cut filtered rows, paste into next empty row of new sheet, and delete cut rows | Excel Worksheet Functions | |||
Re-occuring Inspection Dates | Excel Worksheet Functions | |||
flexible paste rows function that inserts the right number of rows | Excel Discussion (Misc queries) |