Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this project you are going to be creating a workbook that will calculate loan payments based upon information entered by the user. Starting in
In this project you are going to be creating a workbook that will calculate loan payments based upon information entered by the user.
Starting in cell A created a table that allows a user to enter the information appearing in the next section. Title the table Loan Calculator.
Enter the following rows in column A with the corresponding formulas in B if not a user defined amount.
o Purchase Price user defined
o Down Payment user defined
o Loan Amount Purchase Price Down Payment
o Interest Rate user defined
o Number of Payments user defined
o Monthly Payment use PMT; convert APR to monthly rate
o Total Cost create a formula to add total of payment and down payment
o Finance Charge calculate the total interest cost
In column D create a Two Input Data Table that will calculate the monthly payment based on a changing interest rate and different payments. Just Above the Data Table put the heading Payment Comparison Chart The Interest Rate should range from to with increments and run across the top. The number of payments should range from to with payment increments and run along the side.
Below these two tables around row create a section of the spreadsheet that will build an amortization table. Title this Amortization Table You will need the following columns: Payment Number, Payment Amount, Interest, Principal, Loan Balance.
Leave a blank row between the heading and the start of your number for Payment Number. Be sure to include enough rows for the month loan.
In the blank row put a cell reference in the Loan Balance column to reference to the Loan Amount in the Loan Calculator table.
Use cell references and formulas to complete the amortization table. Make sure to format the calculation of your interest amount to decimal places. Remember, the Principal AmountPaymentInterest; Loan Balance Previous Loan BalancePrincipal. Also make sure you change the payment so that it shows as a positive number.
In column F or the next open column in your amortization table, Place an if statement that returns a if the Loan Balance is less than or a if FALSE starting in the row with your first payment number. Format this column so the text is white.
Place a conditional formatting on the entire amortization table starting with the first payment number row using the formula value condition. The formula value will be $For whatever the row is that you first payment number appears in The conditional formatting is to change the text to White.
Place conditional formula on the Payment comparison data table, so that if the number is equal to the monthly payment in the Loan calculator table, it will turn the text green and bolded.
Bold all row and column headings. Change the cell color to Blue for the Loan Calculator title with White Text, Change the cell color to Green for the Payment Comparison Chart title with White Text, Change the cell color to Red for the Amortization Table Title with White Text. Resize the titles to and bold them, as well as center them over the tables.
In the Loan Calculator, Place Thick Box borders around the cells that are not user defined.
Apply formatting so that numbers are formatted properly as currency, percents, etc. All currency should be decimal places. Percentages should have decimal places.
Apply Protection to the worksheet, so the only cells that can be changed are the User defined cells.
Print each table as a separate item after filling in the following info: Purchase Price $ Down Payment $ payments and an interest rate of
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started