Sei sulla pagina 1di 47

MSOffice Excel - Part 3

Calculating Data with Formula


Functions

New Perspectives on Microsoft Excel 2013

Objectives

XP

Make a workbook user friendly


Translate an equation into an Excel formu
Understand function syntax
Enter formulas and functions with the Qui
Analysis tool
Enter functions with the Insert Function d
box
Change cell references between relative a
absolute
New Perspectives on Microsoft Excel 2013

Objectives

XP

Use the AutoFill tool to enter formulas and


data and complete a series
Display the current date with the TODAY
function
Find the next weekday with the WORKDAY
function
Use the COUNT and COUNTA functions

New Perspectives on Microsoft Excel 2013

Objectives

XP

Use an IF function to return a value based


condition
Perform an exact match lookup with the
VLOOKUP function
Perform what-if analysis using trial and er
and Goal Seek

New Perspectives on Microsoft Excel 2013

XP
Visual Overview: Functions

New Perspectives on Microsoft Excel 2013

XP
Cell References and Excel Funct

New Perspectives on Microsoft Excel 2013

XP
Making Workbooks User-Friendl

Creating an explanatory worksheet


Many users may use the workbook so it is
important they understand the contents.
A worksheet can be added explaining con
including:
Industry jargon (Industry-specific terms, or
technical terms)
What is being calculated and why
Formulas used in calculations
New Perspectives on Microsoft Excel 2013

XP
Making Workbooks User-Friendl

Using formatting and styles to differentiate


contents

New Perspectives on Microsoft Excel 2013

Working with Functions

XP

Quick way to calculate summary data


Every function follows a set of rules (synt
that specifies how the function should be
written
General syntax of all Excel functions

Square brackets indicate optional argume

New Perspectives on Microsoft Excel 2013

Excel Function CategoriesXP

New Perspectives on Microsoft Excel 2013

10

Excel Functions

New Perspectives on Microsoft Excel 2013

XP

11

Entering Functions with the Qui


XP
Analysis Tool

The Quick Analysis tool can generate colu


and rows of summary statistics that can b
used for analyzing data.

New Perspectives on Microsoft Excel 2013

12

Working with Functions

XP

Advantage of using cell references:


Values used in the function are visible to
users and can be easily edited as neede
Functions can also be placed inside anoth
function, or nested (must include all
parentheses)

New Perspectives on Microsoft Excel 2013

13

XP

Choosing the Right Summary Fu

AVERAGE function
To average sample data
Susceptible to extremely large or small values
MEDIAN function
When data includes a few extremely large or
extremely small values that have potential to s
results
MODE function
To calculate the most common value in the dat
New Perspectives on Microsoft Excel 2013

14

Inserting a Function

XP

Three possible methods:


Select a function from a function catego
the Function Library
Open Insert Function dialog box to searc
for a particular function
Type function directly in cells

New Perspectives on Microsoft Excel 2013

15

Using the Insert Function Dialog

Organizes all functions by category


Includes a search feature for locating func
that perform particular calculations

New Perspectives on Microsoft Excel 2013

16

Using the Function Library to In


Function
When you select a function, the Function
Arguments dialog box opens, listing all
arguments associated with that function

New Perspectives on Microsoft Excel 2013

17

XP

Understanding Cell Referen

To record and analyze data


Enter data in cells in a worksheet
Reference the cells with data in formula
that perform calculations on that data
Types of cell references
Relative
Absolute
Mixed
New Perspectives on Microsoft Excel 2013

18

XP
Using Relative References

Cell reference as it appears in worksheet


Always interpreted in relation (relative) to
location of the cell containing the formula
Changes when the formula is copied to
another group of cells
Allows quick generation of row/column to
without revising formulas

New Perspectives on Microsoft Excel 2013

19

Formulas Using a Relative Refer

New Perspectives on Microsoft Excel 2013

20

XP
Using Absolute References

Cell reference that remains fixed when th


formula is copied to a new location
Have a $ before each column and row
designation ($B$2)
Enter values in their own cells; reference
appropriate cells in formulas in the works
Reduces amount of data entry
When a data valued is changed, all form
based on that cell are updated to reflec
new value
New Perspectives on Microsoft Excel 2013

21

Formulas Using an Absolute XP


Reference

New Perspectives on Microsoft Excel 2013

22

Using Mixed References

XP

Contain both relative and absolute refere


Lock one part of the cell reference while
other part can change
Have a $ before either the row or column
reference ($B2 or B$2)

New Perspectives on Microsoft Excel 2013

23

Using a Mixed Reference XP

New Perspectives on Microsoft Excel 2013

24

When to Use Relative, Absolute


Mixed References

Relative references
Repeat same formula with cells in different
locations
Absolute references
Different formulas to refer to the same cell
Mixed references
Seldom used other than when creating tables o
calculated values
Use F4 key to cycle through different types of
references
New Perspectives on Microsoft Excel 2013

25

3.2 Look-up Tables

New Perspectives on Microsoft Excel 2013

XP

26

XP
Logical and Lookup Function

New Perspectives on Microsoft Excel 2013

27

Entering Data and Formulas XP


wit
AutoFill

Use the fill handle to copy a formula and


conditional formatting
More efficient than two-step process of
copying and pasting
By default, AutoFill copies both content an
formatting of original range to selected ra

New Perspectives on Microsoft Excel 2013

28

Entering Data and Formulas XP


wit
AutoFill

New Perspectives on Microsoft Excel 2013

29

Entering Data and Formulas XP


wit
AutoFill

Use Auto Fill Options button to specify wh


copied

New Perspectives on Microsoft Excel 2013

30

Entering Data and Formulas XP


wit
AutoFill

Use AutoFill to create a series of numbers


dates, or text based on a pattern

Use Series dialog box for more complex


patterns
New Perspectives on Microsoft Excel 2013

31

Entering Data and Formulas XP


wit
AutoFill

New Perspectives on Microsoft Excel 2013

32

XP
Working with Date Function

For scheduling or determining on what da


the week certain dates occur

New Perspectives on Microsoft Excel 2013

33

Displaying the Current Date


XP
the TODAY function

Many workbooks include the current date


can use the TODAY function to display t
current date in a worksheet.

New Perspectives on Microsoft Excel 2013

34

Displaying the Current Date


XP
the TODAY function
Inserting the Today function

Select the cell you wish the date to appear in.


On the Formulas tab, in the Function Library
group, click the Date & Time button to display t
date and time functions.
Click TODAY. The Function Arguments dialog bo
opens and indicates that the TODAY function
requires no arguments.
Click the OK button. The formula =TODAY() is
entered in the selected cell.
New Perspectives on Microsoft Excel 2013

35

Counting Cells

XP

Excel has two functions for counting cells


COUNT function and the COUNTA function

The COUNT function tallies how many cel


range contain numbers or dates (because
are stored as numeric values).

The COUNT function does not count blank cells


cells that contain text.

New Perspectives on Microsoft Excel 2013

36

Counting Cells

XP

COUNTA FUNCTION
If you want to know how many cells conta
entrieswhether those entries are numb
dates, or textyou use the COUNTA funct
which tallies the nonblank cells in a range

The COUNTA function does not count blank cell

New Perspectives on Microsoft Excel 2013

37

XP

Working with Logical Functio

Logical functions
Build decision-making capability into a
formula
Work with statements that are either tru
or false
Excel supports many different logical
functions, including the IF function

New Perspectives on Microsoft Excel 2013

38

Comparison Operators

New Perspectives on Microsoft Excel 2013

XP

39

Using the IF Function

XP

Returns one value if a statement is true a


returns a different value if that statement
false
IF

(logical_test, [value_if_true,]

New Perspectives on Microsoft Excel 2013

[value_if_false])

40

Using a Lookup Function

XP

Lookup functions find values in tables o


and insert them in another location in the
worksheet such as cells or in formulas.

Often you need the contents of a table to change rela


to a set of criteria that may change over a period of t
look up table searches for data in one place then use
data to populate information in another place.

For example, a students numeric grade (percentage)


change throughout the semester and the correspond
changes must also be applied to the letter grade (A,
New Perspectives on Microsoft Excel 2013r

41

Lookup tables

XP

The table that stores the data you want to


retrieve is called a lookup table. A lookup
organizes numbers or text into categories

New Perspectives on Microsoft Excel 2013

42

Function Arguments dialog


b
XP
the VLOOKUP function

New Perspectives on Microsoft Excel 2013

43

Performing What-If Analysis XP

A what-if analysis lets you explore the i


that changing input values has on the
calculated values in the workbook.
Examples of a what-if analysis occur when
calculating car loans or mortgages.

What will my loan payment be if the interest rate is 6


also at 7%?
What will the loan balance be if I put $10,000 down o
put $20,000 down?

New Perspectives on Microsoft Excel 2013

44

Trial and Error

XP

One way to perform a what-if analysis is b


changing one or more of the input values
see how they affect the calculated results
This trial-and-error method requires so
guesswork as you estimate which values
change and by how much.

New Perspectives on Microsoft Excel 2013

45

Using Goal Seek

XP

Goal Seek automates the trial-and-error


process by allowing you to specify a value
calculated item, which Excel uses to dete
the input value needed to reach that goal
In some ways this is the opposite of trial a
error as goal seek allows us to input the
answer and then calculates the associate
variables to arrive at the answer.

New Perspectives on Microsoft Excel 2013

46

Goal Seek Dialog Box

New Perspectives on Microsoft Excel 2013

XP

47

Potrebbero piacerti anche