Book Image

Hands-On Financial Modeling with Excel for Microsoft 365 - Second Edition

By : Shmuel Oluwa
Book Image

Hands-On Financial Modeling with Excel for Microsoft 365 - Second Edition

By: Shmuel Oluwa

Overview of this book

Financial modeling is a core skill required by anyone who wants to build a career in finance. Hands-On Financial Modeling with Excel for Microsoft 365 explores financial modeling terminologies with the help of Excel. Starting with the key concepts of Excel, such as formulas and functions, this updated second edition will help you to learn all about referencing frameworks and other advanced components for building financial models. As you proceed, you'll explore the advantages of Power Query, learn how to prepare a 3-statement model, inspect your financial projects, build assumptions, and analyze historical data to develop data-driven models and functional growth drivers. Next, you'll learn how to deal with iterations and provide graphical representations of ratios, before covering best practices for effective model testing. Later, you'll discover how to build a model to extract a statement of comprehensive income and financial position, and understand capital budgeting with the help of end-to-end case studies. By the end of this financial modeling Excel book, you'll have examined data from various use cases and have developed the skills you need to build financial models to extract the information required to make informed business decisions.
Table of Contents (19 chapters)
1
Part 1 – Financial Modeling Overview
4
Part 2 – The Use of Excel Features and Functions for Financial Modeling
8
Part 3 – Building an Integrated 3-Statement Financial Model with Valuation by DCF
15
Part 4 – Case Study

An introduction to the framework

A worksheet in Microsoft Excel is divided into over 1 million rows and over 16,000 columns. The rows are labeled 1, 2, 3, and so on to 1,048,576, and the columns are labeled A, B, C, and so on to XFD. The rows and columns intersect to form over 16 billion cells in one worksheet. However, since a cell is identified by the column and row that intersect to form it, each cell has a unique identification that is conventionally written as the intersecting column and row. Thus, at the intersection of column UV and row 59, we have the cell UV59. There is no other cell UV59 on that worksheet in that workbook on that computer. This feature forms the basis for the referencing framework in Excel. It means that you can use the contents of any cell simply by including its cell reference in a formula.

The following screenshot gives the simplest example of this. By typing =D4 in cell F5, the contents of cell D4, Happy day, have been duplicated in cell F5:

...