LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default which financial function should I use?

Thanks - didn't have PV negative!

"joeu2004" wrote:

On Nov 22, 5:34 am, Ken W wrote:
I only have an investment and future value and number
of periods - no annual payments are made [...].
It returns "#NUM". I changed the guess around alot,
but it hasn't helped.



If you have only the two data points, you should use RATE. Remember
to enter the initial investment and future value with opposite signs.
For example, =RATE(5,0,-1000,2000).

If the #NUM error persists, yes, it could be because you need to
provide a guess. Unfortunately, it is often difficult to choose a
good guess.

Also remember that RATE returns a result in terms of the number of
periods. In my example above, if 5 is years, RATE is an annual rate;
but if 5 is months, RATE is a monthly rate. You can convert a monthly
rate to an annual rate in two ways:

=12*RATE(5,0,-1000,2000)

=(1 + RATE(5,0,-1000,2000))^12 - 1

It is debatable which formula to use; it depends on your intent. The
latter compounds the rate.

 
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
financial function wen22222 Excel Worksheet Functions 1 October 15th 08 03:54 AM
Financial function requested, please Jack Sheet Excel Worksheet Functions 2 January 5th 07 01:54 PM
financial function ..please [email protected] Excel Worksheet Functions 4 July 29th 06 09:30 PM
Financial Function : Price Infinity Excel Discussion (Misc queries) 1 March 23rd 06 08:43 AM
Excel financial function: PMT Gethyn Excel Worksheet Functions 1 March 23rd 05 11:10 AM


All times are GMT +1. The time now is 07:46 AM.

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

About Us

"It's about Microsoft Excel"