Question: Using the NPV function. The NPV function returns the net present value of an investment based on a discount rate and a series of future

Using the NPV function. The NPV function returns the net present value of an investment based on a discount rate and a series of future cash outflows (negative values) and cash inflows (positive values).
The NPV function has the following syntax: =NPV(Rate,Value1,[Value2]...)
Value 1 must be the amount of cashflow at the END of the first period.
The initial cash flow must be added in separately, and is NOT part of the NPV formula.
Using the IRR function. The IRR function returns rate of return of a given series of cash flows.
The IRR function has the following syntax: =IRR(Values,[Guess])
Using absolute addresses
Once a formula is created, you will often want to copy the formula to other columns and rows. It's important to understand that excel always uses "relative addresses" unless you indicate otherwise by creating an "absolute address". For example, if you are calculating the cost of purchasing 2 boxes of cereal at a cost of $3.95 per box, the formula in cell B28 is =B26*B27. Although we read cell B28 as "Multiply 2 boxes by $3.95", Excel is actually calculating the value in cell B28 as "Multiply the value in the cell in the same column (column B) 2 rows above (row 26) by the value in the cell in the same column 1 row above (row 27).
Boxes of cereal 2 6 11 15
Price per box $3.95
Total cost $0.00 $0.00 $0.00 $0.00
This works just fine to calculate the cost of 2 boxes, but if we copy the formula in cell B28 to C28, Excel will assume relative references. The formula in cell C28 will become =C26*C27. Since Cell C27 is blank, the formula will return a value of $0 (which is an excellent deal for 6 boxes of cereal, but it isn't accurate!) Adding a $ sign before the column or row reference locks the formula to a specific location.
If we modify the formula in cell B28 to =B26*$B$27 before we copy the formula, Excel will not change the row or the column of the second variable. When the formula is copied to columns C through E, the formulas become:
Cell C28 =C26*$B$27
Cell D28 =D26*$B$27
Cell E28 =E26*$B$27
Sometimes, you will want the column to stay fixed, but allow the row to remain relative when it's copied. If so, add a dollar sign before the column, but not the row (i.e.$B27) If you want the row to stay fixed, but allow the column to remain relative when it's copied, add a dollar sign before the row, but not the column (i.e. B$27). Tapping the F4 button while entering the formula (or in the formula bar) toggles among the 3 absolute options (Absolute Column and Absolute Row $B$28, Absolute Column and Relative Row $B28, Relative Column and Absolute Row B$28)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!