Assignment -23 | Financial Analysis and Visualization

Excepted timing : 10 minutes

| Year | Revenue | Expenses | Profit |

|------|---------|----------|--------|

| 2020 | 100000  | 80000    |        |

| 2021 | 120000  | 60000    |        |

| 2022 | 250000  | 100000   |        |

| 2023 | 100000  | 60000    |        |

| 2023 | 220000  | 90000    |        |

| 2024 | 250000  | 100000   |        |



Task :
  1. Calculate the profit for each year using a formula (Revenue - Expenses).
  2. Use IF function to categorize each year as "Profitable" if Profit > 0, otherwise "Not Profitable".
  3. Calculate the compound annual growth rate (CAGR) for Revenue over the three years.
  4. Use NPV function to calculate the net present value of future cash flows.
  5. Create a waterfall chart to visualize the yearly revenue, expenses, and profit.

To perform the tasks outlined in Assignment  using Excel, follow these step-by-step instructions:

Steps to Perform:

  1. Calculate Profit for Each Year:
    • Use the formula: Profit = Revenue - Expenses
    • Apply this formula for each year (2020, 2021, 2022) using the given revenue and expenses data.
  2. Categorize Profitability Using IF Function:
    • Use the IF function to categorize each year as "Profitable" if Profit > 0, otherwise "Not Profitable".
    •  (assuming Profit is in column D).
  3. Calculate Compound Annual Growth Rate (CAGR) for Revenue:
    • CAGR formula: Calculate CAGR for Revenue over the three years (2020 to 2022).
  4. Calculate Net Present Value (NPV) of Future Cash Flows:
    • Use the NPV function to calculate the net present value of future cash flows.
    • Example: =NPV(rate, cashflow_range)
    • where rate is the discount rate and cashflow_range is the range of future cash flows.
  5. Create Waterfall Chart to Visualize Financial Performance:
    • Use Excel to create a waterfall chart that shows yearly revenue, expenses, and resulting profit.
    • Ensure to format the chart to clearly distinguish between revenue, expenses, and profit for each year.

Detailed Steps: