Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need this solved the 2nd picture is what it is supposed to look like when completed. Be sure to include Columns E and F.
i need this solved the 2nd picture is what it is supposed to look like when completed. Be sure to include Columns E and F.
(Roth 401k) (Total investment)
The Problem is down below!
3. In the Investment worksheet, you will be calculating the monthly balance of a persons investments over a 30 year period. So, you will enter the formulas for each investment vehicle in the first row (row 7). You then will autofill those down for 359 more cells. These 360 total cells represent every month of this persons investments over 30 years. Follow each of the steps below
Manually enter a formula that will calculate the balance of the IRA investment in B7. To do this, take the previous balance, add the contribution, then add the earned interest for the month (which is the balance times the interest rate divided by 12). One additional aspect is that you have decided to have a maximum amount for your investments. For this investment, it is the amount in B3 ($10,000). You should adjust your formula to account for this by having an IF function that stops adding the monthly contribution once the current balance exceeds the maximum amount. It should still add the interest though. Once this is done, autofill the formula downwards (down column B) until you have reached 360 total balance listings.
The formula for the next two investments will have the same core (previous balance plus contribution plus interest). A significant difference though is that there are now four possible calculations instead of two. You still have the maximum balance situation but you also will be adding the payment from the previous investment once that balance has reached its own maximum. The 2x2 set of possibilities would be as follows
o Situation 1: balance is not maxed out & no extra payment from the previous investment
o Situation 2: balance is maxed out & no extra payment from the previous investment
o Situation 3: balance is not maxed out & an extra payment from the previous investment
o Situation 4: balance is maxed out & an extra payment from the previous investment
So, you would have four IF statements that address each of these situations and has an appropriate formula for each (not having or having a contribution depending on the balance being maxed out AND not having or having an extra contribution if the previous investment(s) have been maxed out)
The final investment (the 401k) does not have a max amount so it only has two possible situations: extra contributions or not. You should only check the second to last investment (the savings) and if it has been maxed out, you should add ALL of the contributions from all three prior investments.
With all the formulas entered and autofilled, you need to then autofill the date (column A) down for the entire 360 month rows. Each row should represent a month so each date should be one month advanced from the previous cell. Then, enter a SUM function in cell G6 and autofill that down to where the investment contributions end.
The final total at the end (2/1/2050) should be $2,351,041.86
i need the formula for the 401k and total investment
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