Spreadsheets Tutorial : Continuing simple models with balance sheets
Skills:
Data Literacy90%
Key Takeaways
This video tutorial covers creating balance sheet models in spreadsheets, including formatting cells, calculating section subtotals, and creating common size statements to analyze financial data.
Full Transcript
now that you have created income statement models we can continue with balance statement models Palace statements are the second part to modeling finances and we will use income and balance statements to build our final model in the next section these sheets contain three important parts assets liabilities and equity under assets you might see accounts receivable which is money owed to the company and other items like inventory and equipment under liabilities you might include money owed to others such as accounts payable debts and other income tax to pay later finally equity includes money paid into shareholders and retained earnings here is an example of balance statement you can format this statement in a similar way to an income statement in these models the assets should be equal to equity and liabilities added together so we have a way to check our finalized numbers after adding formulas to finalize our balance statement you will complete the same steps as the income statement first format the cells into financial format by highlighting the cells clicking format number and then financial next you will create section subtotals by typing equals sum open parenthesis selecting the cells in that section and close parentheses the total equity and liabilities section is the sum of the subtotals for equity and liability this sum should be equal to the sum we find in the total assets line to check the model to extend the two models you've learned you can use these completed sheets to create a common size statement common size statements are converted to percentages to help compare and see where money is allocated on income statements you would convert each value to a percent of sales while balance statements convert values into percent of assets or the combined total for equity and liabilities the formulas for the common size calculations are shown on the left and here on the right you can see how to enter these values in the assets section for cash and securities and column F you will type equals click on the cell for 2018 and column E and then divide by the total assets for 2018 in E 11 we want to copy this formula to all the other asset rows so we should use an absolute reference to the total assets in e 11 that means the cell reference will not change when we copy it over to do that use the dollar signs before the e and the 11 to ensure that cell does not change when you paste the formula you would repeat this process for the equity and liabilities section using the total of both to convert to a percentage your turn to practice creating balance statements including a common size version of assets
Original Description
Want to learn more? Take the full course at https://learn.datacamp.com/courses/financial-modeling-in-spreadsheets at your own pace. More than a video, you'll learn hands-on coding & quickly apply skills to your daily work.
---
Now that you have created income statement models, we can continue with balance statement models.
Balance statements are the second part of modeling finances, and we will use income and balance statements to build our final model in the next section. These sheets contain three important parts: assets, liabilities, and equity. Under assets, you might see accounts receivable, which is money owed to the company, and other items like inventory and equipment. Under liabilities, you might include money owed to others, such as accounts payable, debts, and other income tax to pay later. Finally, equity includes money paid into shareholders and retained earnings.
Here is an example balance statement. You can format this statement in a similar way to an income statement. In these models, the assets should be equal to equity and liabilities added together, so we have a way to check our finalized numbers after adding formulas.
To finalize our balance statement, you will complete the same steps as the income statement. First, format the cells into the financial format by highlighting the cells, clicking format, number, and then financial. Next, you will create section subtotals by typing equals sum open parentheses, selecting the cells in that section, and close parentheses. The total equity and liabilities section is a sum of the subtotals for equity and liability. This sum should be equal to the sum we find in the total assets line to check the model.
To extend the two models you've learned, you can use these completed sheets to create a common size statement. Common size statements are converted to percentages to help compare and see where the money is allocated. On income statements, you would convert each value to a percentage of sales, while ba
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from DataCamp · DataCamp · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
SQL Server Tutorial: Date manipulation
DataCamp
R Tutorial: Intermediate Interactive Data Visualization with plotly in R
DataCamp
R Tutorial: Adding aesthetics to represent a variable
DataCamp
R Tutorial: Moving Beyond Simple Interactivity
DataCamp
Python Tutorial: Why use ML for marketing? Strategies and use cases
DataCamp
Python Tutorial: Preparation for modeling
DataCamp
Python Tutorial: Machine Learning modeling steps
DataCamp
R Tutorial: The prior model
DataCamp
R Tutorial: Data & the likelihood
DataCamp
R Tutorial: The posterior model
DataCamp
R Tutorial: An Introduction to plotly
DataCamp
R Tutorial: Plotting a single variable
DataCamp
R Tutorial: Bivariate graphics
DataCamp
Python Tutorial: Customer Segmentation in Python
DataCamp
Python Tutorial: Time cohorts
DataCamp
Python Tutorial: Calculate cohort metrics
DataCamp
Python Tutorial: Cohort analysis visualization
DataCamp
R Tutorial: Building Dashboards with flexdashboard
DataCamp
R Tutorial: Anatomy of a flexdashboard
DataCamp
R Tutorial: Layout basics
DataCamp
R Tutorial: Advanced layouts
DataCamp
Python Tutorial: Time Series Analysis in Python
DataCamp
Python Tutorial: Correlation of Two Time Series
DataCamp
Python Tutorial: Simple Linear Regressions
DataCamp
Python Tutorial: Autocorrelation
DataCamp
R Tutorial: The gapminder dataset
DataCamp
R Tutorial: The filter verb
DataCamp
R Tutorial: The arrange verb
DataCamp
R Tutorial: The mutate verb
DataCamp
R Tutorial: What is cluster analysis?
DataCamp
R Tutorial: Distance between two observations
DataCamp
R Tutorial: The importance of scale
DataCamp
R Tutorial: Measuring distance for categorical data
DataCamp
Python Tutorial: Plotting multiple graphs
DataCamp
Python Tutorial: Customizing axes
DataCamp
Python Tutorial: Legends, annotations, & styles
DataCamp
Python Tutorial: Introduction to iterators
DataCamp
Python Tutorial: Playing with iterators
DataCamp
Python Tutorial: Using iterators to load large files into memory
DataCamp
SQL Tutorial: Introduction to Relational Databases in SQL
DataCamp
SQL Tutorial: Tables: At the core of every database
DataCamp
SQL Tutorial: Update your database as the structure changes
DataCamp
Python Tutorial: Classification-Tree Learning
DataCamp
Python Tutorial: Decision-Tree for Classification
DataCamp
Python Tutorial: Decision-Tree for Regression
DataCamp
Python Tutorial: Census Subject Tables
DataCamp
Python Tutorial: Census Geography
DataCamp
Python Tutorial: Using the Census API
DataCamp
R Tutorial: A/B Testing in R
DataCamp
R Tutorial: Baseline Conversion Rates
DataCamp
R Tutorial: Designing an Experiment - Power Analysis
DataCamp
R Tutorial: Introduction to qualitative data
DataCamp
R Tutorial: Understanding your qualitative variables
DataCamp
R Tutorial: Making Better Plots
DataCamp
SQL Tutorial: OLTP and OLAP
DataCamp
SQL Tutorial: Storing data
DataCamp
SQL Tutorial: Database design
DataCamp
Python Tutorial: Introduction to spaCy
DataCamp
Python Tutorial: Statistical Models
DataCamp
Python Tutorial: Rule-based Matching
DataCamp
More on: Data Literacy
View skill →
🎓
Tutor Explanation
DeepCamp AI