Financial Modelling
Financial Modelling
Q1]
o A1: Name
2. Input the data from the provided table into cells A1:E8.
Step 2: Create a Line Chart for Sales, Cost of Sales, and Gross Profit
5. Add axis titles: "Month" for X-axis, "Amount " for Y-axis.
5. Add axis titles: "Month" for X-axis, "Gross Profit %" for Y-axis.
5. Add axis titles: "Sales "for X - axis, "Cost of Sales" for Y-axis.
1. For each chart, right-click and select "Add Data Labels" to show values.
Explanation of Charts:
1. Line Chart: Shows trends over time for Sales, Cost of Sales, and Gross Profit. Line charts are
excellent for displaying data that changes over time, allowing easy comparison of multiple data series.
1. Column Chart for GP%: Highlights the monthly changes in Gross Profit Percentage. Column
charts are effective for comparing values across categories (in this case, months).
2. Scatter Plot: Illustrates the relationship between Sales and Cost of Sales. Scatter plots are useful
for showing correlations between two variables.
These visualizations together provide a comprehensive view of the company's financial performance,
highlighting trends, relationships, and key metrics over the given period.
Q3]a]
An Excel statement can be thought of as a complete instruction performing some actions, and is most
commonly seen in macros or VBA (Visual Basic for Applications) code. Statement is probably a command
like declaring variables, assigning a value to them, or allowing the flow of a program using statements like
If-Then and loops. In financial modeling, statements find a lot of use to automate complex processes,
sensitivity analyses, or create custom functions.
Otherwise, functions are pre-defined formulas in Excel that calculate the values and return a result;
functions are used directly in cell formulas and do not require any familiarity of VBA. Excel has hundreds
of built-in functions for various tasks, from simple arithmetic to complex financial calculations. In
financial modeling, functions are the bread and butter of creating calculations and analyses.
1. Functions are generally implicit and easy to use, thus being open for a larger number of users,
while statements ask for a more programmed brain.
2. Statements have much more flexibility for complicated logic and custom operations, while
functions restrict their simplicity to a shopping list of pre-defined routines.
3. Functions in cells are always visible and easily auditable, which is critical in financial modeling,
while statements coded in VBA are less transparent and make auditing more difficult.
4. Functions normally run faster most time during performing a simple calculation, while
Statements could be more efficient in the face of complex repetitive tasks.
5. Functions update naturally every time an input cell changes, which is more suited for dynamic
models; whereas, Statements are oftentimes performed manually by clicking some buttons to trigger the
function.
6. Functions feature error handling (like #DIV/0!), while statements generally do not and require
additional coding to manage errors.
In practice, financial modelers mainly use functions to scale regular modeling tasks due to their
simplicity and transparency.
Q3b]
Excel is a powerful tool for financial modeling, providing various statements and functions that aid in
analysis and decision-making. Here are five prominent examples of each:
STATEMENTS IN EXCEL
Income Statement:
Income statement summarizes revenues, costs, and expenses to determine net income over a
specific period.
Income statement contains Revenue, Cost of Goods Sold (COGS), Gross Profit, Operating
Expenses, and Net Income.
Balance Sheet:
Balance sheet presents a company's financial position at a specific point in time, detailing
assets, liabilities, and equity.
Balance sheet contains Assets (Current and Non-current), Liabilities (Current and Long-term),
and Shareholder's Equity.
Cash Flow Statement reports the cash generated and used during a specific period, segmented
into operating, investing, and financing activities.
Cash flow statement contains Net Cash from Operating Activities, Cash Flows from Investing
Activities, and Cash Flows from Financing Activities.
Statement of changes in equity shows the movement in equity from the end of one period to the
end of another, detailing changes such as new share issuance or dividends paid.
Statement of changes in equity contains Share Capital, Retained Earnings, and Other
Comprehensive Income.
Budget vs. Actual Statement compares budgeted figures to actual performance, helping assess
variances and manage finances.
Budget vs. Actual Statement contains Budgeted Revenue, Actual Revenue, Variance, Budgeted
Expenses, Actual Expenses, and Variance.
FUNCTIONS IN EXCEL
SUM:
Sum function Adds up a range of numbers, commonly used in income statements to calculate total
revenue or total expenses.
IF:
IF function Performs logical tests to return different values based on the condition, useful in forecasting
scenarios (e.g., profitability).
Usage: Calculates the present value of cash flows over time, crucial for investment analysis.
IRR function Computes the internal rate of return for a series of cash flows, helping in evaluating the
profitability of investments.
VLOOKUP:
Vlookup function Looks up a value in a table and returns a corresponding value from a specified column,
often used in financial models for referencing data.
These statements and functions are foundational tools in financial modeling, enabling analysts to build
comprehensive models that inform strategic business decisions.