Find the core functions used in Excel for financial modelling and data analysis
Overview
Building robust financial models heavily relies on a few key Excel functions that allow for dynamic calculations, data retrieval, and scenario analysis. Here are 5 essential functions, along with a simple explanation of what each does:
IF Function
What it does: The IF function allows you to perform a logical test and return one value if the test is TRUE and another value if the test is FALSE. It’s fundamental for creating conditional logic within your model.
Simple Explanation: “If this condition is met, do this; otherwise, do that.”
SUMIFS Function
What it does: The SUMIFS function adds up values in a range of cells based on one or more criteria. This is incredibly useful for summing data that meets specific conditions, such as total revenue for a particular product or expenses within a certain department.
Simple Explanation: “Sum these numbers, but only if they match these specific criteria.” (e.g., sum sales for “Product A” in “Region North”).
VLOOKUP / HLOOKUP (or INDEX/MATCH)
What they do: These functions are used for “looking up” and retrieving data from a table.
VLOOKUP: (Vertical Lookup) Searches for a value in the first column of a table and returns a corresponding value from a specified column in the same row.
HLOOKUP: (Horizontal Lookup) Searches for a value in the first row of a table and returns a corresponding value from a specified row in the same column.
INDEX/MATCH: This combination is often preferred over VLOOKUP/HLOOKUP because it’s more flexible. MATCH finds the position (row or column number) of a lookup value, and INDEX then retrieves a value from a specified range based on that position. This allows for looking up values to the left of the lookup column, which VLOOKUP cannot do.
Simple Explanation: “Find this piece of information in this list, and then give me the related piece of information from a different column/row.”
Data Tables (What-If Analysis Tool)
What it does: While not a single formula, Data Tables are a powerful “What-If Analysis” tool in Excel. They allow you to see how changing one or two input variables affects the outcome of one or more formulas. This is crucial for sensitivity analysis in financial models, where you want to understand the impact of different assumptions (e.g., changes in growth rate or interest rates) on key outputs like net income or valuation.
Simple Explanation: “Show me how the final result changes when I try out a range of different values for these key assumptions.”
Named Ranges
What it does: Again, not a function, but a fundamental feature that greatly enhances financial models. Named Ranges allow you to assign a descriptive name to a cell, a range of cells, a constant value, or a formula. This makes formulas much more readable and easier to debug, as instead of seeing A1:A10 you might see Revenue_2025. It also makes updating ranges simpler.
Simple Explanation: “Give a meaningful name to a cell or a group of cells so that my formulas are easier to understand and maintain.”
Whether your a student, startup founder or investment banker build your skills and learn to design and maintain a range of financial models.
Build your capability to understand revenue drivers, sensitivity analysis, scenario modelling and backtest complex data.
Build upon Excel and Google Sheets and add time saving skills with AI agents, LLM and Pythnon techniques and apps for data crunching and automation of valuation models.