How to Sum the values in a Column in Excel – 7 Methods

Download Practice Workbook

Download the workbook.


This is the sample dataset.

How to Add the Sum of a Column in Excel Dataset


Method 1 – Utilizing the Status Bar to Add the Sum of a Column

Steps:

  • Select the column.

The Status Bar will display the sum.

Utilize Status Bar to Add the Sum of a Column in Excel

Read More: How to Sum Multiple Rows and Columns in Excel


Method 2 – Sum the values in a Column Using the AutoSum

Steps:

  • Select C12.

Add the Sum of a Column Using AutoSum

  • Press ALT + =.
  • Press Enter.

Read More: Excel Sum Last 5 Values in Row (Formula + VBA Code)


Method 3 – Using the Excel SUM Function

3.1 Sum a Whole Column

 Steps:

  • Select C5 and enter the following formula.

=SUM(C5:C10)

Insert SUM Function to Add the Sum in a Column in Excel

You can also use the formula below:

=SUM(C5,C6,C7,C8,C9,C10)

  • Press Enter.

Read More: How to Add Multiple Cells in Excel (6 Methods)


3.2 Sum Selected Cells in a Column

 Steps:

  • Select C12 and enter the following formula.

=SUM(C5,C7,C10)

How to Add the Sum of a Column in Excel

  • Press Enter.

You will see the total sales of 3 salesmen only.

Read More: Sum Cells in Excel: Continuous, Random, With Criteria, etc.


Method 4 – Insert a Table to Find the Total in a Column

 Steps:

  • Select the dataset and go to the Insert tab.
  • Click Table.

Add the Sum Through Table in a Column in Excel

  • Check My table has headers.
  • Click OK.

  • Go to Table Design and check Total Row.

This is the output.


Similar Readings


Method 5 – Applying the AGGREGATE Function to Sum Values in a Column

 Steps:

  • Select C12 and enter the following formula.

=AGGREGATE(9,4,C5:C10)

Apply AGGREGATE Function to Get the Sum of a Column in Excel

  • Press Enter.

Read More: How to Sum Range of Cells in Row Using Excel VBA (6 Easy Methods)


Method 6 – Using the SUBTOTAL Function in Excel

Steps:

  • Select C12 and enter the following formula.

=SUBTOTAL(9,C5:C10)

Add the Sum with SUBTOTAL Function in Excel

  • Press Enter.


Method 7 – Find the Sum using the AutoFill Feature

An extra column was added to the dataset. Use of Auto Fill Feature to Add the Sum of a Column in Excel

Steps:

Sum values is in the Sales 1 column.

  • Drag the Fill Handle to the right to AutoFill the next row.

This is the output.

Read More: Sum If a Cell Contains Text in Excel (6 Suitable Formulas)


How to Sum Values in a Column Based on Criteria

To sum Sales over $11000:

Steps:

  • Select C12 and enter the following formula.

=SUMIF(C5:C10,">11000",C5:C10)

How to Add the Sum of a Column Based on a Criteria

  • Press Enter.

Read More: How to Sum Multiple Rows in Excel (4 Quick Ways)


Further Readings

Get FREE Advanced Excel Exercises with Solutions!
Prantick Bala
Prantick Bala

PRANTICK BALA is a marine engineer who loves exploring Excel and VBA programming. Programming, to him, is a time-saving tool for efficiently managing data, files, and internet tasks. He is proficient in Rhino3D, Maxsurf, C++, MS Office, AutoCAD, Excel, and VBA and goes beyond the basics. Armed with a B.Sc in Naval Architecture & Marine Engineering from BUET, he has transitioned into the role of a content developer. Beyond his work, find him immersed in books, exploring new... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo