How to sum a specified row or column in a named range in Excel?
It is easy to sum a certain row or column in a worksheet in Excel. However, do you know how to sum a specified row or column within a named range in Excel? This article will show you methods to achieve it.
Sum a specified row in a named range with formula
Sum a specified column in a named range with formula
Sum a specified row in a named range with formula
Supposing you have specified the range B2:E5 as a named range “Score_range” as below screenshot shown. Please do as follows to sum the certain row (says the second row) in this named range.
1. Select a blank cell, enter formula = SUM(OFFSET(Score_range,1,0,1,COLUMNS(Score_range))) into the Formula Bar and then press the Enter key. See screenshot:
Notes:
By now you have summed the second row in the named range “Score_range”.
Sum a specified column in a named range with formula
Just take the above screenshot as an example. Here I will show you the formula of summing the second column within this named range.
1. Select a blank cell and enter formula =SUM(INDEX(Score_range,,2)) into the Formula Bar and then press the Enter key to get the result. See screenshot:
Notes:

Unlock Excel Magic with Kutools AI
- Smart Execution: Perform cell operations, analyze data, and create charts—all driven by simple commands.
- Custom Formulas: Generate tailored formulas to streamline your workflows.
- VBA Coding: Write and implement VBA code effortlessly.
- Formula Interpretation: Understand complex formulas with ease.
- Text Translation: Break language barriers within your spreadsheets.
Related Articles:
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!