Top Banner
MS Excel Formulas & Functions
24

MS Excel Formulas & Functions. What are formulas & functions? Formulas are instructions that tell Excel how to perform calculations. Formulas must.

Dec 14, 2015

Download

Documents

Caitlin Turrell
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

MS Excel

Formulas & Functions

Page 2: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

What are formulas & functions?

Formulas are instructions that tell Excel how to perform calculations.

Formulas must always begin with an equals sign =

Functions are built in formulas.

Page 3: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

MS Excel – Inserting Functions You can enter a function manually by

typing it into the formula bar. Or click on the Insert Function icon to

choose from some built in functions.

Write formula in Formula BarInsert Function

Page 4: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Cell Reference

Each cell is identified by its cell reference.

The cell reference is made up of the column letter followed by the row number.For example, A3. (Column A Row 3)

You can write formulas that reference specific cells. =A1+A3+D5

Page 5: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Example #1

= A1 + C4 - A5 = 10 + 8 - 5 = 13

Page 6: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Example #2

= (A1*D4)/D5 = (10*15)/100 = 150/100 = 1.5

Page 7: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Example #3

= B3 * 1.15 = 3 * 1.15 = 3.45

Page 8: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Cell References/Ranges

A cell reference can consist of a single cell or a block of cells.

Excel refers to these references as a range

To identify a “range”, key the cell references for two diagonally opposite corners of a group of cells, separated by a colon.

Page 9: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Range Examples

B5:B10 A range of cells in column B

Page 10: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Range Examples

D3:G3 A range of cells in row 3

Page 11: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Range Examples

C5:F12 A rectangular range of cells

Top Left = C5Bottom Right

= F12

Page 12: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Parts of a Function

Excel has a number of built in functions to perform common calculations

=SUM(E9:E11)

Equals Sign

Function Name

ColonCell Reference

BracketsColumn Letter

Row Number

Page 13: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Auto Sum Button

The AutoSum button is a shortcut for entering the SUM formula.

It enters =SUM (and suggests a range to total.)

Page 14: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Auto Sum ButtonAuto Sum

Suggested Range

Page 15: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

The Fill Handle

Fill Handle

The Fill Handle allows you to copy formulas across a range of cells.

Cell references in formulas are automatically adjusted

Page 16: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

The Fill Handle

Fill Handle

Grab the fill handle & drag in the direction where you want the formula copied

Drag where you want the

formulas copied

Page 17: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Types of Cell Reference

There are three types of cell references we can use in Excel. They are:

1. Relative i.e., A3

2. Absolute i.e., $A$3

3. Mixed i.e., $A3

Page 18: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Relative Cell Reference

A cell reference that will change relative to where it is copied.

Cell references change relative to where it is copied

Page 19: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Absolute Cell Reference

A cell reference that does not change when copied because the dollar sign ($) has been placed in front of both the column letter and row number.

Reference to cell $C$9 is

absolute

B11*$C$9

B12*$C$9

B13*$C$9

Page 20: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.
Page 21: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Mixed Cell Reference

A cell reference that has either the row or column reference as absolute and the other part of the reference relative i.e. $E4.

Reference to column $E is absolute but the row reference is relative

Page 22: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

More Functions

Clicking on the Insert Function button will bring up a list of built in functions.

Function List

Definition

Search Functions

Page 23: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Excel Glossary

1. =SUM( )

2. =AVERAGE( )

3. =MAX( )

4. =MIN( )

5. IF( )

6. PMT( )

7. COUNT( )

8. COUNTIF( )

Find definitions for the following functions

Page 24: MS Excel Formulas & Functions. What are formulas & functions?  Formulas are instructions that tell Excel how to perform calculations.  Formulas must.

Your Task

Download & complete the Excel assignment from the class website