![]() |
If keyword is COL, NPV returns a new column for each input column. Each new column contains one value (the net present value of all cells in the corresponding input column).
|
![]() |
If keyword is ROW, NPV returns one new column containing the net present value across each row of data.
|
TEMP = NPV(V1:V3,.10)) or TEMP = NPV(V1:V3,.10, ROW)
Creates a new column named TEMP containing a single value which is the NPV of the values of columns V1, V2, and V3. The discount rate used is 10%.
|
Creates a new column named TEMP containing a single value which is the NPV of the contents of column V1 using a discount rate of 10%.
|
Creates a new column named TEMP containing a single value which is the NPV of the contents of columns V1, V2, and V3 with an initial payment of 1000. The discount rate is 10%.
|
Creates a new column named TEMP containing a single value which is the NPV of the cells in rows 10-20 of column V1. The discount rate is 10%.
|
Creates a new column named TEMP containing a single value which is the NPV of the cells in rows 1-5 of columns V1 through V4.
|
Copyright IBM Corporation 2015. All Rights Reserved.
|