How to Create a Profit And Loss Statement in Excel

Profit and loss statement, also known as the income statement, is one of the core financial statements that a company has to make every year. An income statement includes all of the revenues and expenses of a year so that we can calculate the company’s profit/loss for that year. Most of the financial statements are made using Excel, and it is easy to make this one in Excel as well. In this article, we will learn how to create a profit and loss statement in Excel.

Key Takeaways

➤ Put the revenue first, then subtract the cost of goods sold from the revenue using the following formula to calculate the gross profit:
=B3-B4
➤ Replace B3 with revenue and B4 with COGS.
➤ Subtract the operating expenses from the gross profit using the following formula:
=B5-SUM(B7:B10)
➤ Replace B5 with the gross profit, and B7:B10 with the operating expense range.
➤ Finally, calculate the net profit with the following formula:
=B12-SUM(B13:B16)
➤ Here, B12 is the operating profit you got from subtracting the operating expenses from the gross profit, and B13:B16 is the range of indirect expenses.

overview image

Most companies require a monthly distribution of profits and losses; however, they also need to be presented in a yearly statement. To ease things, we can also use a pivot table, which will massively cut down the time for creating the profit and loss statement. In this article, we will learn all of the methods we can use to create a profit and loss statement in Excel.

Download Practice Workbook
1

Creating a Monthly Profit and Loss Statement in Excel

We have a table with 17 entries to create the profit and loss statement with. There are dates, account names, and the amounts associated with those accounts. We will create a profit and loss statement with these entries that will include all months and provide a comprehensive look at the company’s income.

Creating a Monthly Profit and Loss Statement in Excel

➤ Create a table with 7 columns. The first one should be Description, and the next 6 are the names of the months.

Creating a Monthly Profit and Loss Statement in Excel

➤ First, let’s insert the Sales Revenue. Add the description first in the table, and then we will need to add the values.
➤ There are multiple sales revenues in the source table, and we can’t really waste our time looking for each one of them. Here is what we can do instead.
➤ Right-click on a Sales Revenue cell.
➤ Select Filter > Filter by Selected Cell’s Value.

Creating a Monthly Profit and Loss Statement in Excel

➤ Now, we can see that for month 4 (April), there is no sales revenue. If there were sales revenues for all months, we could have copied all of the amounts from this table. As there are not, we need to copy the first three months first, then the next two months.
➤ Select the amount cells for the first three months and press  Ctrl  +  C  to copy.

Creating a Monthly Profit and Loss Statement in Excel

➤ In the profit and loss statement, go to the B2 cell.
➤ From the Clipboard group of the Home tab, select Paste > Transpose.

Creating a Monthly Profit and Loss Statement in Excel

➤ Now those three values are pasted properly.

Creating a Monthly Profit and Loss Statement in Excel

➤ Do the same for the next two months as well.

Creating a Monthly Profit and Loss Statement in Excel

➤ There are no revenues anymore. Sum up the revenues in the next cell of the profit and loss statement with the description: Total Revenue. As there is only one entry, we can just copy and paste the values.

Creating a Monthly Profit and Loss Statement in Excel

➤ To import COGS, click on the filter icon of the Account Name, select COGS, and deselect Sales Revenue. Press OK to confirm.

Creating a Monthly Profit and Loss Statement in Excel

➤ Now, only the COGS values will show up, and you can copy and paste like the previous one.

Creating a Monthly Profit and Loss Statement in Excel

➤ In the next cell, calculate the gross profit using the following formula, and autofill from B5 to G5.

Creating a Monthly Profit and Loss Statement in Excel

➤ Now, we need to insert the operating expenses. In the source table, the Rent Expense, Salaries Expense, Utilities Expense, and Advertising Expense accounts are operating expenses.
➤ To calculate the Total Operating Expense, insert the following formula in the B11 cell, and autofill till G11.

=SUM(B7:B10)

Creating a Monthly Profit and Loss Statement in Excel

Explanation
The SUM function sums up the range given as the parameter. Here, the range B7:B10 includes all of the operating expenses.

➤ Calculate the operating profit in B12 with the following formula, and autofill to G12.

=B5-B11

Creating a Monthly Profit and Loss Statement in Excel

Explanation
We are subtracting the operating expense B11 from the gross profit B5.

➤ There are four indirect, non-operating expenses here. Those are Bank Fees, Depreciation Expense, Insurance Expense, and Interest Expense.
➤ Calculate the total indirect expense using the following formula, then autofill the rest of the months:

