SlideShare a Scribd company logo
by Mary Anne Poatsy, Keith 
Mulbery, Lynn Hogan, Amy 
Rutledge, Cyndi Krebs, Eric 
Cameron, Rebecca Lawson 
Chapter 2 
Formulas and Functions 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1
• Use relative, absolute, and mixed cell 
references in formulas 
• Correct circular references 
• Insert a function 
• Insert basic math and statistical functions 
• Use date functions 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 2
• Determine results with the IF function 
• Use lookup functions 
• Calculate payments with the PMT function 
• Create and maintain range names 
• Use range names in formulas 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 3
• Excel offers three types of cell references for 
use when a formula is copied 
– Absolute $A$1 
– Relative A1 
– Mixed $A1 or A$1 
• $ indicates that the row number or column 
letter will not be modified during a copy 
4 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice 
Hall.
• A relative cell reference indicates a cell’s 
relative location from the cell containing the 
formula. 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 5
• An absolute cell reference provides a 
permanent reference to a specific cell 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 6
• In mixed reference $B4, the column is fixed, 
but the row may be altered during a copy 
• In mixed reference B$4, the row is fixed, but 
the column may be altered during a copy 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 7
• A circular reference error occurs if a formula 
refers to itself 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 8
• An Excel function is a predefined formula that 
performs a calculation 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 9
• Syntax is the set of rules that govern correct 
formation of a function 
• An argument is an input, such as a cell or 
range 
• A function begins with the equal sign (=) 
followed by the function name and arguments 
in parentheses 
Example: =SUM(A1:A3) 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 10
• When a function is typed, Formula 
AutoComplete displays a list of functions 
matching the partial entry 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 11
• A function ScreenTip is a small pop-up 
description that displays the function 
arguments. 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 12
• Use the Insert Function dialog box to search 
for a function or select one from a list 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 13
• The Function Arguments dialog box offers 
help on each argument 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 14
• The SUM function returns the mathematical 
sum of some number of cells or ranges; for 
example: 
=SUM(A1:A3) 
=SUM(A1,B3,C5) 
=SUM(A1:B3,C5:E8) 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 15
• Common statistical functions include: 
– AVERAGE arithmetic mean 
– MEDIAN midpoint value 
– MIN minimum value 
– MAX maximum value 
– COUNT number of values in range 
– COUNTBLANK number of empty cells 
– COUNTA number of nonempty cells 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 16
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 17
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 18
• A nested function occurs when one function is 
embedded as an argument to another function; 
for example: 
=IF(A1<A2,MIN(B1:B5),MAX(B1:B5)) 
– Compute the MIN function if A1 is less than A2 
– Compute the MAX function if A1 is not less than 
A2 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 19
• Since dates are numeric, calculations can be 
performed, such as subtraction 
• The TODAY function displays the current date 
• The NOW function displays the current date 
and time 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 20
• =IF(logical_test, value_if_true,value_if_false) 
• The IF function has three arguments: 
– A condition that is tested to determine if it is 
either true or false 
– The resulting value if the condition is true 
– The resulting value if the condition is false 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 21
• The logical test is built from the logical 
operators 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 22
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 23
• Lookup functions are used to look up values 
in a table to perform calculations or display 
results 
– For example, a teacher may want to look up an 
average in order to assign a grade 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 24
• When searching a range, the breakpoint is the 
lowest value for a category or series 
• A lookup table typically lists breakpoints in 
one column and return values in a second 
column 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 25
• The VLOOKUP function searches a lookup 
table for a value and returns the result from the 
related column 
• VLOOKUP has three required arguments: 
– Lookup value 
– Table array (range of lookup table) 
– Column index of return value 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 26
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 27
• The HLOOKUP function is used when the 
breakpoints and return data are placed in rows 
• The third argument now lists the row index 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 28
• The PMT financial function calculates the 
periodic payment for a loan with a fixed 
interest rate and term length 
• PMT has three required arguments: 
– Interest rate (rate) 
– Number of periods (nper) 
– Present value (pv) 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 29
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 30
• A range name is a word or string of characters 
assigned to one or more cells 
• Range names make formulas easier to read 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 31
• Range names use the following rules: 
– 1 to 255 characters 
– Begin with a letter or underscore (_) 
– Contain letters, digits, periods, underscores 
• Valid names include Rate, Tax_Rate, 
Rate_2012 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 32
• Excel offers a variety of methods to enter a 
range name after selecting the cells: 
– Type the range name in the Name Box area 
– Enter the name using New Name dialog box 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 33
• Use the Name Manager dialog box to edit or 
delete a range name 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 34
• In this chapter, you have learned to write formulas 
using relative, absolute, and mixed cell references 
as well as correcting circular references and 
inserting functions. 
• You have learned about statistical and date 
functions, such as SUM, AVERAGE, and 
TODAY. 
• You have explored the IF, VLOOKUP, and PMT 
functions. 
• You learned to create and use range names. 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 35
All rights reserved. No part of this publication may be reproduced, stored 
in a retrieval system, or transmitted, in any form or by any means, 
electronic, mechanical, photocopying, recording, or otherwise, without the 
prior written permission of the publisher. Printed in the United States of 
America. 
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 36

