Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default Annual vs Quarterly Rates

When using the PMT function in Excel you typically divide the annual rate by
12 to get monthly compounding. This is OK when the payments are also monthly,
however, how do you calculate quarterly payments with monthly compounding???
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Annual vs Quarterly Rates

With all financial functions, the interest rate and the payment period have
to have the same mode (monthly, quarterly, etc.). As your payments are
quarterly, you need to calculate the quarterly-compounding interest rate.

I find it easiest to find the solution by asking the question: If I invested
$1 at x% compounded monthly, how much would I owe after one quarter? This
will tell you what the effective quarterly interest rate is. Calculate it
by:

=fv(Annrate/12,3,0,-1)-1

You can also use the EFFECT function, but I find FV easier to understand.

Regards,
Fred.

"Steve" wrote in message
...
When using the PMT function in Excel you typically divide the annual rate
by
12 to get monthly compounding. This is OK when the payments are also
monthly,
however, how do you calculate quarterly payments with monthly
compounding???


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default Annual vs Quarterly Rates

On May 13, 8:51*am, Steve wrote:
When using the PMT function in Excel you typically divide the annual
rate by 12 to get monthly compounding. [....] how do you calculate
quarterly payments with monthly compounding?


If you are borrower, why would you accept such conditions? You pay
more in interest. If you are US lender, I hope you correctly reflect
the APR in your "Truth in Lending" disclosure. Anyway, to answer you
question....

The effective quarterly rate is the monthly rate compounded for 3
months. It easier to explain by example. Consider a 5-year loan
of $10,000 at 12% compounded monthly, but paid quarterly. The payment
can be computed with one of the following formulas. They are
equivalent; choose the one that is easier for you to understand.

=PMT((1+12%/12)^3-1, 4*5, -10000)

=PMT(FV(12%/12,3,0,-1)-1, 4*5, -10000)

Note: By choosing -10000, PMT() results in a positive number. If
your formulas require a negative result, either use 10000 (without
"-") or write -PMT(...).

Real world consideration: The result should be rounded -- typically
rounded up -- at least to the smallest coin of the realm, typically
"cents". Rounding up ensures that the loan is paid off at least
within the required period without a balloon payment. In either case,
the last payment is usually different from the regular payments; and
if you round up to a dollar or higher (e.g. ten dollars), the number
of payments might be fewer than 4*5.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting annual rate of return to quarterly equivalent? Carl LaFong Excel Worksheet Functions 4 May 20th 23 03:43 AM
How to get compound annual growth rates in pivot tables. dunes Excel Worksheet Functions 2 February 3rd 07 12:31 AM
quarterly reports Ola Excel Discussion (Misc queries) 0 February 13th 05 12:39 AM
quarterly reports Ola Excel Worksheet Functions 0 February 13th 05 12:39 AM
quarterly reports Jim Thomlinson Excel Worksheet Functions 0 February 11th 05 12:05 AM


All times are GMT +1. The time now is 12:49 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"