Excel-Intro-to-Formulas-Lecture-2
Excel-Intro-to-Formulas-Lecture-2
Introduction
One of the most powerful features in Excel is the ability
to calculate numerical information using formulas. Just like a calculator,
Excel can add, subtract, multiply, and divide. In this lesson, we'll show you
how to use cell references to create simple formulas.
Mathematical operators
Excel uses standard operators for formulas, such as a plus sign for addition
(+), a minus sign for subtraction (-), an asterisk for multiplication (*),
a forward slash for division (/), and a caret (^) for exponents.
All formulas in Excel must begin with an equals sign (=). This is because the
cell contains, or is equal to, the formula and the value it calculates.
Understanding cell references
While you can create simple formulas in Excel using numbers (for
example, =2+2 or =5*5), most of the time you will use cell addresses to
create a formula. This is known as making a cell reference. Using cell
references will ensure that your formulas are always accurate because you
can change the value of referenced cells without having to rewrite the
formula.
In the formula below, cell A3 adds the values of cells A1 and A2 by making cell
references:
When you press Enter, the formula calculates and displays the answer in cell
A3:
To create a formula:
In our example below, we'll use a simple formula and cell references to
calculate a budget.
Excel will not always tell you if your formula contains an error, so it's up to
you to check all of your formulas. To learn how to do this, you can read
the Double-Check Your Formulas lesson from our Excel
Formulas tutorial.
To show all of the formulas in a spreadsheet, you can hold the Ctrl key and
press ` (grave accent). The grave accent key is usually located in the top-left
corner of the keyboard. You can press Ctrl+` again to switch back to the
normal view.
Challenge!
1. Open our practice workbook.
2. Click the Challenge tab in the bottom-left of the
workbook.
3. Create a formula in cell D4 that multiplies the
quantity in B4 by the price per unit in cell C4.
4. Use the fill handle to copy the formula in
cell D4 to cells D5:D7.
5. Change the price per unit for the fried plantains
in cell C6 to $2.25. Notice that the line total
automatically changes as well.
6. Edit the formula for the total in cell D8 so it also
adds cell D7.
7. When you're finished, your workbook should
look like this: