30
Your Guide to learning about Excel formulas. Lesson Guided Practice Quiz Choose Your Learning Channel! Jessica Potter Binko

LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Embed Size (px)

Citation preview

Page 1: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Your Guide to learning about Excel formulas.

Lesson Guided Practice Quiz

Choose Your Learning Channel!

Jessica Potter Binko

Page 2: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Excel Formulas Lesson

What are formulas?

• Excel’s version of mathematical equations• Performs all sorts of problems• Particularly useful in business math• Cumulative sales totals• Inventory orders• Client management

Next Slide

Page 3: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Formula Structure

Regular Math Problem Set-Up Excel Math Problem Set-Up

2+2= =2+2

• All Excel formulas begin with an equal sign. Otherwise, the software will have no way of knowing you want to do math.

Excel Formulas Lesson

Next SlideNext Slide

Page 4: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Cell Reference• Cells have unique names. They are

referenced by their column letter and row number.

cell A1

Excel Formulas Lesson

Next Slide

Page 5: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Cell Ranges

• Excel identifies a range by the cells in the upper left and lower right corners of the range.

• You use a colon to signify a range in a formula.

• For example, range A1:B3 includes cells A1, A2, A3, B1, B2, and B3.

Excel Formulas Lesson

Next Slide

Page 6: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Mathematical & Reference Operators

• You can use mathematical and reference operators in Excel to build formulas. Basic operators include the following:

Excel Formulas Lesson

Math Operat

or

Operation

+ Addition

- Subtraction

* Multiplication

/ Division

% Percentage

= Equal to

Reference Operator

Operation

, “and”

: Range

Next Slide

Page 7: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Please Excuse My Dear Aunt Sally…

Order of Operations

First Parentheses

Second Exponents

Third Multiplication & Division

Fourth Addition & Subtraction

Excel Formulas Lesson

When you are creating equations, the order of operations determines the results. For example, suppose you want to determine the average of values in cells A2, B2, and C2.

=A2 + B2 + C2/3 = WRONG RESULTS

=(A2 + B2 +C2)/3 = CORRECT RESULTS Next Slide

Page 8: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Common Functions• Tells Excel what type of math

problem you want to solve.• Goes right after the = sign.• Example: =FUNCTION(Math Problem)

Excel Formulas Lesson

Function: Purpose: Example:

SUM Addition and Subtraction

=SUM(2+2) 5

PRODUCT Multiplication =PRODUCT(2*2) 4

QUOTIENT Division =QUOTIENT(2/2) 1

AVERAGE Finds Averages =AVERAGE(1,2,3,4) 2.5

Next Slide

Page 9: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

More Common Functions

• Goes right after the = sign.• Example: =FUNCTION(Math Problem)

Excel Formulas Lesson

Next Slide

Function: Purpose: Example:

MEDIAN Finds middle number in a series

=MEDIAN(22,23,24) 23

PMT Finds the periodic payment for a fixed loan

=PMT(interest rate/12, Term in Months, Loan Amount)

RATE Returns an interest rate

=RATE(Years of Loan*12, Monthly Payment, Amount of Loan)

Page 10: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

How to Apply a Function to Create a Formula

Manually• You can just type the type of

function that you want into the cell of a formula and get the desired results.

Excel Formulas Lesson

Next Slide

Page 11: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

How to Apply a Function to Create a Formula

“Insert Function” Dialog Box• Click the “Formulas” tab.• Select the type of math problem you

are performing out of the function library.

• Choose the proper function.

Excel Formulas Lesson

Next Slide

Page 12: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Worksheet Errors

• Several times when you attempt formulas, you will receive an error message.

Excel Formulas Lesson

Error What it Means:

##### Increase the column width.

#NAME? Check your numbers, operators, functions, and even spacing to make sure that everything is correct. Somewhere in your formula, you made a mistake.

#NUM!

#REF!

#VALUE!

Page 13: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Proper Formula Syntax

=SUM(A4:A8)

Guided Practice

An Equal Sign always starts out an Excel equation.

The Function: Tells Excel what kind of math problem you want to do.

Parentheses: Signifies the

order of operations.

Cell Reference Name: The column letter corresponds

with the row number.

Range Operator: This formula

includes cells A4, A5, A6, A7,

and A8

Next Slide

Page 14: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Fill in the missing function

1. =_____(2+2)

2. =_____(2-2)

3. =_____(2*2)

4. = _____(2/2)

• SUM

• SUM

• PRODUCT

