How to Add Specific Cells in Excel (5 Quick Ways)

We have organized the data in the Employee ID, Name, and Sales columns. We have applied the SUM and SUMIF functions, and the AutoSum feature in the process.

How to Add Specific Cells in Excel


Method 1 – Use an Algebraic Sum to Add Specific Cells in Excel

Steps:

  • We’ll add cells D5, D6, and D8.
  • Select a cell (i.e. D13) where you want to have the added result.
  • Input the following formula in that cell.
=D5+D6+D8

Use Algebraic Sum to Add Specific Cells

  • Hit the Enter button and you will get the result in the D13.


Method 2 – Insert the SUM Function to Sum Multiple Rows

Steps:

  • We’ll add cells D5 through D9.
  • Insert the following formula in your preferred cell and hit the Enter button.
=SUM(D5:D9)

Insert SUM Function to Sum Multiple Rows

Read More: How to Sum Range of Cells in Row Using Excel VBA


Method 3 – Apply the SUMIF Function to Add Specific Cells in Excel

Steps:

  • We’ll add the cells with values above 75,000.
  • Insert the following formula in your preferred cell and press the Enter button to get the added result.
=SUMIF(D5:D11,">75000")

Apply SUMIF Function to Add Specific Cells

Read More: Excel Sum If a Cell Contains Criteria 


Method 4 – Use the AutoSum Command to Add Specific Cells

Steps:

  • We’ll sum all the cells.
  • Select a cell first (i.e. D13) where you want to have the added result.
  • Go to Home and click on AutoSum from the ribbon.

Use AutoSum Command to Add Specific Cells

  • Select the cells (i.e. D5:D11) manually to get the added result.

  • Press Enter.


Method 5 – Apply the SUMIF Function with Specific Text+

Steps:

  • We’ll sum the sales if the name (column C) contains Bruno.
  • Input the following formula with SUMIF in your preferred cell and hit the Enter button to get the desired output.
=SUMIF(C5:C11,"*Bruno*",D5:D11)

Apply SUMIF Function with Specific Text

Read More: Sum If a Cell Contains Text in Excel


Download the Practice Workbook


Related Articles

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo