Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Excel Tutorial

Excel HOME Excel Introduction Excel Get Started Excel Overview Excel Syntax Excel Ranges Excel Fill Excel Move Cells Excel Add Cells Excel Delete Cells Excel Undo Redo Excel Formulas Excel Relative Reference Excel Absolute Reference Excel Arithmetic Operators Excel Parentheses Excel Functions

Excel Formatting

Excel Formatting Excel Format Painter Excel Format Colors Excel Format Fonts Excel Format Borders Excel Format Numbers Excel Format Grids Excel Format Settings

Excel Data Analysis

Excel Sort Excel Filter Excel Tables Excel Conditional Format Excel Highlight Cell Rules Excel Top Bottom Rules Excel Data Bars Excel Color Scales Excel Icon Sets Excel Manage Rules (CF) Excel Charts

Table Pivot

Table Pivot Intro

Excel Case

Case: Poke Mart Case: Poke Mart, Styling

Excel Functions

AND AVERAGE AVERAGEIF AVERAGEIFS CONCAT COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS LEFT LOWER MAX MEDIAN MIN MODE NPV OR RAND RIGHT STDEV.P STDEV.S SUM SUMIF SUMIFS TRIM VLOOKUP XOR

Excel How To

Convert Time to Seconds Difference Between Times NPV (Net Present Value) Remove Duplicates

Guided Projects

Introduction to Excel Learn Data Calculations Learn Data Visualization Learn to Create a Budget Learn to Create a Timeline Learn to Style in Excel

Excel Examples

Excel Exercises Excel Certificate

Excel References

Excel Keyboard Shortcuts


Excel Addition Operator


Addition Operator

Addition uses the + symbol in Excel, and is also known as plus.

There are two ways to do addition in Excel. Either by using the + symbol in a formula or by using the SUM function.

How to add cells:

  1. Select a cell and type (=)
  2. Select a cell
  3. Type (+)
  4. Select another cell
  5. Hit enter

You can add more cells to the formula by typing (+) between the cells.

Let's have a look at some examples.


Adding Two Manual Entries

  • Type A1(=)
  • Type 5+5
  • Hit enter


Congratulations! You have successfully added 5+5=10.


Adding Two Cells

First let's add some numbers to work with. Type the following values:

How to do it, step by step:

  1. Type B1(=)
  2. Select A1
  3. Type (+)
  4. Select A2
  5. Hit enter


Great! 30 is the result by adding A1 and A2.


Adding Several Cells

First let's add some numbers to work with. Type the following values:

Step by step to add several cells:

  1. Type B1(=)
  2. Select A1
  3. Type (+)
  4. Select A2
  5. Type (+)
  6. Select A3
  7. Type (+)
  8. Select A4
  9. Type (+)
  10. Select A5
  11. Hit enter


Good job! You have successfully added five cells!



Adding with SUM

Let's keep the numbers from the last exercise. If you did last exercise, remove the value in B1.

Step by step to add with SUM:

  1. Type B1(=SUM)
  2. Double click the SUM command
  3. Mark the range A1:A5
  4. Hit enter






Note: SUM saves you time! Keep practicing this function.


Adding Using Absolute Reference

You can also lock a cell and add it to other cells.

How to do it, step by step:

  1. Select a cell and type (=)
  2. Select the cell you want to lock, add two dollar signs ($) before the column and row
  3. Type (+)
  4. Fill a range

Let's have a look at an example where we add B(5) to the range A1:A10 using absolute reference and the fill function.

Type the values:

Step by step:

  1. Type C1(=)
  2. Select B1
  3. Type dollar sign before column and row $B$1
  4. Type (+)
  5. Select A1
  6. Hit enter
  7. Fill the range C1:C10








Great! You have successfully used absolute reference to add B1(5) with the range A1:A10.


Test Yourself With Exercises

Excel Exercise:

Type the symbol that Excel uses for addition:



Start the Exercise