Financial formulas

  • Thread starter Thread starter JR573PUTT
  • Start date Start date
J

JR573PUTT

I have the following spreadsheet:

year beg bal yr contr int rate int inc ending balance
2006 25000 10000 15% ??

What formula do I use to calculate the interest income
 
You can use: =SUM(B2:C2)*D2, although this does not take into
considerationmotnly interest earnings, but only one annual earning
 
It depends on when you make your yearly contribution. If you make it at the
beginning of the year, the formula is:

=(begbal+yrcont)*intrate

If it's at the end of the year, the formula is:

=begbal*intrate
 

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