0% found this document useful (0 votes)
80 views

9 - Advanced Functions in MS Excel

Empowerment Technologies is a collaboration tool for financial analysis and modeling. It features calculation and graphing tools, pivot tables, and a macro programming language. It can compute costs and create tables and reports for business or research projects. It allows financial analysis or modeling to be done collaboratively.

Uploaded by

Boruto Jr Conde
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views

9 - Advanced Functions in MS Excel

Empowerment Technologies is a collaboration tool for financial analysis and modeling. It features calculation and graphing tools, pivot tables, and a macro programming language. It can compute costs and create tables and reports for business or research projects. It allows financial analysis or modeling to be done collaboratively.

Uploaded by

Boruto Jr Conde
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 45

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.
Quick Access Toolbar Title Bar

File Tab
Ribbon

Zoom Controls

View Buttons
New Tabs

Formulas Data View


Formulas

Data

View
Sheets Tab

Create New
Sheet
Columns

Name Bar Formula Bar

Cells

Rows
A formula is an expression which calculates
the value of a cell.
Functions are predefined formulas and are
already available in Excel.
Operator Operator Operator Operator
Caret (^) =
Asterisk (*) = Plus (+) = Minus (-) =
Raises Number
Multiplication Addition Subtraction
to a Power

Reference Constants
Functions Name of specific
Values entered
Built-in Formulas directly into a
cell to use
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.


Shows a series of calculations using the same formula, but a
=IF different value for each calculation to determine whether the
formula is true or false.
FINANCIAL FUNCTIONS
Computes the payment required to amortize a loan over a
PMT specified number of periods.
Computes the interest portion of an individual loan payment,
IPMT assuming a constant payment and interest rate.
Computes the number of periods required to amortize a loan,
NPER 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.


Returns FALSE if any of its arguments are false, and returns TRUE
AND 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
Searches the first column of a table_array and returns a value
VLOOKUP from the same row in the column indicated by col_index_num.
Searches the first row of table_array and returns a value from the
HLOOKUP same column, in the row indicated by row_index_num.
ROWS Returns the number of rows in the specified range.
MATH & TRIG FUNCTIONS
Combines the IF and SUM functions to add specific values in a
SUMIF range according to the criterion you supply.
Similar to SUMIF, but count cells in the specified range that match
COUNTIF your specified criterion.
PRODUCT Multiplies all of its arguments.
Rounds a number by using this function for a specific number of
ROUND digits.
=FUNCTION(Cells)
Function Formula Cell Formula
Sum =SUM( ) , Separated cells
Average =AVERAGE( ) : Range of consecutive cells
Today() =TODAY() () [} Enclosure of cells
Concatenate =CONCAT( ) *-/x Basic Operations
FUNCTION FORMULA FUNCTION FORMULA
Sum =SUM( ) Count =COUNT( )
Average =AVERAGE( ) CountA =COUNTA( )
Max =MAX( ) Concatenate =CONCAT( )
Min =MIN( ) 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. =FUNCTION(Cells)
4. Press ENTER on the keyboard.
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 FUNCTION FORMULA
Sum =SUM( ) Count =COUNT( )
Average =AVERAGE( ) CountA =COUNTA( )
Max =MAX( ) Concatenate =CONCAT( )
Min =MIN( ) Round =ROUND( )
VLOOKUP/
IF Function 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).
Cell Returned
Reference Values

=IF(B12>=75, “PASSED”,”FAILED”)
IF Function
Criterion
Formula
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).
Cell Reference Logical
Reference Column Value

=VLOOKUP(B12,$N$3:$P$7,2,TRUE)
IF Function Vlookup
Formula Table

You might also like