Download the Excel basic math practice workbook
Free Download

Get the Excel Basic Math Practice Workbook

Want the file without building it from scratch? Download the ready-to-use workbook and practice the exact formulas from this tutorial.

  • Practice adding, subtracting, multiplying, and dividing in Excel
  • Follow beginner-friendly examples already set up in the workbook
  • Includes formulas using typed values, cell references, and SUM

Enter your email below for instant access.

Get the Practice Workbook
Free. Instant access.

Before we dive into basic math in Excel, there’s one important thing to know:

All formulas in Excel start with an equal sign (=). This tells Excel that you’re doing a calculation.

Here’s how to enter a formula:

  1. Click on the cell where you want the answer to appear.
  2. Type = followed by your formula (like =5+8).
  3. Press Enter, and the result will appear in the cell.

How to Add Numbers in Excel

Adding numbers in Excel is one of the most common tasks you’ll perform. There are several ways to do it.

Whether you’re adding a couple of numbers or summing up a whole column, Excel makes it easy.

How to Add Numbers Directly in a Cell

If you want to quickly add a few numbers together, you can do this directly in a single cell.

Example:

  • Click on the cell where you want the result to appear, e.g., cell B2.
  • Type in this formula and press Enter:
=10+20+30
  • The sum of these numbers, 60, will be displayed in the cell.
Excel formula bar showing =10+20+30 in cell B2 with result 60 highlighted

This method is handy for quick calculations without involving other cells.

How to Add Cells Using Cell References

Instead of typing numbers directly, you can use cell references to add values from different cells.

This is useful because if the numbers in those cells change, Excel will automatically update the sum.

Example:

Suppose you have numbers in cells A1, A2, and A3.

Excel sheet with values 10, 20, 30 listed in cells A1:A3 for adding with cell references
  • Click on the cell where you want the sum to appear (e.g., A4).
  • Type = and then click on each cell (A1, A2, A3) that you want to include in the sum, adding + between each one. Alternatively, you can type the formula:
=A1+A2+A3 
  • Press Enter.
  • The sum of the values in A1, A2, and A3 will appear in cell A4.
Excel formula =A1+A2+A3 entered in cell A4 returning 60, demonstrating adding cells

This method keeps your calculations dynamic. It lets you click on cells instead of typing their references.

How to Use AutoSum to Add Numbers

Excel’s AutoSum feature is a quick and easy way to sum a column or row of numbers with just a few clicks.

Example:

  • Click on the cell immediately below the column of numbers you want to add (or to the right of a row).
  • Go to the Home tab on the ribbon.
  • Click the AutoSum button (Σ).
Excel Home ribbon with AutoSum (Σ) button highlighted for quick column totals
  • Excel will automatically insert the SUM function, highlighting the range it thinks you want to add.
Excel showing SUM formula =SUM(B1:B6) with the selected range highlighted to total monthly values
  • Press Enter to confirm.

AutoSum is perfect for beginners or when you need to sum up numbers quickly without typing formulas.

How to Use the SUM Function

The SUM function is a powerful tool for adding a range of numbers. It’s especially useful when you need to add up multiple values across a row or column.

Example:

Suppose you want to add up all the numbers in cells B2 through G2.

