I will explain all in excel, If you need a general explanation, please contact me for a special session. I have a special session where you will learn deeply all of thios and I will give you the exact formulas to apply in each case: Excel functions and the normal formulas in case you need to perform these calculations in tests, quizzes and exams:
Below is a step-by-step guide to calculate the discount rate (part 1) and then decide which option is preferable (part 2). Please ensure to have Excel installed or use a compatible spreadsheet application.
Part 1: Find the Discount Rate in Excel
- Calculate After-Tax Annual Payment:
- Cell A1: Enter 1750000 (Annual payment).
- Cell A2: Enter 0.4 (Tax Rate).
- Cell A3: Write =A1 * (1 - A2) to calculate after-tax payment.
- Using Goal Seek to Find Discount Rate:
- Cell A4: Enter 4000000 (Lump sum payment).
- Cell A5: Enter a guess rate (e.g., 0.1 for 10%).
- Cell A6: Enter 6 (number of payments).
- Cell A7: Enter 5 (the first payment year).
- Cell A8: Write =A3 * ((1 - (1 + A5)^-A6) / A5) * (1 + A5)^-A7 to calculate PV of annuity based on the guess rate.
- Now, go to the Data tab > What-If Analysis > Goal Seek.
- Set Cell: A8
- To value: A4
- By changing cell: A5
- Click on "OK" to run Goal Seek. Excel will alter the value in A5 (discount rate) to make A8 equal to A4.
Part 2: Compare with Cost of Capital in Excel
- Comparing with Cost of Capital:
- Cell B1: Enter 0.1 (Cost of capital).
- Cell B2: Write =IF(A5>B1, "Lump Sum", IF(A5<B1, "Annual Payments", "Indifferent")) to decide which option is preferable based on the calculated discount rate.
Notes:
- Ensure to verify the calculations manually and validate the outputs, considering Excel’s Goal Seek may provide an approximation.
- Ensure to consider all financial aspects and consult with a financial advisor as real-world scenarios are complex and multifaceted.
Explanation:
- Cell A3: After-tax payment is computed by multiplying the original payment by (1 - Tax Rate).
- Cell A8: We calculate the present value of the annuity based on the guess rate using the formula provided previously.
- Goal Seek: It alters the discount rate (A5) to make the present value of the annuity (A8) equal to the lump sum (A4).
- Cell B2: A basic IF statement provides a recommendation based on comparing the cost of capital and calculated discount rate.
This Excel guide should assist you in performing financial analysis for the scenario you provided! Make sure to double-check and validate results.