KEMBAR78
9 - Advanced Functions in MS Excel.pptx
Empowerment Technologies
It features calculation, graphing tools, pivot tables, and a
macro programming language.
It can compute costs incurred in the creation of projects,
or create tables for findings in the researchers, and then create
reports for business or research that you are doing.
It is also a collaboration tool for financial analysis or
modelling.
Title Bar
Ribbon
Quick Access Toolbar
View Buttons
Zoom Controls
File Tab
New Tabs
Formulas Data View
Formulas
Data
View
Sheets Tab
Create New
Sheet
Cells
Columns
Rows
Formula Bar
Name Bar
A formula is an expression which calculates
the value of a cell.
Functions are predefined formulas and are
already available in Excel.
Functions
Built-in Formulas
Operator
Asterisk (*) =
Multiplication
Operator
Caret (^) =
Raises Number
to a Power
Operator
Plus (+) =
Addition
Operator
Minus (-) =
Subtraction
Reference
Name of specific
cell to use
Constants
Values entered
directly into a
formula
FUNCTION PURPOSE
=SUM Calculates the SUM of the values of a range of cells.
=AVERAGE Calculates the ARITHMETIC MEAN of a range of cells or values.
=MAX Gives the MAXIMUM value in a range of cells or values.
=MIN Gives the MINIMUM values in a range of cells or values.
=COUNT Counts the number of cells in a range of cells or values.
=IF
Shows a series of calculations using the same formula, but a
different value for each calculation to determine whether the
formula is true or false.
FINANCIAL FUNCTIONS
PMT
Computes the payment required to amortize a loan over a
specified number of periods.
IPMT
Computes the interest portion of an individual loan payment,
assuming a constant payment and interest rate.
NPER
Computes the number of periods required to amortize a loan,
given a specified payment.
SLN Calculates a straight-line depreciation for an asset.
LOGICAL FUNCTIONS
IF Applies a logical test that results in a True or False.
Nested IF Creates a hierarchy of tests.
AND
Returns FALSE if any of its arguments are false, and returns TRUE
only if all of its arguments are true.
TEXT FUNCTIONS
CLEAN Removes all nonprintable characters.
CONCATENATE Combines text from multiple fields into one cell.
EXACT Compares two text strings to see if they are the same.
LEFT Returns the first num_characters in a text string.
UPPER Converts text into all-uppercase characters (SHIFT + F3).
DATE & TIME FUNCTIONS
TODAY() Inserts the current date
NOW() Inserts both the current date and time.
WEEKDAY Returns the day of the week for a specific date.
DAYS Calculates the number of days between two dates.
LOOKUP AND REFERENCE FUNCTIONS
VLOOKUP
Searches the first column of a table_array and returns a value
from the same row in the column indicated by col_index_num.
HLOOKUP
Searches the first row of table_array and returns a value from the
same column, in the row indicated by row_index_num.
ROWS Returns the number of rows in the specified range.
MATH & TRIG FUNCTIONS
SUMIF
Combines the IF and SUM functions to add specific values in a
range according to the criterion you supply.
COUNTIF
Similar to SUMIF, but count cells in the specified range that match
your specified criterion.
PRODUCT Multiplies all of its arguments.
ROUND
Rounds a number by using this function for a specific number of
digits.
Function Formula
Sum =SUM( )
Average =AVERAGE( )
Today() =TODAY()
Concatenate =CONCAT( )
=FUNCTION(Cells)
Cell Formula
, Separated cells
: Range of consecutive cells
( ) [ } Enclosure of cells
* - / x Basic Operations
FUNCTION FORMULA
Sum =SUM( )
Average =AVERAGE( )
Max =MAX( )
Min =MIN( )
FUNCTION FORMULA
Count =COUNT( )
CountA =COUNTA( )
Concatenate =CONCAT( )
Round =ROUND( )
EASY WAY
1. Create the table with rows & columns of data.
2. Select all the desired cells.
3. Go to the HOME/FORMULA tab, find the
AUTOSUM Command.
4. Click the dropdown arrow and select the
desired function.
1. Create the table with rows & columns of data.
2. Select all the desired cells.
3. Go to the
HOME/FORMULA tab;
find the AUTOSUM
command.
4. Click the DROPDOWN
ARROW, and select the
desired function.
LESS EASY WAY
1. Create the table with rows & columns of data.
2. Select the desired cell where you want the
result would be.
3. Type the FUNCTION FORMULA in the desired
cell or on the FORMULA BAR.
4. Press ENTER on the keyboard.
=FUNCTION(Cells)
1. Create the table with rows & columns of data.
2. Select the desired cell where you want the
result would be.
3. Type the FUNCTION FORMULA in the desired
cell or on the FORMULA BAR.
4. Press ENTER on the keyboard.
FUNCTION FORMULA
Sum =SUM( )
Average =AVERAGE( )
Max =MAX( )
Min =MIN( )
FUNCTION FORMULA
Count =COUNT( )
CountA =COUNTA( )
Concatenate =CONCAT( )
Round =ROUND( )
IF Function
VLOOKUP/
HLOOKUP
Function
1. Create the table with rows & columns of
data.
2. Determine the IF Criteria or Conditions.
3. Select the desired cell to put the results
in.
4. Go to the HOME/FORMULA tab, find the
AUTOSUM Command.
5. Click the MORE FUNCTIONS.
6. Search IF in the dialogue box and
select the IF Function.
7. Click OK.
8. In the LOGICAL_TEST box, type the
desired criterion (Cell>=Numerical
Value). For example is A1>=75.
9. Enter returned value in the IF_TRUE
and IF_FALSE text boxes (Passed,
Failed).
1. Create the table with rows & columns of data.
2. Determine the IF Criteria or Conditions.
3. Select the desired cell to put the results in.
4. Go to the
HOME/FORMUL
A tab; find the
AUTOSUM
command.
5. Click the MORE
FUNCTIONS.
6. Search IF in the
dialogue box and
select the IF
Function.
7. Click OK.
8. In the
LOGICAL_TEST
box, type the
desired criterion
(Cell>=Numerical
Value). For
example is
A1>=75.
9. Enter returned
value in the
IF_TRUE and
IF_FALSE text
boxes (Passed,
Failed).
=IF(B12>=75, “PASSED”,”FAILED”)
IF Function
Formula
Returned
Values
Criterion
Cell
Reference
VLOOKUP – Vertical
HLOOKUP - Horizontal
1. Create the table with rows & columns of data.
2. Create the LookUp Table (your criteria). Values
must be in ASCENDING ORDER.
3. Select the desired cell to put the results in.
4. Go to the HOME/FORMULA tab, find the
AUTOSUM Command.
5. Click the MORE FUNCTIONS.
6. Search VLOOKUP in the dialogue
box and select the function.
7. Click OK.
8. In the LOOKUP_VALUE box, type or select
the reference cell.
9. In the TABLE_ARRAY, select the entire
LOOKUP TABLE. Make it ABSOLUTE (Press
F4).
10. In the COL_INDEX_NUM, type 2.
11. In the RANGE_LOOKUP, type TRUE (closest
match)or FALSE (exact match).
1. Create the table with rows & columns of data.
2. Create the LookUp Table (your criteria). Values must be in ASCENDING
ORDER.
3. Select the desired cell to put the results in.
8. In the LOOKUP_VALUE box,
type or select the reference
cell.
9. In the TABLE_ARRAY, select
the entire LOOKUP TABLE.
Make it ABSOLUTE (Press F3).
10.In the COL_INDEX_NUM,
type 2.
11.In the RANGE_LOOKUP, type
TRUE (closest match)or FALSE
(exact match).
8. In the LOOKUP_VALUE box, type or select the reference cell.
9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F4).
10.In the COL_INDEX_NUM, type 2.
11.In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
=VLOOKUP(B12,$N$3:$P$7,2,TRUE)
IF Function
Formula
Logical
Value
Vlookup
Table
Cell
Reference
Reference
Column

