How do I calculate Interest?

  • Thread starter Thread starter naniwa
  • Start date Start date
N

naniwa

I need to calculate interest and have never done this function before.
It's not mortgage rate calculations, but rather interest as awarded
bank account.

If the interest rate is 10%.
The balance on Jan 1, 2000 is $10,000.

I am trying to calculate the balance from the Bank, with no othe
activity in the account, on May 18, 2004.

All the formulas I try, are giving me #NAME.

Thanks in advance
 
What formulas are you trying. Look in HELP index for function to get a menu
of function types. Select financial.
 
Hi Naniwa!

I'll assume two commonly used banking customs:

1. The rate of 10% quoted is the annual nominal compounded monthly; ie.
10%/12 per month
2. The bank calculates interest at the daily effective equivalent of that
rate on the daily outstanding balance

This gives me the balance on your data as

A1: 1-Jan-2000
A2: 18-May-2004
A3:
=FV((1+10%/12)^(12/365)-1,B1-A1,0,-1000)
Returns: 1546.92165502782

As to why your formulas are returning #NAME!, the common reason for this
would be that you are using Analysis ToolPak functions when Analysis ToolPak
has not been installed and / or selected as an Addin.
--
 

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