More Related Content

Similar to Excel ppt ch 2

Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part threeKevin McLogan
 
10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job
Hitesh Biyani
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2macrob14
 
Excel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuffExcel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuff
Kevin McLogan
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
rajasekar643931
 
Excel formulas
Excel formulasExcel formulas
Excel formulas
MuhammadImranUmer
 
Valuable_Shortcut.ppt
Valuable_Shortcut.pptValuable_Shortcut.ppt
Valuable_Shortcut.ppt
JesinthaChandrasekar1
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
Sairam983266
 
10Excel.03 (1).ppt
10Excel.03 (1).ppt10Excel.03 (1).ppt
10Excel.03 (1).ppt
kokila60
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
kokila60
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
Tutorial Excel: Working with Formulas and Functions
Tutorial Excel: Working with Formulas and FunctionsTutorial Excel: Working with Formulas and Functions
Tutorial Excel: Working with Formulas and Functions
Faridah Mohamad
 
MIS 226: Chapter 1
MIS 226: Chapter 1MIS 226: Chapter 1
MIS 226: Chapter 1macrob14
 
1.4 Work with data types and variables, numeric data, string data.pptx
1.4 Work with data types and variables, numeric data, string data.pptx1.4 Work with data types and variables, numeric data, string data.pptx
1.4 Work with data types and variables, numeric data, string data.pptx
VGaneshKarthikeyan
 
BCOMP1101 Chapter4_2009.ppt
BCOMP1101 Chapter4_2009.pptBCOMP1101 Chapter4_2009.ppt
BCOMP1101 Chapter4_2009.ppt
IzzatulliffaAhmadSer
 
Excel.t03
Excel.t03Excel.t03
Excel.t03
shabersham
 
C Programming : Pointers and Arrays, Pointers and Strings
C Programming : Pointers and Arrays, Pointers and StringsC Programming : Pointers and Arrays, Pointers and Strings
C Programming : Pointers and Arrays, Pointers and Strings
Selvaraj Seerangan
 

Similar to Excel ppt ch 2 (20)

Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part three
 
10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job
 
MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
 
Excel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuffExcel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuff
 
Week2 excel
Week2 excelWeek2 excel
Week2 excel
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
Excel formulas
Excel formulasExcel formulas
Excel formulas
 
Valuable_Shortcut.ppt
Valuable_Shortcut.pptValuable_Shortcut.ppt
Valuable_Shortcut.ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
10Excel.03 (1).ppt
10Excel.03 (1).ppt10Excel.03 (1).ppt
10Excel.03 (1).ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
10Excel.03.ppt
10Excel.03.ppt10Excel.03.ppt
10Excel.03.ppt
 
Tutorial Excel: Working with Formulas and Functions
Tutorial Excel: Working with Formulas and FunctionsTutorial Excel: Working with Formulas and Functions
Tutorial Excel: Working with Formulas and Functions
 
Excel.03
Excel.03Excel.03
Excel.03
 
MIS 226: Chapter 1
MIS 226: Chapter 1MIS 226: Chapter 1
MIS 226: Chapter 1
 
1.4 Work with data types and variables, numeric data, string data.pptx
1.4 Work with data types and variables, numeric data, string data.pptx1.4 Work with data types and variables, numeric data, string data.pptx
1.4 Work with data types and variables, numeric data, string data.pptx
 
BCOMP1101 Chapter4_2009.ppt
BCOMP1101 Chapter4_2009.pptBCOMP1101 Chapter4_2009.ppt
BCOMP1101 Chapter4_2009.ppt
 
Excel.t03
Excel.t03Excel.t03
Excel.t03
 
C Programming : Pointers and Arrays, Pointers and Strings
C Programming : Pointers and Arrays, Pointers and StringsC Programming : Pointers and Arrays, Pointers and Strings
C Programming : Pointers and Arrays, Pointers and Strings
 

Recently uploaded

一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
enxupq
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
ewymefz
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
vcaxypu
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
Subhajit Sahu
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
Tiktokethiodaily
 

Recently uploaded (20)

一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
 

