Chapter 7 - Specialized Functions Flashcards

1
Q

Calculates the number of periods for an investment or loan given a fixed rate, period payment and present value.

A

NPER Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Calculates the future valueof an investment given fixed rate, a term and identical periodic payments.

A

FV Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Calculates the Net Present Value of an investment with fixed rate and periodic payment that maybe identical or different.

A

NVP Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Calculates cumulative principal for a speicified payment period.

A

CUMPRINC Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Calculates the Present Value of an investment with fixed rate, specified number of periods, and identical periodic payments that will be made in the future.

A

PV Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Calculates the cumulative interest for a specified payment period

A

CUMPMNT Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A schedule showing monthly payments, interest payment, amount toward paying off the loan, and remaining balance for each payment.

A

Loan Amortization Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Calculates the principal payment for a specified payment period on a loan or an investment given a fixed rate, spexified term and identical periodic payment.

A

PPMT Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Calculates the periodic interest for a specified payment period on a loan or an investment given a fixed rate, spexified term and identical periodic payment.

A

IPMT Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Returns the average of all cells that meet multiple criteria

A

AVERAGEIFS Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A type of chart that displays a **visual representation of geographic region to illustrate relative values

A

Map Charts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Returns the number representing the day of the week where 1 represent Sunday and **7 represents Saturday **by default.

A

WEEKDAY Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Calculates the** total of a range of values** when a specified condition is met.

A

SUMIF Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A logical function that evaluates multiple conditions and returns a result that correspond with the first true conditon.

A

IFS Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Calculates the fraction of a year between two dates based on teh number of whole days.

A

YEARFRAC Function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Returns the number of cells that meet a condition.

A

COUNTIF Function

17
Q

Calculates the total of a** range of values **when multiple conditions are met.

A

SUMIFS Function

18
Q

Extracts the year from a date

A

YEAR Function

19
Q

Returns TRUE if **any argument is true and returns FALSE if all arguments are false.

A

OR Function

20
Q

Rerturns TRUE when** all arguments** are true and FALSE when at least one argument is false.

A

AND Function