Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Lease Amortization Calculation ?

Say, I want to give an amount of $100,000 as a Loan on 15% IRR for 36
Months, if last 6 instalments/cash flows are mentioned in Amortization
Schedule say $100/=, how can I calculate the 1st 30 instalments/cash flows.

Some one told me that I have to use quadratic equation in Excel, but I don't
know how to use it, any idea please ?

Best Regards,

Luqman


  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Don is offline
external usenet poster
 
Posts: 19
Default Lease Amortization Calculation ?

Luqman,

I don't know about a quadratic equation, but a "Goal seek" would do it, if
you have an amorization shcedule set up.
On a $100,000 loan at 15%, for 36 months, with the last 6 cash flows = $100,
the first 30 cash flows would be $4,001.95.

I sent you a workbook using the e-mail address you provided.

Don



"Luqman" wrote in message
...
Say, I want to give an amount of $100,000 as a Loan on 15% IRR for 36
Months, if last 6 instalments/cash flows are mentioned in Amortization
Schedule say $100/=, how can I calculate the 1st 30 instalments/cash
flows.

Some one told me that I have to use quadratic equation in Excel, but I
don't know how to use it, any idea please ?

Best Regards,

Luqman




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Lease Amortization Calculation ?

You very well understood my question, I just used that in Excel, and it
really worked out.

However, do you know any function of Excel which could do the same thing
which Goal Seek is doing.

I don't want users to use Goal Seek.

Best Regards,

Luqman



"Don" wrote in message
...
Luqman,

I don't know about a quadratic equation, but a "Goal seek" would do it, if
you have an amorization shcedule set up.
On a $100,000 loan at 15%, for 36 months, with the last 6 cash flows =
$100, the first 30 cash flows would be $4,001.95.

I sent you a workbook using the e-mail address you provided.

Don



"Luqman" wrote in message
...
Say, I want to give an amount of $100,000 as a Loan on 15% IRR for 36
Months, if last 6 instalments/cash flows are mentioned in Amortization
Schedule say $100/=, how can I calculate the 1st 30 instalments/cash
flows.

Some one told me that I have to use quadratic equation in Excel, but I
don't know how to use it, any idea please ?

Best Regards,

Luqman






  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Don is offline
external usenet poster
 
Posts: 19
Default Lease Amortization Calculation ?

You could use "Solve" , but I think it would be overkill.

"Luqman" wrote in message
...
You very well understood my question, I just used that in Excel, and it
really worked out.

However, do you know any function of Excel which could do the same thing
which Goal Seek is doing.

I don't want users to use Goal Seek.

Best Regards,

Luqman



"Don" wrote in message
...
Luqman,

I don't know about a quadratic equation, but a "Goal seek" would do it,
if you have an amorization shcedule set up.
On a $100,000 loan at 15%, for 36 months, with the last 6 cash flows =
$100, the first 30 cash flows would be $4,001.95.

I sent you a workbook using the e-mail address you provided.

Don



"Luqman" wrote in message
...
Say, I want to give an amount of $100,000 as a Loan on 15% IRR for 36
Months, if last 6 instalments/cash flows are mentioned in Amortization
Schedule say $100/=, how can I calculate the 1st 30 instalments/cash
flows.

Some one told me that I have to use quadratic equation in Excel, but I
don't know how to use it, any idea please ?

Best Regards,

Luqman








  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Lease Amortization Calculation ?

Hello:

The problem can be solved as a straight present value problem. First
take the present value of the $100 for six months which is $576.15,
then bring that back to period zero, $406.25. Now take the $100,000 -
406.25 = 99,953.75. Now find the payment over 30 month to
amortize that amount, = $3,956.47. This all assumes that you want
the effective IRR to be 15% annually, which is .011714917 etc per month.
If you want a nominal rate of 15% then you would use .0125 per month
which would change all of the above answers somewhat.

Here is the spreadsheet setup: (The labels are in A1:A10
the values are in B1:B10 and intermediate values in C7:C8)


Months 36
IRR 0.15
Loan 100,000.00
Last 6
Amount 100
Net 30
Monthly 0.011714917 1.011714917
pv ($406.25) ($576.15)
Net 99,593.75
PMT ($3,956.47)

Here is the formula view for the same cells

Months 36
IRR 0.15
Loan 100000
Last 6
Amount 100
Net =B1-B4
Monthly =C7-1 =(1+B2)^(1/12)
pv =PV(B7,B4,B5)/(1+B7)^B6 =PV(B7,B4,B5)
Net =B3+B8
PMT =PMT(B7,B6,B9)

Pieter Vandenberg


Luqman wrote:
: You very well understood my question, I just used that in Excel, and it
: really worked out.

: However, do you know any function of Excel which could do the same thing
: which Goal Seek is doing.

: I don't want users to use Goal Seek.

: Best Regards,

: Luqman



: "Don" wrote in message
: ...
: Luqman,
:
: I don't know about a quadratic equation, but a "Goal seek" would do it, if
: you have an amorization shcedule set up.
: On a $100,000 loan at 15%, for 36 months, with the last 6 cash flows =
: $100, the first 30 cash flows would be $4,001.95.
:
: I sent you a workbook using the e-mail address you provided.
:
: Don
:
:
:
: "Luqman" wrote in message
: ...
: Say, I want to give an amount of $100,000 as a Loan on 15% IRR for 36
: Months, if last 6 instalments/cash flows are mentioned in Amortization
: Schedule say $100/=, how can I calculate the 1st 30 instalments/cash
: flows.
:
: Some one told me that I have to use quadratic equation in Excel, but I
: don't know how to use it, any idea please ?
:
: Best Regards,
:
: Luqman
:
:
:
:


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
Auto Lease Zulu[_2_] Excel Discussion (Misc queries) 1 April 10th 10 04:58 PM
sale or lease? possmm1 New Users to Excel 7 February 9th 07 03:38 PM
CAR LEASE CALCULATION WITH RESIDUAL FIN Excel Worksheet Functions 1 January 19th 07 12:31 AM
IRR&NPV Financial lease littleps Excel Discussion (Misc queries) 5 March 29th 06 09:13 AM
Amortization Calculation in Excel worksheet Tiff Excel Worksheet Functions 4 January 29th 05 04:18 AM


All times are GMT +1. The time now is 02:17 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"