Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Rate formula in Excel

Can I use the rate formula where there is step in the loan repayment

PV = -1000
N = 3 years, £125 per year
N = 7 year , £110 per year
Rate = ??
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Rate formula in Excel

So CERN has been looking in the wrong place all along, huh?


Anyway, you can work it out by an iterative process, or by using solver.

For example, but an initial rate guess into cell A1, say 3%. Then in B1, use the formula

=RATE(7,110,-FV(A1,3,125,-1000))

This part FV(A1,3,125,-1000) returns the value of the loan after three payments, say XXX, which is
then fed to this

=RATE(7,110,-XXX)

to calculate the rate for the last 7 years.

In another cell, enter the formula

=A1-B1

and use solver to set that cell to a value of 0 by changing cell A1. Your example will work out to
about 2.61% annual rate, and XXX is about 695.

--
HTH,
Bernie
MS Excel MVP


"Higgs Boson" <Higgs wrote in message
...
Can I use the rate formula where there is step in the loan repayment

PV = -1000
N = 3 years, £125 per year
N = 7 year , £110 per year
Rate = ??



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Rate formula in Excel

XIRR is the easiest way to calculate this. Create a range of the 11 cash
flows, with dates one year apart, then feed these ranges to XIRR. It will
calculate the rate for you.

Regards,
Fred.

"Higgs Boson" <Higgs wrote in message
...
Can I use the rate formula where there is step in the loan repayment

PV = -1000
N = 3 years, £125 per year
N = 7 year , £110 per year
Rate = ??


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
Excel Formula for equalising stock to sales rate DubaiGeorge Excel Worksheet Functions 0 October 26th 07 05:40 AM
Basic Future Value Formula & Interest Rate Formula Peter Excel Discussion (Misc queries) 2 November 12th 06 04:23 AM
Prime rate/Liber rate into sheet automatically? Nixt Excel Discussion (Misc queries) 0 January 21st 06 09:49 PM
Real RATE of return using =RATE illusive, inflation adjusted inflo Pro - Land Excel Worksheet Functions 4 November 1st 05 03:06 AM
APR - Annual Percentage Rate to Actual Interest Rate Safu Excel Worksheet Functions 9 May 18th 05 05:03 AM


All times are GMT +1. The time now is 05:28 PM.

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"