9 - Advanced Functions in MS Excel.pptx

  • 1.
  • 2.
    It features calculation,graphing tools, pivot tables, and a macro programming language. It can compute costs incurred in the creation of projects, or create tables for findings in the researchers, and then create reports for business or research that you are doing. It is also a collaboration tool for financial analysis or modelling.
  • 3.
    Title Bar Ribbon Quick AccessToolbar View Buttons Zoom Controls File Tab
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
    A formula isan expression which calculates the value of a cell. Functions are predefined formulas and are already available in Excel.
  • 9.
    Functions Built-in Formulas Operator Asterisk (*)= Multiplication Operator Caret (^) = Raises Number to a Power Operator Plus (+) = Addition Operator Minus (-) = Subtraction Reference Name of specific cell to use Constants Values entered directly into a formula
  • 10.
    FUNCTION PURPOSE =SUM Calculatesthe SUM of the values of a range of cells. =AVERAGE Calculates the ARITHMETIC MEAN of a range of cells or values. =MAX Gives the MAXIMUM value in a range of cells or values. =MIN Gives the MINIMUM values in a range of cells or values. =COUNT Counts the number of cells in a range of cells or values. =IF Shows a series of calculations using the same formula, but a different value for each calculation to determine whether the formula is true or false.
  • 11.
    FINANCIAL FUNCTIONS PMT Computes thepayment required to amortize a loan over a specified number of periods. IPMT Computes the interest portion of an individual loan payment, assuming a constant payment and interest rate. NPER Computes the number of periods required to amortize a loan, given a specified payment. SLN Calculates a straight-line depreciation for an asset.
  • 12.
    LOGICAL FUNCTIONS IF Appliesa logical test that results in a True or False. Nested IF Creates a hierarchy of tests. AND Returns FALSE if any of its arguments are false, and returns TRUE only if all of its arguments are true.
  • 13.
    TEXT FUNCTIONS CLEAN Removesall nonprintable characters. CONCATENATE Combines text from multiple fields into one cell. EXACT Compares two text strings to see if they are the same. LEFT Returns the first num_characters in a text string. UPPER Converts text into all-uppercase characters (SHIFT + F3).
  • 14.
    DATE & TIMEFUNCTIONS TODAY() Inserts the current date NOW() Inserts both the current date and time. WEEKDAY Returns the day of the week for a specific date. DAYS Calculates the number of days between two dates.
  • 15.
    LOOKUP AND REFERENCEFUNCTIONS VLOOKUP Searches the first column of a table_array and returns a value from the same row in the column indicated by col_index_num. HLOOKUP Searches the first row of table_array and returns a value from the same column, in the row indicated by row_index_num. ROWS Returns the number of rows in the specified range.
  • 16.
    MATH & TRIGFUNCTIONS SUMIF Combines the IF and SUM functions to add specific values in a range according to the criterion you supply. COUNTIF Similar to SUMIF, but count cells in the specified range that match your specified criterion. PRODUCT Multiplies all of its arguments. ROUND Rounds a number by using this function for a specific number of digits.
  • 17.
    Function Formula Sum =SUM() Average =AVERAGE( ) Today() =TODAY() Concatenate =CONCAT( ) =FUNCTION(Cells) Cell Formula , Separated cells : Range of consecutive cells ( ) [ } Enclosure of cells * - / x Basic Operations
  • 18.
    FUNCTION FORMULA Sum =SUM() Average =AVERAGE( ) Max =MAX( ) Min =MIN( ) FUNCTION FORMULA Count =COUNT( ) CountA =COUNTA( ) Concatenate =CONCAT( ) Round =ROUND( )
  • 19.
    EASY WAY 1. Createthe table with rows & columns of data. 2. Select all the desired cells. 3. Go to the HOME/FORMULA tab, find the AUTOSUM Command. 4. Click the dropdown arrow and select the desired function.
  • 20.
    1. Create thetable with rows & columns of data. 2. Select all the desired cells.
  • 21.
    3. Go tothe HOME/FORMULA tab; find the AUTOSUM command. 4. Click the DROPDOWN ARROW, and select the desired function.
  • 23.
    LESS EASY WAY 1.Create the table with rows & columns of data. 2. Select the desired cell where you want the result would be. 3. Type the FUNCTION FORMULA in the desired cell or on the FORMULA BAR. 4. Press ENTER on the keyboard. =FUNCTION(Cells)
  • 24.
    1. Create thetable with rows & columns of data. 2. Select the desired cell where you want the result would be.
  • 25.
    3. Type theFUNCTION FORMULA in the desired cell or on the FORMULA BAR. 4. Press ENTER on the keyboard.
  • 26.
    FUNCTION FORMULA Sum =SUM() Average =AVERAGE( ) Max =MAX( ) Min =MIN( ) FUNCTION FORMULA Count =COUNT( ) CountA =COUNTA( ) Concatenate =CONCAT( ) Round =ROUND( )
  • 27.
  • 28.
    1. Create thetable with rows & columns of data. 2. Determine the IF Criteria or Conditions. 3. Select the desired cell to put the results in. 4. Go to the HOME/FORMULA tab, find the AUTOSUM Command.
  • 29.
    5. Click theMORE FUNCTIONS. 6. Search IF in the dialogue box and select the IF Function. 7. Click OK.
  • 30.
    8. In theLOGICAL_TEST box, type the desired criterion (Cell>=Numerical Value). For example is A1>=75. 9. Enter returned value in the IF_TRUE and IF_FALSE text boxes (Passed, Failed).
  • 31.
    1. Create thetable with rows & columns of data. 2. Determine the IF Criteria or Conditions. 3. Select the desired cell to put the results in.
  • 32.
    4. Go tothe HOME/FORMUL A tab; find the AUTOSUM command. 5. Click the MORE FUNCTIONS. 6. Search IF in the dialogue box and select the IF Function. 7. Click OK.
  • 33.
    8. In the LOGICAL_TEST box,type the desired criterion (Cell>=Numerical Value). For example is A1>=75. 9. Enter returned value in the IF_TRUE and IF_FALSE text boxes (Passed, Failed).
  • 35.
  • 37.
  • 38.
    1. Create thetable with rows & columns of data. 2. Create the LookUp Table (your criteria). Values must be in ASCENDING ORDER. 3. Select the desired cell to put the results in. 4. Go to the HOME/FORMULA tab, find the AUTOSUM Command.
  • 39.
    5. Click theMORE FUNCTIONS. 6. Search VLOOKUP in the dialogue box and select the function. 7. Click OK.
  • 40.
    8. In theLOOKUP_VALUE box, type or select the reference cell. 9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F4). 10. In the COL_INDEX_NUM, type 2. 11. In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
  • 41.
    1. Create thetable with rows & columns of data. 2. Create the LookUp Table (your criteria). Values must be in ASCENDING ORDER. 3. Select the desired cell to put the results in.
  • 42.
    8. In theLOOKUP_VALUE box, type or select the reference cell. 9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F3). 10.In the COL_INDEX_NUM, type 2. 11.In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
  • 43.
    8. In theLOOKUP_VALUE box, type or select the reference cell. 9. In the TABLE_ARRAY, select the entire LOOKUP TABLE. Make it ABSOLUTE (Press F4). 10.In the COL_INDEX_NUM, type 2. 11.In the RANGE_LOOKUP, type TRUE (closest match)or FALSE (exact match).
  • 45.

Editor's Notes

  • #10 Exponent = ^
  • #19 Count = # cells countA = non-empty cells
  • #27 Count = # cells countA = non-empty cells
  • #28 Count = # cells countA = non-empty cells