APY and Interest rate calculation

B

boba

What is the formula to have the interest rate change based on the APY? I
have amounts between 1000 to 10,000 with Interest rate and APY. When I change
the APY I want it to calculate interest rate for all the fields with
different amounts and APY with the new interest rate based on the new APY.
How can I copy the same formula for all the other columns.
 
J

joeu2004

I'm not sure I understand your question. Forgive me if this is a misdirection.

Generally, if the APY is in A1 and compounding frequency is in A2, then the
annual interest rate is:

=A2 * rate(A2, 0, -1, 1+A1)

Note that APY must be expressed as a percentage, entered either as 6.5% or
0.065 (optionally formatted as Percentage) -- not simply 6.5 (without "%").

If that does not address your question, I suggest that you provide some
numerical examples to explain what you want.


----- original posting -----
 

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

Similar Threads

Convert average daily yield to APY 4
Calculate APR from ARY 2
Calculating APY for CD 3
Amortization w/ variable interest rate 1
APY CD Formula 5
accruing interest 1
Interest Earned Formula 2
CUMIPMT 0

Top