Finance Formula Help in Excel

noaman79

New Member
Joined
Mar 23, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I am working on a project and i am struggling to get the formula which would calculate the Loan Amount:

For example l have following information:


Interest Rate: 3%
Amortization Period (# of months): 360
Loan Amount: $1,200,000

Annual Debt Service: $60,710.98 ; i used this formula to calculate Annual Debt Service 12*(PMT (D5/12, D6,-D7, 0))
Monthly Payment (Annual Debt Service / 12): $5,059.25


As its shown above i used PMT formula to calculate the Annual Debt Service.

Now lets say i have following information, how can i calculate "Loan Amount" using only below information: What formula do i need to use in excel which will allow me to calculate the loan amount:

Interest Rate: 3%
Amortization Period (# of months): 360
Annual Debt Service: $60,710.98 ;
Monthly Payment (Annual Debt Service / 12): $5,059.25


Loan Amount= ???



the formula should calculate loan amount of $1,200,000


Kindly help.

1679591909260.png
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi,
Just work out Present Value ...
C3 is annual interest rate - C4 is number of months - C6 is monthly payment :
Excel Formula:
=PV(C3/12,C4,C6)
 
Upvote 1
Solution
Glad to hear you managed to quickly solve your Finance problem :)
 
Upvote 0

Forum statistics

Threads
1,214,859
Messages
6,121,963
Members
449,059
Latest member
oculus

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