Difference between revisions of "Manuals/calci/XNPV"

From ZCubes Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
==Examples==
 
==Examples==
  
{| id="TABLE2" class="SpreadSheet blue"
+
{| class="wikitable"
|- class="even"
+
|-
| class=" " |
+
! !! A !! B
| class="  " | Column1
+
|-
| class="      " | Column2
+
! 1
| Column3
+
| -12000 || 02-01-2009
| Column4
+
|-
|- class="odd"
+
! 2
| class=" " | Row1
+
| 3000 || 04-01-2009
| class="sshl_f  " | -10000
+
|-
| class="sshl_f  " | 02-01-2009
+
!3
| class=" sshl_f      " | 2069.5268
+
| 4300 || 11-30-2009
| class="                                    sshl_f  " |
+
|-
|- class="even"
+
! 4
| class="  " | Row2
+
| 3250 || 03-15-2010
| class="sshl_f" | 3000
+
|-
| class="sshl_f  " | 04-01-2009
+
! 5
| class="                                                                                " |
+
| 2200 || 5-1-2010
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 4300
 
| class="sshl_f" | 11-30-2009
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 3250
 
| class=" " | 03-15-2010
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " | 2200
 
| class=" " | 05-01-2010
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| class="sshl_f" | Row6
 
| class="                                                    sshl_f  " |
 
| class=" " |
 
| class=" " |
 
| class="sshl_f  " |
 
|- class="odd"
 
| class="sshl_f  " | Row7
 
| class=" " |
 
| class="                          sshl_f  SelectTD  SelectTD" |
 
<div id="9Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="9Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|
 
|
 
 
|}
 
|}
 +
=XNPV(0.95,A1:A5,B1:B5)= -4330.389965454265
  
 
==See Also==
 
==See Also==
 
==References==
 
==References==

Revision as of 03:24, 23 December 2014

XNPV(Rate,V,Dates)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Rate} is the discount rate to apply to the cash flows
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V} is a series of cash flows that corresponds to a schedule of payments in dates
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Dates} is a schedule of payment dates.

Description

  • This function computes the net present value for a schedule of cash flows that is not essentially periodic.
  • The arguments should be numeric's.
  • XNPV shows the error value whenever any number in dates precedes the starting date or values and dates contain a different number of values.
  • XNPV is calculated as follows:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum_{i=1}^N\dfrac{P_i}{(1+rate)^\tfrac{(date_i-date_0)}{365}}=0} where:

  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_i} = the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i^{th}} payment date,
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_0} = the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0^{th}} payment date
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P_i} = the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i^{th}} payment.

Examples

A B
1 -12000 02-01-2009
2 3000 04-01-2009
3 4300 11-30-2009
4 3250 03-15-2010
5 2200 5-1-2010

=XNPV(0.95,A1:A5,B1:B5)= -4330.389965454265

See Also

References