Excel row of monthly sales values across Jan to Jun prepared for SUM calculation
  • Click on the cell where you want the result to appear (e.g., H2).
  • Type =SUM(
  • Then use your mouse to click and drag over the range of cells you want to add (B2 to G2). Excel will automatically fill in the range for you.
Excel using =SUM(B2:G2) to add monthly sales values across a row
  • Press Enter.

Excel will calculate the sum of all the numbers in the range from B2 to G2.

For more advanced summing with conditions, see our guide on the SUMIF function in Excel.

Featured Course

Excel Essentials for the Real World

A hands-on Excel course for professionals who never had formal training. Fill in what got skipped, so you stop doing things the long way without knowing there was a shorter one.
Learn More

How to Subtract in Excel

Subtracting numbers in Excel is easy and straightforward. Here’s how you can do this basic math in Excel.

Subtract Two or More Numbers in a Single Cell

If you want to subtract numbers directly in a cell, it’s just like basic arithmetic.

Example:

  • Click on the cell where you want the result, e.g., cell B2.
  • Type =30-15 and press Enter.
  • The result, 15, will appear in the cell.
Excel formula =30-15 entered in cell B2 with result 15 highlighted

You can also subtract more than two numbers in a single formula.

  • For example, =50-20-10 will subtract 20 and 10 from 50, giving you 20.

Subtract Numbers Using Cell References in Excel

Using cell references to subtract numbers is a handy way to keep your calculations dynamic.

This means if you update the numbers in the cells, Excel will automatically update the result.

Example:

Suppose you have 30 in cell A1 and 18 in cell B1.

Excel sheet with 30 in cell A1 and 18 in cell B1 set up for subtraction using cell references
  • Click on the cell where you want the result (e.g., C1).
  • Type =
  • Then click on the first cell (A1), type -, and click on the second cell (B1). Alternatively, you can type =A1-B1.
  • The result, 12, will show up in C1.
Excel formula =A1-B1 calculating 30 minus 18 with result 12 highlighted in cell C1

This method is especially useful if you’re working with a table of numbers. It allows for easy updates without redoing your formulas.

How to Multiply in Excel

Multiply Numbers in a Single Cell in Excel

Multiplying numbers directly in a cell is great for quick calculations.

The multiply formula in Excel uses the asterisk symbol (*).

Example:

  • Click on the cell where you want the result to appear.
  • Type =5*4 and press Enter.
  • The result, 20, will be displayed in the cell.
Excel formula =5*4 entered in cell B2 with result 20 highlighted

This method is perfect for when you need a fast calculation without involving other cells.

How to Multiply Cells in Excel

Using cell references allows you to multiply numbers that are already in your worksheet.

This method is handy because if the numbers in those cells change, Excel will automatically update the result.

Example:

  • Suppose you have 5 in cell A1 and 4 in cell B1.
  • Click on the cell where you want the result to appear (e.g., C1).
  • Type =, then click on cell A1, type *, and then click on cell B1.
Excel multiplication using cell references with formula =A1*B1 shown in result cell
  • Press Enter and the result, 20, will show up in C1.

Multiplying Multiple Cells

If you want to multiply several cells together, you can extend the formula.

Example:

If you have numbers in cells B2, C2, and D2, you can multiply them all by using the formula:

=B2*C2*D2
Excel table calculating total cost with formula =B2*C2*D2 using quantity, price per item, and number of parties
  • Press Enter and Excel will calculate the product of all three cells.
  • To copy the formula down to other cells, use the fill handle (the small square at the bottom-right corner of the cell) and drag it down.
Excel fill handle being dragged to copy a multiplication formula down a column for multiple rows

This will automatically apply the formula to the cells below.

To learn more about how to copy a formula in Excel, check out this article.

How to Divide in Excel

The divide formula in Excel uses the forward slash (/).

Example:

  • To divide 20 by 4, type =20/4 and press Enter.
Excel formula =20/4 entered in cell B1 with result 5 highlighted
  • To divide one cell by another, type =A1/B1.
Excel division using cell references with formula =A1/B1 shown in result cell

Running into formula errors? See our guide on how to fix Excel formula errors for quick solutions.

Download the Free Practice File

Enhance your learning experience by downloading our workbook. Practice the techniques discussed in real-time and master basic math in Excel with hands-on examples.

Download the workbook here and start applying what you’ve learned directly in Excel.

Download practice workbook icon with .xlsx label for Excel file

Featured Bundle

Black Belt Excel Bundle

This Excel Black Belt Package includes EIGHT of our Popular Courses. You’ll learn high-value, in-depth Excel skills that solve real problems.
Learn More
Excel Black Belt Bundle XelPlus

Leila Gharani

Founder of XelPlus and ten-time Microsoft MVP. Leila helps over 500,000 professionals master Excel, Power BI, and data automation through practical, real-world training.