Evans Analytics3e PPT Appendix01 Accessible
Evans Analytics3e PPT Appendix01 Accessible
Evans Analytics3e PPT Appendix01 Accessible
Chapter A1
Basic Excel Skills
Mac
D a bP
Formula in cell B8:
$ B$4 $ B$5*$ A8
Nonlinear
D cP d
Formula in cell E8:
$ E $4* D8 ^ $ E $5
Note how the absolute addresses are used so that as these formulas are
copied down, the demand is computed correctly.
Copyright © 2021 Pearson Education Ltd. Slide - 7
Copying Formulas
Formulas in cells can be copied in many ways.
• Use the Copy button in the Home tab, then use the
Paste button
• Use Ctrl - C, then Ctrl - V
• Drag the bottom right corner of a cell (the fill handle)
across a row or column
• =MAX(range)
• =SUM(range)
• =AVERAGE(range)
• =COUNT(range)
• =COUNTIF(range,criteria)
– Excel has other useful COUNT-type functions: COUNTA counts the number of
nonblank cells in a range, and COUNTBLANK counts the number of blank cells in
a range. In addition,
COUNTIFS(range1,criterion1,range2,criterion2,...range_n,criterion_n)
finds the number of cells within multiple ranges that meet specific criteria for each
range.
n ft
NPV
t 0 1 i t
• Excel function:
=NPV(rate,value1,value2,...)
– F is the cash flow ($).
– Rate (i) is the discount rate.
– value1,value2,... are equally-spaced payments or
income values.
– t is a time period.
function button f x .
• You may type in a
description or
search.
Example for
COUNTIF
function:
Copyright © 2021 Pearson Education Ltd. Slide - 16
Date and Time Functions
• Excel can display a date in a variety of formats, such
as2/14/17 or 14-Feb-17. Choose the standard date
format for example, 2/14/17 by selecting Date in
the Number formatting box or select a custom format by
selecting Custom in the Number box.
• DATEDIF(startdate, enddate, time unit )
– Time unit can be “y”, “m”, or “d”.
– DATEDIF(4/26/89, 2/14/17, “y”) will return 27
(years), while DATEDIF 4/26/89, 2/14/17, “m”
will return 333 (months).
Copyright © 2021 Pearson Education Ltd. Slide - 17
Range Names
• A range name is a descriptive label assigned to a
cell or range of cells. There are several ways to
create range names in Excel.
– Name box
– Create from Selection
– Define Name
•
VALUE text converts text data to numerical values.