Excel ppt ch 2

  • 1. by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric Cameron, Rebecca Lawson Chapter 2 Formulas and Functions Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1
  • 2. • Use relative, absolute, and mixed cell references in formulas • Correct circular references • Insert a function • Insert basic math and statistical functions • Use date functions Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 2
  • 3. • Determine results with the IF function • Use lookup functions • Calculate payments with the PMT function • Create and maintain range names • Use range names in formulas Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 3
  • 4. • Excel offers three types of cell references for use when a formula is copied – Absolute $A$1 – Relative A1 – Mixed $A1 or A$1 • $ indicates that the row number or column letter will not be modified during a copy 4 Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
  • 5. • A relative cell reference indicates a cell’s relative location from the cell containing the formula. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 5
  • 6. • An absolute cell reference provides a permanent reference to a specific cell Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 6
  • 7. • In mixed reference $B4, the column is fixed, but the row may be altered during a copy • In mixed reference B$4, the row is fixed, but the column may be altered during a copy Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 7
  • 8. • A circular reference error occurs if a formula refers to itself Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 8
  • 9. • An Excel function is a predefined formula that performs a calculation Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 9
  • 10. • Syntax is the set of rules that govern correct formation of a function • An argument is an input, such as a cell or range • A function begins with the equal sign (=) followed by the function name and arguments in parentheses Example: =SUM(A1:A3) Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 10
  • 11. • When a function is typed, Formula AutoComplete displays a list of functions matching the partial entry Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 11
  • 12. • A function ScreenTip is a small pop-up description that displays the function arguments. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 12
  • 13. • Use the Insert Function dialog box to search for a function or select one from a list Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 13
  • 14. • The Function Arguments dialog box offers help on each argument Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 14
  • 15. • The SUM function returns the mathematical sum of some number of cells or ranges; for example: =SUM(A1:A3) =SUM(A1,B3,C5) =SUM(A1:B3,C5:E8) Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 15
  • 16. • Common statistical functions include: – AVERAGE arithmetic mean – MEDIAN midpoint value – MIN minimum value – MAX maximum value – COUNT number of values in range – COUNTBLANK number of empty cells – COUNTA number of nonempty cells Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 16
  • 17. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 17
  • 18. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 18
  • 19. • A nested function occurs when one function is embedded as an argument to another function; for example: =IF(A1<A2,MIN(B1:B5),MAX(B1:B5)) – Compute the MIN function if A1 is less than A2 – Compute the MAX function if A1 is not less than A2 Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 19
  • 20. • Since dates are numeric, calculations can be performed, such as subtraction • The TODAY function displays the current date • The NOW function displays the current date and time Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 20
  • 21. • =IF(logical_test, value_if_true,value_if_false) • The IF function has three arguments: – A condition that is tested to determine if it is either true or false – The resulting value if the condition is true – The resulting value if the condition is false Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 21
  • 22. • The logical test is built from the logical operators Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 22
  • 23. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 23
  • 24. • Lookup functions are used to look up values in a table to perform calculations or display results – For example, a teacher may want to look up an average in order to assign a grade Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 24
  • 25. • When searching a range, the breakpoint is the lowest value for a category or series • A lookup table typically lists breakpoints in one column and return values in a second column Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 25
  • 26. • The VLOOKUP function searches a lookup table for a value and returns the result from the related column • VLOOKUP has three required arguments: – Lookup value – Table array (range of lookup table) – Column index of return value Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 26
  • 27. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 27
  • 28. • The HLOOKUP function is used when the breakpoints and return data are placed in rows • The third argument now lists the row index Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 28
  • 29. • The PMT financial function calculates the periodic payment for a loan with a fixed interest rate and term length • PMT has three required arguments: – Interest rate (rate) – Number of periods (nper) – Present value (pv) Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 29
  • 30. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 30
  • 31. • A range name is a word or string of characters assigned to one or more cells • Range names make formulas easier to read Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 31
  • 32. • Range names use the following rules: – 1 to 255 characters – Begin with a letter or underscore (_) – Contain letters, digits, periods, underscores • Valid names include Rate, Tax_Rate, Rate_2012 Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 32
  • 33. • Excel offers a variety of methods to enter a range name after selecting the cells: – Type the range name in the Name Box area – Enter the name using New Name dialog box Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 33
  • 34. • Use the Name Manager dialog box to edit or delete a range name Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 34
  • 35. • In this chapter, you have learned to write formulas using relative, absolute, and mixed cell references as well as correcting circular references and inserting functions. • You have learned about statistical and date functions, such as SUM, AVERAGE, and TODAY. • You have explored the IF, VLOOKUP, and PMT functions. • You learned to create and use range names. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 35
  • 36. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 36