0% found this document useful (0 votes)
2 views

1e1

The document provides a basic guide on performing mathematical operations in Excel, including addition, subtraction, multiplication, and division using simple formulas. It explains how to enter formulas in cells, the significance of the equals sign, and the use of functions like SUM. Additionally, it highlights the ability to change values in referenced cells to see automatic updates in results.

Uploaded by

rc276670
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

1e1

The document provides a basic guide on performing mathematical operations in Excel, including addition, subtraction, multiplication, and division using simple formulas. It explains how to enter formulas in cells, the significance of the equals sign, and the use of functions like SUM. Additionally, it highlights the ability to change values in referenced cells to see automatic updates in results.

Uploaded by

rc276670
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Basics: doing math with Excel

Basics: doing math with Excel


You can Add, Subtract, Mul ply, and Divide in Excel without using any built-in func ons. You just need to use some basic oper
To Add, select cell F3, type =C3+C4, then press Enter.
You
To Subtract, can cell
select Add,F4,Subtract, Multiply,
type =C3-C4, and Divide
then press Enter. in Excel without using any built
functions.
To Mul ply, select cellYou
F5, just
typeneed to use
=C3*C4, thensome
press basic
Enter.operators:
an equals (=) sign.
To Divide, select cell F6, type =C3/C4, then press Enter.
Check this out: change the numbers in cells C3 and C4, and watch the formula results automatically change.
EXTRA CREDIT: 1 You can raise a value to a power by using the carat (^) symbol, like =A1^A2. Enter it with Shift+6. In cell F7, en
Dive down for more detail
Next step
2
More about formulas, cells, and ranges
Excel is made up of individual cells that are grouped into rows and columns. Rows are numbered, and columns are le ered. Th
contain cell
You'll no ce 3
that in our third example above, we used the SUM func on. A func on is a pre-built command that takes a value
Formulas with func ons start with an equals sign, then the func on name follows with its arguments (the values a func on us
You confirm a formula by pressing Enter. Once you do that the formula will calculate, and the result will be displayed in the ce
Some formula 4 explanations
=10*20 is a formula, where 10 and 20 are constants, and the * sign is the operator.
=SUM(A1:A10) is a formula, where SUM is the function name, the opening and closing parentheses contain the formula argum
=SUM(A1:A10,C1:C10) is a formula, where SUM is the function name, the opening and closing parentheses contain the formu
KNOW:
Previous
Next
More information on the web
More about formulas, cells, and ranges
Use Excel as a calculator
Overview of formulas in Excel
Excel is made up of individual cells that are grouped into rows and columns. Rows are
Excel functions (by category)
numbered, and columns are lettered. There are over 1 million rows and 16,000
columns,
Excel functions and you can put formulas in any of them.
(alphabetical)
Free ExcelFormulas
training online
can contain cell references, ranges of cell references, operators, and
constants. The following are all examples of formulas:

You'll notice that in our third example above, we used the


pre-built command that takes a value or values, calculates them in a certain way, and
returns a result. For instance, the
specify, and totals them. In this example it takes the cells A1 through A10, and totals
them. Excel has over 400 functions, which you can explore on the

Formulas with functions start with an equals sign, then the function name follows with its
Formulas with functions start with an equals sign, then the function name follows with its
arguments (the values a function uses to calculate) wrapped in parentheses.

You confirm a formula by pressing


and the result will be displayed in the cell. To see the formula itself, you can look at the
formula bar beneath the Ribbon, or press
formula in the cell. Press

More information on the web


Basics: doing math with Excel
cs: doing math with Excel
can Add, Subtract, Mul ply, and Divide in Excel without using any built-in func ons. You just need to use some basic operators: +, -, *, /. A
Add, select cell F3, type =C3+C4, then press Enter.
You
Subtract, can cell
select Add,F4,Subtract, Multiply,
type =C3-C4, and Divide
then press Enter. in Excel without using any built-in
Mul ply,functions.
select cellYou
F5, just
typeneed to use
=C3*C4, thensome
press basic
Enter.operators: +, -, *, /. All formulas start with
an equals (=) sign.
Divide, select cell F6, type =C3/C4, then press Enter.
ck this out: change the numbers in cells C3 and C4, and watch the formula results automatically change.
RA CREDIT: YouTo canAdd,
raiseselect
a valuecell
to aF3, type by
power =C3+C4,
using thethen
caratpress Enter. like =A1^A2. Enter it with Shift+6. In cell F7, enter =C3^C4.
(^) symbol,
e down for more detail

To cells,
re about formulas, Subtract, select cell F4, type =C3-C4, then press Enter.
and ranges
el is made up of individual cells that are grouped into rows and columns. Rows are numbered, and columns are le ered. There are over 1 m

'll no ce that inTo


ourMultiply, select
third example cell F5,
above, wetype
used=C3*C4, then press
the SUM func Enter.
on. A func on is a pre-built command that takes a value or values, calcu
mulas with func ons start with an equals sign, then the func on name follows with its arguments (the values a func on uses to calculate)
confirm a formula by pressing Enter. Once you do that the formula will calculate, and the result will be displayed in the cell. To see the for
To Divide, select cell F6, type =C3/C4, then press Enter.
me formula explanations
*20 is a formula, where 10 and 20 are constants, and the * sign is the operator.
M(A1:A10) is a formula, where SUM is the function name, the opening and closing parentheses contain the formula arguments, and A1:A
M(A1:A10,C1:C10) is a formula, where SUM is the function name, the opening and closing parentheses contain the formula arguments, a
Dive down for more detail Next step

re information on the web


More about formulas, cells, and ranges
Excel as a calculator
rview of formulas in Excel
Excel is made up of individual cells that are grouped into rows and columns. Rows are
el functions (by category)
numbered, and columns are lettered. There are over 1 million rows and 16,000
columns,
el functions and you can put formulas in any of them.
(alphabetical)
e ExcelFormulas
training online
can contain cell references, ranges of cell references, operators, and
constants. The following are all examples of formulas: =A1+B
Cell
=A1+B1
=10*20 1 refere
nce
=SUM(A1:A10)
You'll notice that in our third example above, we used the SUM function. A function is a
built command that takes a value or values, calculates them in a certain way, and
returns a result. For instance, the SUM function takes the cell references or ranges you
specify, and totals them. In this example it takes the cells A1 through A10, and totals
them. Excel has over 400 functions, which you can explore on the Formulas tab. =SUM(A
Formulas with functions start with an equals sign, then the function name follows with its
Formulas with functions start with an equals sign, then the function name follows with its
arguments (the values a function uses to calculate) wrapped in parentheses.

You confirm a formula by pressing Enter. Once you do that the formula will calculate,
and the result will be displayed in the cell. To see the formula itself, you can look at the
formula bar beneath the Ribbon, or press F2 to enter Edit mode, where you'll see the
formula in the cell. Press Enter again to finalize the formula and calculate the result.

=SUM(A
)
More information on the web
Use Excel as a calculator

Overview of formulas in Excel

Excel functions (by category)

Excel functions (alphabetical)

Free Excel training online


Numbers to use: Operation: Formulas: Answers:
1 Addition (+) 3
2 Subtraction (-) -1
Multiplication (*) 2
Division (/) 0.5
Power (^) 1
t+6. In cell F7, enter =C3^C4.
CHECK THIS OUT EXTRA CREDIT
Change the numbers here, and You can raise a value to a
watch the formula results power by using the carat (^)
automatically
ns are le ered. There change.rows and 16,000 columns, and you cansymbol,
are over 1 million
like =C3^C4. Enter it
with Shift+6. in any of them.
put formulas

hat takes a value or values, calculates them in a certain way, and returns a result. For instance, the SUM func on takes the cell references
lues a func on uses to calculate) wrapped in parentheses.
splayed in the cell. To see the formula itself, you can look at the formula bar beneath the Ribbon, or press F2 to enter Edit mode, where yo

he formula arguments, and A1:A10 is the cell range for the function.
ontain the formula arguments, and A1:A10,C1:C10 are the cell ranges for the function separated by a comma.

GOOD TO KNOW
Operator Operator Constants are values that you enter in cells o
While =10*20 might calculate the same as =A
=A1+B =10*20 aren't a good practice. Why? Because you can
constant without selecting the cell and lookin
Cell can make it hard to change later. It's much ea

1 refere
nce
Cell
reference
Constant Constant constants in cells, where they can be easily ad
referenced in your formulas.

For example: Select the yellow cell with


we used the SUM function with a range of ce
Function Argument type in "4" or "8" directly into the formula.

=SUM(A1:A10)
A range of cells has a starting cell, colon, and an
A range of cells has a starting cell, colon, and an
ending cell. When you select a range of cells for a
formula, Excel will automatically add the colon.

Commas separate multiple arguments

Function Argument Argument

=SUM(A1:A10,C1:C10
A range of cells Another range of cells

Opening parenthesis Closing parenthesis. Excel will usually add this


for you when you press Enter.
unc on takes the cell references or ranges you specify, and totals them. In this example it takes the cells A1 through A10, and totals them.

s F2 to enter Edit mode, where you'll see the formula in the cell. Press Enter again to finalize the formula and calculate the result.

e values that you enter in cells or formulas.


0 might calculate the same as =A1+B1, constants
d practice. Why? Because you can't easily see the
hout selecting the cell and looking for it. That
hard to change later. It's much easier to put your
cells, where they can be easily adjusted, and
n your formulas.

: Select the yellow cell with 12 below. You'll see


function with a range of cells. We didn't
r "8" directly into the formula.

Values
4
8
12

sually add this


s A1 through A10, and totals them. Excel has over 400 func ons, which you can explore on the Formulas tab.

a and calculate the result.

You might also like