Try to calculate the max borrowing power for a client using a cell for funds available towards purchase and a max LVR

totalegazy

New Member
Joined
Apr 8, 2024
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi Guys,

I am hoping someone can help me out. Really stumped with this one.

I want to calculate the potential purchase price based off the amount of funds avaialble in Cell E51 and continued all the way up to cell W51 if each year and a max loan to value ratio of 88%, like the example provided above.

If you are not sure what Loan to Value ratio is it is calcuated as the % of the loan balance against the value of the property

This potential price has nothing to do with the property details at the top. This is based on the available equity in the property, how much they could spend on the next property.

I understand this might be a difficult calculation and that is why I require help.

Thanks in advance

1712554866155.png
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Cell Formulas
RangeFormula
C41C41=I15
E41E41=(C41*I25)+C41
G41G41=(E41*I25)+E41
I41I41=(G41*I25)+G41
K41K41=(I41*I25)+I41
M41M41=(K41*I25)+K41
O41O41=(M41*I25)+M41
Q41Q41=(O41*I25)+O41
S41S41=(Q41*I25)+Q41
U41U41=(S41*I25)+S41
W41W41=(U41*I25)+U41
C43C43=I15-I17
E43,W43,U43,S43,Q43,O43,M43,K43,I43,G43E43=E41-E49
E45E45=(E41-I15)/E41
G45G45=(G41-I15)/G41
I45I45=(I41-I15)/I41
K45K45=(K41-I15)/K41
M45M45=(M41-I15)/M41
O45O45=(O41-I15)/O41
Q45Q45=(Q41-I15)/Q41
S45S45=(S41-I15)/S41
U45U45=(U41-I15)/U41
W45W45=(W41-I15)/W41
C47C47=S17
E47,W47,U47,S47,Q47,O47,M47,K47,I47,G47E47=E49/E41
C49C49=I17
E49E49=IF($I$29="Interest Only Repayments",C49,Sheet4!E19)
G49G49=IF($I$29="Interest Only Repayments",E49,Sheet4!E31)
I49I49=IF($I$29="Interest Only Repayments",G49,Sheet4!E43)
K49K49=IF($I$29="Interest Only Repayments",I49,Sheet4!E55)
M49M49=IF($I$29="Interest Only Repayments",K49,Sheet4!E67)
O49O49=IF($I$29="Interest Only Repayments",M49,Sheet4!E79)
Q49Q49=IF($I$29="Interest Only Repayments",O49,Sheet4!E91)
S49S49=IF($I$29="Interest Only Repayments",Q49,Sheet4!E103)
U49U49=IF($I$29="Interest Only Repayments",S49,Sheet4!E115)
W49W49=IF($I$29="Interest Only Repayments",U49,Sheet4!E127)
C51C51=(I15*88%)-I17
E51,W51,U51,S51,Q51,O51,M51,K51,I51,G51E51=(E41*88%)-E49
E53E53=E51*S17/(1-S17)
C55C55=I19
E55E55=C55*52
G55G55=(E55*S25)+E55
I55I55=(G55*S25)+G55
K55K55=(I55*S25)+I55
M55M55=(K55*S25)+K55
O55O55=(M55*S25)+M55
Q55Q55=(O55*S25)+O55
S55S55=(Q55*S25)+Q55
U55U55=(S55*S25)+S55
W55W55=(U55*S25)+U55
E57E57=(C55*52)/E41
G57,I57,K57,M57G57=(G55/E41)
J57,L57,V57,P57,R57J57=(J55*52)/J41
O57,Q57,S57,U57,W57O57=(O55/O41)
E58,G58E58=(E55-E65)/E41
F58,H58,J58,N58,P58,T58,V58F58=(F55*52-J27)/F41
I58I58=(G55-I65)/G41
K58K58=(G55-K65)/G41
L58,R58L58=(L55*52-L27)/L41
M58M58=(G55-M65)/G41
O58O58=(G55-O65)/G41
Q58Q58=(G55-Q65)/G41
S58S58=(G55-S65)/G41
U58U58=(G55-U65)/G41
W58W58=(G55-W65)/G41
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,612
Members
449,109
Latest member
Sebas8956

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