=SUM(B13:B16)

Creating a Monthly Profit and Loss Statement in Excel

Explanation
The SUM function is used once again to sum up the expenses from the range that includes the values.

➤ Finally, calculate the net profit using the formula below. Don’t forget to autofill the cells:

=B12-B17

Creating a Monthly Profit and Loss Statement in Excel

Explanation
The indirect expenses are subtracted from the operating profit to calculate the net profit.

2

Create a Semiannual Profit and Loss Statement in Excel

The monthly profit and loss statement we just created can be used to create a semiannual profit and loss statement. Here is how we can do that:

➤ Add another column to the monthly profit and loss statement called Semiannual.

Using the Monthly Profit and Loss Statement to Create a Semiannual Profit and Loss Statement in Excel

➤ Enter the following formula in cell H2 and autofill till H18.

=SUM(B2:G2)

Using the Monthly Profit and Loss Statement to Create a Semiannual Profit and Loss Statement in Excel

Explanation
All of the values from all of the months of the year are accumulated to calculate the net values for the whole year. The SUM function is once again used with the range of values to add them.

➤ We already have a yearly profit and loss statement sheet with the values of the second half of 2024. All we have to do is copy this column, from H2 to H18, to the old sheet with the column header H1 2025.

Using the Monthly Profit and Loss Statement to Create a Semiannual Profit and Loss Statement in Excel


3

Using Pivot Table to Create the Profit and Loss Statement in Excel

This method is the easiest among all of them, although it needs some preparation and tricks. Follow the steps below to create a pivot table that will show the profit and loss of the company.

➤ First, add a new column to the source table with the categories of the accounts. Categories can include revenue, direct expense, operating expense, and indirect expense.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Go to the Insert tab of the ribbon, and select PivotTable. In the new window, select OK to create a new pivot table.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Select all of the fields from the PivotTable Fields section at first.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Deselect Date and Days (Date).
➤ Move Months (Date) to Columns, and move Category over Account Name.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Go to the Design tab, and head to the Layout group.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ In the Subtotals button, select Show all Subtotals at Bottom of Group.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ For Grand Totals, select On for Rows Only.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ The row labels are not organized the way we want. Let’s organize it now.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Right-click on Revenue, and select Move > Move “Revenue” to Beginning.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Right-click on Operating Expense, and select Move > Move “Operating Expense” Up.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

➤ Now, calculate the gross profit, operating profit, and net profit using the following formulas in the B20, B21, and B22 cells.

=B7-B10

=B20-B16

=B21-B19

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel

Explanation
The gross profit is calculated by subtracting the direct expense total from the revenue total. The operating profit is calculated by subtracting the operating expense from the gross profit, and the net profit is calculated by subtracting the indirect expense.

➤ Select B20:B22 and autofill till H20:H22.

Making Use of the Pivot Table to Create the Profit and Loss Statement in Excel


Frequently Asked Questions

What is the basic formula for a profit and loss statement?

The basic formula for a profit and loss statement is: Net revenue – COGS – Operating Expenses – Indirect Expenses = Net Profit. However, in some cases, net revenue will be divided into direct and indirect revenue, and indirect expenses can include taxes not mentioned in the trial balance.

What is the general formula for profit and loss?

The general formula for profit is: Selling Price – Cost Price. The loss formula is the opposite: Cost Price – Selling Price.

What are the 4 types of financial statements?

The four types of financial statements are balance sheet, income statement (also known as the profit and loss statement), cash flow statement, and owner’s equity statement. However, the last one is more of a helper sheet and not a needed statement. Hence, the first three are the main financial statements.

What are the red flags on a P&L statement?

Unusual account names in the statement, weird fluctuations, inconsistent trends, etc., are the common red flags on a profit and loss statement.

What are the three types of profit on an income statement?

The three types of profit on an income statement (or a profit and loss statement) are the gross profit, operating profit, and the net profit.


Wrapping Up

In this article, we have learned three ways to create a profit and loss statement. We have gone through the monthly profit and loss statement, the yearly profit and loss statement, and the pivot table-based profit and loss statement. If you have a better method to do these, leave them in the comment section; it will be helpful for others. We will see you in the next article.

ExcelInsider Team
We will be happy to hear your thoughts

Leave a reply

Excel Insider
Logo