Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I would like to subtotal one single column, the amount, every eight lines.
How can I sum of the column for every eight lines? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I'd use a helper column and put this in the top row of the data:
=INT((ROW(A1)-1)/8) And drag down. Then you can subtotal your data by that column. You could also put: x in the first 8 cells y in the next 8 cells then select those 16 cells and drag down the column to fill it with groups of 8 x's, then groups of 8 y's. Then do subtotal by that column. cbridge wrote: I would like to subtotal one single column, the amount, every eight lines. How can I sum of the column for every eight lines? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
subtotal a range of cells on a different worksheet | Excel Worksheet Functions | |||
Subtotal vs Pivot table - or best way | Excel Discussion (Misc queries) | |||
subtotal - pivot table - or better function | Excel Worksheet Functions | |||
Subtotal Bug in Excel 2003 | Excel Discussion (Misc queries) | |||
Subtotal of Subtotal displays Grand Total in wrong row | Excel Worksheet Functions |