How to Track Your Spending with Spreadsheet (2)


Step by Step to Create Monthly Income & Expense Report

Here is the second part of Track Your Spending with Spreadsheet In Use. You can find the first part at How to Track Your Spending with Spreadsheet (1).

In this post, we will learn how to create the report check and track your income and expense in each month. The report will looks something like the capture below:

Google Sheet In Use: Monthly Income & Expense Report
Spreadsheet In Use: Monthly Income & Expense Report

The tracking recorded sample data Income & Expense Data look something like below image.

Income & Expense Data
Income & Expense Data
Here, we will have one additional column to the first sheet in How to Track Your Spending with Spreadsheet (1), which is MONTH column. With this column, we will use the data from column A, Date, to generate month information. This will be talked about as below. This column play a very important role to enable you to view your income and expense monthly.

So we will have all together 8 columns as the detail below:
  1. The Date (Column A)
  2. Description (Column B)
  3. Type (income or expense) (Column C)
  4. The Amount (Column D)
  5. Actual Amount to track the sign of the amount (Column E)
  6. The balance (Column F)
  7. Optional Memo (just incase you would like to note something for reference later) (Column G)
  8. Month (Column H)

Generate Month Column

To generate the month information we will use the formula in H2 column:

=text(A2,"yyyy-mm")
or
=year(A2)&"-"&text(month(A2),"00")

This formula will generate the month in format yyyy-mm, where yyyy is 4 digits of year and mm is 2 digits of the month. The reason why year comes first in this format is when we do the report, the month and year will be in the correct order. You will see this when there are data more than one year.

Quick Formula Generating

One little trick to do a quick formula insert in every cell in H column from 2nd row to the last row of the information, follow these following steps:

  1. Copy (CTRL+C) H2 cell.
  2. Go to column F then press and hold CTRL key and at the same time press the down arrow key. This will take you to the last row. 
  3. Then, go to column H at that last row and hold down the SHIFT and CTRL key  and press up arrow key at the same time. This will select H column from last row to the first row. While still holding down the Shift and CTRL key click on H2 to select only the second row to the last row. 
  4. Paste the value (CTRL+V) you have copied from H2, you will have the data in H column ready there from the 2nd row to the last one. 

Note: CTRL key is COMMAND key in Mac OS

Now you are having your data ready to create monthly expense report.

Creating Monthly Income & Expense Report

  1. Now go to A1 cell hold down  SHIFT and CTRL key and press right arrow key follows by down arrow key. With this step, you will select the whole information (data set).
  2. Go to menu Data and click at "Pivot Table" as the capture below.
    Spreadsheet in Use: Create Pivot Report 2
    Spreadsheet in Use: Create Pivot Report 
  3. Click at the report area to enable Report Editor at the right of the report.

    Spreadsheet in Use: Pivot Report Area
    Spreadsheet in Use: Pivot Report Area
  4. Select Description for RowsMonth for Columns and Actual Amount for Values with Summarize by as Sum. And you will have monthly Income & Expense Pivot report as below.
    Spreadsheet In Use: Monthly Income & Expense Pivot Report
    Spreadsheet In Use: Monthly Income & Expense Pivot Report
  5. To view the report differently, you can switch Rows and Column value and you will have the report as below.
    Spreadsheet In Use: Monthly Income & Expense Pivot Report 2
    Spreadsheet In Use: Monthly Income & Expense Pivot Report 2
Those are all necessary steps to create your month income & expense report with Spreadsheet in Use. To make the data more real, just adjust the number in each month for each item.

The data and example reports could be found at:


Please leave questions or feedback and please stay tune for my next tips and trick in Spreadsheet in Use. Thank you.

No comments

Powered by Blogger.