Excel_Financial_Functions_Brainscape Flashcards

(11 cards)

1
Q

In Excel, what does type = 0 mean in financial functions?

A

Payments are made at the end of the period (ordinary annuity).

Example: Monthly loan payments.

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

In Excel, what does type = 1 mean in financial functions?

A

Payments are made at the beginning of the period (annuity due).

Example: Rent or tuition paid at the start of each month.

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

What are the key variables for time-value-of-money functions in Excel?

A

rate: interest per period, nper: number of periods, pmt: payment per period, pv: present value, fv: future value, type: 0 = end, 1 = beginning.

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

When using Excel’s FV or PV, should PMT be positive or negative?

A

PMT should be negative if you’re paying (e.g., saving or loan payment), and positive if you’re receiving money.

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

What does =NPV(rate, values) compute in Excel?

A

The present value of future cash flows discounted at a given rate. Do not include the initial investment in the values.

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

How do you include an initial investment in Excel NPV?

A

Manually subtract it: =NPV(rate, cash_flows) - initial_investment.

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

What does =IRR(values) return in Excel?

A

The internal rate of return that makes NPV = 0 for a series of cash flows.

Example: =IRR({-2000, 1000, 500, 1500}) ≈ 24.89%.

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

How do you find the interest rate needed to reach a future value in Excel?

A

Use =RATE(nper, pmt, pv, fv, type). Multiply by 12 if you want annual APR.

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

How do you find the number of periods needed to reach a goal in Excel?

A

Use =NPER(rate, pmt, pv, fv, type). It returns how many periods are needed based on inputs.

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

How do you calculate a monthly mortgage payment in Excel?

A

Use =PMT(rate, nper, pv).

Example: =PMT(0.06/12, 360, -400000) returns ≈ $2,398.20.

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

What does a negative PV or PMT mean in Excel functions?

A

It indicates cash outflow — money you pay or invest.

Example: A savings contribution should be entered as –500.

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