Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default How to Get a Single Date-Based Present Value

I want to get a present value of:

Amount: $2
Date of Payment: 1/1/2009
Discount Rate: 5%

I tried to use XNPV for this with:

XNPV(Discount,Amount,Date)

but it gives a #NAME? error.

Is my usage incorrect, or is this the wrong function for what I want here?

--
Will


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How to Get a Single Date-Based Present Value

If you want a present value, just use PV, as in:

=PV(5%,(Date(2009,1,1)-today())/365,0,-2)

To determine why you got a #NAME error with XNPV, lookup XNPV in help.

Regards,
Fred.

"Will" wrote in message
...
I want to get a present value of:

Amount: $2
Date of Payment: 1/1/2009
Discount Rate: 5%

I tried to use XNPV for this with:

XNPV(Discount,Amount,Date)

but it gives a #NAME? error.

Is my usage incorrect, or is this the wrong function for what I want here?

--
Will



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default How to Get a Single Date-Based Present Value

When I enter a discount of 5% and a payment on 1/1/2009 of $191 this way:

=PV(5%,(DATE(2009,1,1)-TODAY())/365,-$1.91)

I am getting back 43 cents as the answer. $1.91 discounted at 5% for a
few months is certainly not 43 cents. What am I doing wrong?

--
Will


"Fred Smith" wrote in message
...
If you want a present value, just use PV, as in:

=PV(5%,(Date(2009,1,1)-today())/365,0,-2)

To determine why you got a #NAME error with XNPV, lookup XNPV in help.

Regards,
Fred.

"Will" wrote in message
...
I want to get a present value of:

Amount: $2
Date of Payment: 1/1/2009
Discount Rate: 5%

I tried to use XNPV for this with:

XNPV(Discount,Amount,Date)

but it gives a #NAME? error.

Is my usage incorrect, or is this the wrong function for what I want

here?

--
Will



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How to Get a Single Date-Based Present Value

What you are doing wrong is you entered $1.91 as the payment, not the future
value. FV is the fourth parameter of the PV function, not the third.

Regards,
Fred.

"Will" wrote in message
...
When I enter a discount of 5% and a payment on 1/1/2009 of $191 this way:

=PV(5%,(DATE(2009,1,1)-TODAY())/365,-$1.91)

I am getting back 43 cents as the answer. $1.91 discounted at 5% for a
few months is certainly not 43 cents. What am I doing wrong?

--
Will


"Fred Smith" wrote in message
...
If you want a present value, just use PV, as in:

=PV(5%,(Date(2009,1,1)-today())/365,0,-2)

To determine why you got a #NAME error with XNPV, lookup XNPV in help.

Regards,
Fred.

"Will" wrote in message
...
I want to get a present value of:

Amount: $2
Date of Payment: 1/1/2009
Discount Rate: 5%

I tried to use XNPV for this with:

XNPV(Discount,Amount,Date)

but it gives a #NAME? error.

Is my usage incorrect, or is this the wrong function for what I want

here?

--
Will




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which XL formula calculates Present Value of a single lump-sum Payment in 2027? EagleOne Excel Discussion (Misc queries) 2 October 11th 07 07:48 PM
Isolating single row based on date comparison [email protected] Excel Worksheet Functions 3 October 25th 06 05:42 PM
Changing color of single bar based on x-axis date value [email protected] Charts and Charting in Excel 2 August 4th 06 05:17 PM
FILL DATES IN VARIOUS CELLS BASED ON A DATE ENTERED IN A SINGLE C. dencrowell Excel Discussion (Misc queries) 1 April 14th 05 04:11 AM
How do I calculate present value of a single sum? Carmen Excel Worksheet Functions 9 March 29th 05 07:27 PM


All times are GMT +1. The time now is 10:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"