Finding Percentages

M

MElizabeth

If I had invested $10,000 in 1948 and in 2006 I wound up with 4 million+
dollars, how do I figure what percentage my $10,000 made over the 58 years?

Thanks
 
J

joeu2004

MElizabeth said:
If I had invested $10,000 in 1948 and in 2006 I wound up with 4 million+
dollars, how do I figure what percentage my $10,000 made over the 58 years?

There are two correct answers, depending on what you really want to
know.

If A1 contains the original 1948 investment $10,000 and A2 contains the
value in 2006 ($4M+), the simple return is (formatted as Percentage):

=A2/A1 - 1

If you want to know the compounded annual return rate, that is:

=rate(58, 0, -A1, A2)
 
M

MElizabeth

Thanks so much... just what I needed.

There are two correct answers, depending on what you really want to
know.

If A1 contains the original 1948 investment $10,000 and A2 contains the
value in 2006 ($4M+), the simple return is (formatted as Percentage):

=A2/A1 - 1

If you want to know the compounded annual return rate, that is:

=rate(58, 0, -A1, A2)
 

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

Top