T
TUKUR
My data is in a single Column from Row 2 to 6000. I need to add the values
after every 5 Rows.
after every 5 Rows.
Dave Peterson said:I would add another column (say A) and put this in A2:
=INT((ROW()-2)/5)
And drag down.
Then I could select my range and do
Data|Subtotals
and create a subtotal based on that column.