financial functions - HELP!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I cannot find the right function to solve for the number of years it takes
for money to double given interest as a variable. It's a simple calculation,
but there does not seem to be a function for it. Input terms:

Amount of money
Interest rate

Ideas anyone?
 
One way:

=NPER(x%, 0, 1, -2)

Note that amount of money is irrelevant to the calculation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top