You are on page 1of 17

Excel Functions

LFJR, LPT,MBA
Functions are used to perform special calculations in cells and
are used extensively in business analytics applications.

 461 MS Excel 2013 Functions


 479 MS Excel 2016 Functions
Basic Excel Functions

MIN (range)— finds the smallest value in a range of cells


MAX (range)— finds the largest value in a range of cells
SUM (range)— finds the sum of values in a range of cells
AVERAGE (range)—finds the average of the values in a range of cells
COUNT(range)—finds the number of cells in a range that contain
numbers
COUNTIF(range, criteria)—finds the number of cells within a range
that meet a specified criterion.
Excel has other useful COUNT-type functions:

COUNTA counts the number of nonblank cells in a range


COUNTBLANK counts the number of blank cells in a range
COUNTIFS finds the number of cells within multiple ranges that meet
specific criteria for each range.
Other IF-type Functions

 SUMIF, AVERAGEIF, SUMIFS, and AVERAGEIFS can be used to


embed IF logic within mathematical functions.

For instance, the syntax of SUMIF is


 SUMIF(range, criterion, [sum range]).
“Sum range” is an optional argument that allows you to add cells in a
different range.
In the Purchase Orders data set, we will find the following:

 smallest and largest quantity of any item ordered


 total order costs
 average number of months per order for accounts payable
 number of purchase orders placed
 number of orders placed for O-rings
 number of orders with A/P terms shorter than30 months
 number of O-ring orders from Spacetime Technologies
 total cost of all Airframe Fasteners
Functions for Specific Applications

Net Present Value (NPV) Function


Insert Function
Logical Functions
Net Present Value (NPV) Function

Net Present Value (or discounted cash flow) measures the


worth of a stream of cash flows, taking into account the
time value of money.

NPV(rate, value1, value2,...) calculates the net present value


of an investment by using a discount rate and a series of
future payments (negative values) and income (positive
values).
Net Present Value (NPV) Function

 A company is introducing a new product. The fixed cost for


marketing and distribution is $25,000 and is incurred just prior to
launch. The forecasted net sales revenues for the first six months
are shown in the Figure below
Insert Function
Logical Functions

Logical functions return only one of two values: TRUE or FALSE.


 IF(condition, value if true, value if false)—a logical function that
returns one value if the condition is true and another if the
condition is false,
 AND(condition 1, condition 2...)—a logical function that returns
TRUE if all conditions are true and FALSE if not,
 OR(condition 1, condition 2...)—a logical function that returns
TRUE if any condition is true and FALSE if not.
IF function

Conditions may include the following:


= equal to
> greater than
< less than
>= greater than or equal to
<= less than or equal to
<> not equal to
¨ You may “nest” up to seven IF functions by replacing value-if-true or
value-if-false in an IF function
IF function
IF function
Other functions

 Concatenate
 Trim
 Left
 Right
 Mid
 ISNumber
 Len
Thank you!!! 

You might also like