Basic Excel
Financial Functions & Loan Amortization
Basic Functions
Advanced Functions
Data Tables, Charts, & PivotTables
100

Every function, formula, and calculation in Excel begins with this

=

100

The ______ function is used to calculate the regularly occurring loan payment amount. 

PMT(rate, nper, pv, [fv], [type])

100

What function adds all the numbers in a range of cells based on a single or multiple criteria?

SUMIFS

100

Using Nested IF functions, how many IF functions would you need if there are five outcomes?

Four
# of IF functions = # of outcomes - 1

100

If you want to make a cell appear blank, what do you type as the custom format?

;;;

200

A(n) _________ cell reference remains constant even if the reference is copied or moved to another cell or worksheet. 

Absolute

200

The ______ function calculates the current value of either lump sum investments or investments involving equal periodic payments. 

PV(rate, nper, pmt, [fv], [type])

200

What function would you use to find the birthday of the oldest person?

MIN

200

What function gives you the position of one cell in a column or a row of cells?

MATCH

200

If we were creating a two-variable data table to show how different interest rates and retirement ages would affect how much we would have at retirement, what would be referenced in the upper left corner cell of the data table?

The cell in the model that has the calculation for how much we would have at retirement.

300

How do you center content across a range of cells without merging the cells? Must include all steps.

Center Across Selection (Select cells, Right-Click, format cells, Alignment tab, Center Across Selection)

300

What function would you use to calculate the total number of periods in an investment or loan? 

NPER(rate, pmt, pv, [fv], [type])

300

The helper function used in the logical test of an IF function when there is more than one test that has to be true in order to get the value_if_true outcome.

AND

300

What function gives you the position of a single character within a string of text?

FIND or SEARCH

300

Numeric fields are often added to which area in the PivotTable Fields Pane?

Values

400

What do you use so that all numbers less than 0 have a dark red fill and bold, white font?

Conditional Formatting

400

Found only in PPMT and IPMT functions, what does the per argument mean?

The current period or payment

400

In SUMIFS, COUNTIFS, AVERAGEIFS, MAXIFS, and MINIFS, explain what criteria gets quoted and what criteria does not get quoted.

Numbers do not get quoted:  100

Everything else gets quoted, and the entire criteria has quotes around it:  "User"    ">=10"

400

What is the last argument in the VLOOKUP and HLOOKUP functions?

TRUE - approximate match

FALSE - exact match

400

For a vertical axis in a chart, if you need to change what number it starts with and what number it ends with, what Axis Options would you change?

The Minimum and Maximum Bounds

500

What function, that does not have the word "round" in it, rounds down to the nearest whole number?

INT()

500

In loan amortization, when calculating a payment period's ending balance, what do you do?

Beginning Balance - Principal Payment 

500

What are the three arguments, in order, of the DATEDIF function?

Start_date or "earlier date"
End_date or "later date"
Unit or "Y," "M," or "D"

500

The function(s) needed in order to return the first name from the text string "DeMoss, Megan" Must name all the functions needed, in the order of their use.

RIGHT, LEN, FIND

=RIGHT(A1, LEN(A1)-FIND(",", A1)-1)

500

How do you format the values in a PivotTable? Must include all the steps.

Value Field Settings (Click on the field name in the PivotTable Fields Pane and then click on Value Field Settings> Number Format)

M
e
n
u