• QUOTIENT

Guided Practice

Next Slide

Answer each question on a blank sheet of paper. Click your mouse to discover the

correct function.

Page 15: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Fill in the Blank

1. The first thing you put in a cell to tell Excel you want to do a math problem.

2. Signifies that you want to include a range of cells.

3. Tells the name of the cell.

• =

• :

• Cell Reference

Guided Practice

Next Slide

Answer each question on a blank sheet of paper. Click your mouse to discover the

correct answer.

Page 16: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Set it upGuided Practice

Next Slide

What is the proper syntax for

calculating the average of cells A1, A2, A3, A4,

and B3?

=AVERAGE(A1:A4, B3)

Page 17: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Cell ReferenceGuided Practice

Give the number for each cell reference name.

1.A32.A63.B24.B5

•21•45•12•19

Page 18: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Excel Formulas Quiz

• Directions: Get out a blank sheet of paper and pencil. Write the letter that corresponds with the best answer to complete each question. Do not go back over the lesson portion of the PowerPoint. You may not use any notes on the quiz. Questions are worth 2 points each for a grand total of 20 points.

• Begin when you’re ready.

Quiz

Begin

Page 19: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

1.

What is the first thing you place into a cell

when creating a formula?

A.) A NumberB.) An Operator (Ex: +,-,/,*)C.) An Equal SignD.) A Function (Ex: SUM)

Quiz

Next Slide

Page 20: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

2.

What is the proper syntax for adding cells A1,

A2, A3, A4, and A5?

A.) A1:A5=B.) SUM=A1:A5C.) =SUM(A1:A5)D.) PRODUCT(A1:A5)

Quiz

Next Slide

Page 21: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

3.

What cells are included in B2: B5?

A.) B2, B3, B4, B5B.) B2, B5C.)B1, B2, B3, B4, B5D.)B4, B5

Quiz

Next Slide

Page 22: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

4.

What is the first order of operations?

A.) ExponentsB.) DivisionC.) MultiplicationD.) Parentheses

Quiz

Next Slide

Page 23: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

5.

What is the proper function for calculating

averages?

A.)AVERAGEB.)AVGEC.)SUMD.)QUOTIENT

Quiz

Next Slide

Page 24: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

6.If the ‘#####’ error message reads in a cellwhere you inserted a formula, what should

youdo to correct the problem?

A.)Check the function for an unacceptable argument.

B.) Check to make sure the formula referenced is the correct value.

C.) Double-check arguments and operands.D.) Increase column width.

Quiz

Next Slide

Page 25: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

7.

Which function is most appropriate for a

subtraction problem?

A.) PMTB.) DIFFERENCEC.) RATED.) SUM

Quiz

Next Slide

Page 26: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

8.

Which function is most appropriate in figuring

out your monthly car payment?

A.) AVERAGEB.) PMTC.) RATED.) SUM

Quiz

Next Slide

Page 27: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

9.

In formulas, what is the comma’s ( , ) role?

A.) Range Operator. It evaluates the entire range of cells.

B.) It signifies to Excel that you want to perform a problem.

C.) Union Operator. It evaluates noncontiguous cells.

D.) Financial Operator. It evaluates loans, interest, and principle.

Quiz

Next Slide

Page 28: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

10.

Why are parentheses used in formulas?

A.) To differentiate from the function and formula.

B.) To show Excel which part of the formula to complete first.

C.) To separate different cell references.D.) To let Excel know exactly what type of

calculation you’re performing.

Quiz

Next Slide

Page 29: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Friendly Reminders

• Make sure your name is on your quiz.• Make sure the quiz is labeled with

the date.• Make sure all problems are labeled 1-

10.• Turn in your quiz and return to your

seat.• Remain quiet until all classmates are

finished with the quiz.

Quiz

Find out where I got my information

Page 30: LessonGuided PracticeQuiz Choose Your Learning Channel! Jessica Potter Binko

Citations1. Harville, Lindsey. Lindsey Harville’s EDM 310

Class Blog. 11 Dec. 2011. Web. 15 Sept. 2012. 2. Isard, Debbie Wohl. Attention Debbie Dear. 3 April

2011. Web. 15 Sept. 2012.3. Shoup, Kate. Microsoft Office 2010 Simplified. Ed.

Jody Lefevere. Indianapolis, Indiana: Wiley Publishing, Inc, 2010. Print.

4. ThinkQuest. Oracle Education Foundation. 2000. Web. 15 Sept. 2012.