Sum every n rows or columns in a range in Excel
This tutorial explains two formulas based on the SUM and OFFSET functions to sum every n rows or columns in a specified range in Excel.
How to sum every n rows or columns in a given rang in Excel?
To sum every 3 rows in range E5:E14 as shown in the screenshot below, you can try the below formula.
Generic Formulas
=SUM(OFFSET(A1,(ROW()-offset)*n,0,n,1))
Arguments
How to use this formula?
1. Select a blank cell to output the first result.
2. Copy or enter the below formula into it and press the Enter key. Select the result cell, drag its AutoFill Handle down to get the other results.
=SUM(OFFSET($E$5,(ROW()-ROW($G$6))*3,0,3,1))
Notes:
=SUM(OFFSET($C$6,,(COLUMNS($C$9:C9)-1)*3,,3))
Explanation of the formula
=SUM(OFFSET($E$5,(ROW()-ROW($G$6))*3,0,3,1))
Related functions
Excel SUM function
The Excel SUM function adds values.
Excel OFFSET function
The Excel OFFSET function returns a reference to a cell or a range of cells that is offset from a specific cell by a given number of rows and columns.
Excel ROW function
The Excel ROW function returns the row number of a reference.
Excel COLUMNS function
The Excel COLUMNS function returns the total number of columns in a given array or reference.
Related formulas
Sum values by month (with or without year)
This tutorial demonstrates two formulas in detail to help summing values by certain month and year or summing values by certain month ignore year in Excel.
Sum values by the week of a given date
This tutorial talks about how to sum values by the week in which a given date falls
Sum values by weeknum or weekday
This tutorial demonstrates formulas step-by-step to help you sum values in a certain range based on the specified week number or weekday in Excel.
Sum every nth row or column in a range
This tutorial is going to show you how to create a formula based on the SUMPRODUCT, MOD and COLUMN functions to sum every nth row or column in a range in Excel.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.