Loan Calculation

Helen1974

New Member
Joined
Oct 16, 2010
Messages
34
I need to find a formula to help with the following.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
<o:p></o:p>
If i loan money in the following manner and if the loan amount of loan one is a variable amount, as is the interest and the laon period, how can i calculate the value of my investment ? over any period of time, such as its value in 6, 12, 18, 24 months or longer if desired.<o:p></o:p>
<o:p></o:p>
Examples<o:p></o:p>
<o:p></o:p>
If i ONLY loan €100.00 to a client over 10 weeks at an interest rate of 10%, the client will make a weekly payment of €11.00.<o:p></o:p>
<o:p></o:p>
On week no 2 i will receive €11 from client number 1, which i will lend to client number 2 at the same rate of interest and for the same period of time. This client will make a weekly payment of €1.21.<o:p></o:p>
<o:p></o:p>
On week no 3 i will receive a payment from client 1 of €11.00 and a payment from client 2 of €1.21, totalling €12.21. This will be loaned to client number 3 at the same rate and time period as the above other clients and the client will make a weekly payment of €1.34.<o:p></o:p>
<o:p></o:p>
This will continue over an unspecified period of loans, clients and time.<o:p></o:p>
 
Last edited:
Paste the code in a code and run macro LoanShark.

Adding a Macro to a Code Module<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
1. Copy the code from the post<o:p></o:p>
2. Press Alt+F11 to open the Visual Basic Editor (VBE)<o:p></o:p>
3. From the menu bar in the VBE window, do Insert > Module<o:p></o:p>
4. Paste the code in the window that opens<o:p></o:p>
5. Press Alt+Q to close the VBE and return to Excel<o:p></o:p>
<o:p> </o:p>
Running a Macro<o:p></o:p>
1. Press Alt+F8 to open the macro dialog<o:p></o:p>
2. Select the macro name from the dropdown list and press Run<o:p></o:p>
 
Upvote 0

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Helen, This could help :-
References And Code Libraries
The Dictionary object is part of the Microsoft Scripting Runtime Library, so your project must reference this library. In VBA, go to the Tools menu, choose References, and scroll to and select "Microsoft Scripting Runtime".
 
Upvote 0
I apologize, Helen, I should have mentioned that.

Thanks, Mick.
 
Upvote 0
Guys I really do appreciate all you have been trying to do for me in order to get this program up and running, after following the instructions I am not getting any options to open a macro and to choose run, just wondering would this work better if you placed it into a spreadsheet and forward it to my email address for me to open on this end, you guy's are pretty clever will all this VBE, MACROS etc etc etc, this is a really new area to me and nothing to do with my hair colour at all ;), if that is acceptable to you, then my addy is helenp1974@hotmail.co.uk , look forward to hearing from you.
 
Upvote 0
Any chance of your first name, I dont really like your username that much. its not fitting for a person with your ability.

Your code is absolutely brilliant, it is calculating the figures perfectly, I am also able to open the VBE and within the code I can change the Int Rate, Loan Amt and Payment Period, now if I had a user input screen where i could just enter these figures and press RUN to reveal my predictions I would be the happiest person in the world ;).

Really big thank you xxx
 
Upvote 0
Try the same link again, Helen.
 
Upvote 0

Forum statistics

Threads
1,215,963
Messages
6,127,960
Members
449,412
Latest member
montand

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top