Excel Skills - Exercises - Income Statement: Step Task
Excel Skills - Exercises - Income Statement: Step Task
com
Instructions
Versions: Excel 2010 & Excel 2007
Our practical Excel exercises are much more than just exercises! We design our exercises in such a way that they provide the user with a mapping of the Excel
features that can be used in order to complete the appropriate task in the most efficient manner possible. We also reference each step in each exercise to the
appropriate tutorial that needs to be studied in order to be able to complete the step.
The solutions to our comprehensive exercises are only available to customers who have purchased either a full or training membership. If you have not purchased a
membership, we unfortunately cannot provide you with any of the solutions or assist you with any of the steps that are included in the appropriate exercise.
Start the exercise by saving the workbook on your system, then complete step number 1 and each subsequent step in the order as listed on this sheet before
comparing your workbook to the solution that we have provided.
4 Open the TB sheet and select all the cells excluding the column headings that form part of the monthly trial Using Named Ranges : Define Named Ranges
balance (the cell range from cells A5 to N41). Define a named cell range for this cell selection and enter the
following name for the named cell range: TBAll
5 Open the Summary sheet, select cell E5 and enter a SUMIF function to calculate the year-to-date Revenue total Statistical Functions : SUMIF Function
for the selected month:
5.1 Include the TBAll name in the range function argument. Statistical Functions : SUMIF Function
5.2 We've already entered the criteria that we need to use in the formula in column A. Select cell A5 in the criteria Statistical Functions : SUMIF Function
function argument (the second function argument) and add an absolute column reference to the cell reference
($A5).
5.2.1 Note that all the criteria that we've entered in column A contain the "*" wildcard character. This means that our Using Functions : * Wildcard Character
calculation will sum the account balances of all the accounts that start with the characters before the wildcard
character when calculating the result of the SUMIF function. For example, all the accounts that start with "IS-1"
will be added together as a result of including the wildcard character at the end of our criteria in column A.
Page 1 of 7
Step Task Tutorial
5.3 The cell range that needs to be included in the sum range function argument (the third function argument) Lookup Functions : Offset Cell References
needs to be determined based on the month that is selected in cell E2. We'll therefore use the OFFSET function
to specify the cell range that is included in the sum range function argument and we'll base the column selection
on the TB sheet on the result of the MATCH function that has been entered in cell F2:
5.3.1 Include cell B2 on the TB sheet as the first function argument in the OFFSET function and change the cell Formulas & Links : Relative & Absolute References
reference to an absolute cell reference ($B$2). This cell will therefore always be the starting point for
determining the cell range that is specified with the OFFSET function.
5.3.2 Enter a value of 1 in the rows function argument (the second function argument). This means that the cell Lookup Functions : Offset Cell References
selection will be moved one row down from the column heading row to include the first row of account balances
in our cell selection.
5.3.3 Select the value in cell F2 on the Summary sheet in the columns function argument (third function argument) Formulas & Links : Relative & Absolute References
and change the syntax of the cell reference to an absolute cell reference ($F$2). This means that the value that
is calculated with the MATCH function will determine how many columns our cell selection is moved to the right
of the initial cell reference that has been specified in the first function argument.
5.3.4 Our trial balance includes 37 accounts and you'll therefore need to enter a value of 37 in the height function Lookup Functions : Offset Cell References
argument (the fourth function argument). This means that our cell selection will include 37 rows.
5.3.5 We only want to include a single column in our sum range and we'll therefore enter a value of 1 in the width Lookup Functions : Offset Cell References
function argument (the fifth function argument of the OFFSET function).
5.4 After entering the SUMIF function, you'll notice that the value that is calculated for the Revenue line on the
income statement is negative. This is to be expected because revenue accounts usually have credit balances
on a trial balance. We'll change the formula later on in this exercise.
6 Copy cell E5 and paste only the formula into all the cells in column E for which a value has been specified in Copy & Paste Data : Paste Formulas
column A.
7 Enter a minus before the SUMIF formulas in cells E5 and E8. The Revenue and Other Income accounts have Edit Data : Edit Data
credit balances on the trial balance - by entering a minus before the SUMIF function, the negative values will be
converted to positive values.
8 Select cell E7 and enter a formula to deduct the Cost of Sales amount from the Revenue amount. Copy this Enter Data / Select Cells : Enter Formulas
formula to cell C7.
9 Select cell E13 and enter a formula to add the Other Income amount to the Gross Profit amount and to deduct Enter Data / Select Cells : Enter Formulas
the sum of the Operational Expenses, Depreciation, Other Expenses and Finance Costs lines from this
calculation. Copy this formula to cell C13.
10 Select cell E15 and add a formula to deduct the Income Tax amount from the Profit / (Loss) before Taxation Enter Data / Select Cells : Enter Formulas
amount. Copy this formula to cell C15.
Page 2 of 7
Step Task Tutorial
11 Now that we've completed the year-to-date income statement, we'll start with the monthly income statement.
The first point to realize is that the account balances in a trial balance typically reflect the cumulative
movements for the entire year as at the end of each period. The monthly income statement should be calculated
based on the monthly movements in the income statement account balances. We'll therefore need to adjust our
calculations accordingly.
12 Copy the SUMIF formula in cell E6 to cell C6. Copy & Paste Data : Paste Formulas
13 Both the year-to-date and monthly income statements need to be based on the month that is selected in cell E2.
We'll therefore use the SUMIF formula that has been included in the year-to-date column as a starting point and
simply adjust it in order to calculate the monthly income statement amounts. In order to do this, we'll have to
deduct the cumulative account balances as at the end of the previous calendar month from the cumulative
account balances that have been calculated in the year-to-date column.
14 Copy the entire SUMIF formula from the formula bar (except for the equals sign), enter a minus sign at the end Edit Data : Edit Data
of the formula and paste the copied formula into the formula bar (you should now have two identical SUMIF
formulas which are separated by a minus sign and the result of the calculation should be a nil value).
15 We now need to change the second SUMIF function so that the calculation is performed based on the month Edit Data : Edit Data
before the month that has been selected in cell E2. The month number that is calculated in cell F2 is used to
determine which column on the trial balance needs to be included in the SUMIF calculation. We therefore simply
need to adjust this value by deducting a value of 1 from it in the third function argument of the OFFSET function
(Tip: The third function argument in the OFFSET function should therefore include: Summary!$F$2-1).
16 Note: If the March 2011 period is selected from the list box in cell E2, the MATCH function result in cell F2 will
be 1 and if we then deduct 1 from this value in the second SUMIF function, it means that the second SUMIF
calculation would effectively be applied to the Description column on the TB sheet (which contains only text).
This will however not result in an error but simply a nil value for the second SUMIF formula because the SUMIF
function ignores text values.
17 Copy cell C6 and paste only the formula into all the cells in column C for which a value has been specified in Copy & Paste Data : Paste Formulas
column A.
18 Edit the formulas in cells C5 and C8 by adding round brackets around both SUMIF functions and adding a Edit Data : Edit Data
minus sign before the round brackets. The minus sign converts the credit balances to positive values as we've
explained earlier in this exercise.
19 Save the workbook and compare your workbook to the solution that we've provided.
Page 3 of 7
Example Limited Select Month:
Income Statement