You are on page 1of 3

How to Create Great

Reports in Excel
Anne Walsh

Abstract: This article, on using Excel 2016, shows you


how to prepare your data in Excel to use in a report.
It deals with the oft-ignored topic of preliminary data
cleansing in Excel and offers a step-by-step solution on
how to solve the most common problems. It then covers
the creation of the ubiquitous pivot table in Excel, which
allows you to miniaturize your data. You will be given
step-by-step instructions on how to use the various cal-
culation options in the pivot table feature to show your
data in different ways, including the use of conditional
formatting to quickly identify outliers. In the final part
of the report, you will be given step-by-step instructions
on how to maintain your report as new data are added.

Key words: Creating reports in Excel, create a report in


Excel, create report from Excel data, data preparation,
formatting reports in Excel, pivot tables, spreadsheet
report, using Excel to generate reports, using Excel to
create reports

Introduction
This article covers the creation and maintenance of the
Anne Walsh has been a freelance most commonly used reporting tool in Excel: the ubiqui-
trainer based in Ireland since the
tous pivot table. This article will be using Excel 2016 but
mid-1990s. She is a former MCT
(Microsoft-Certified Trainer) and is many of the features are also relevant for earlier versions
an MOS master instructor. She is the of Excel. There are many definitions of what a pivot table
author of Your Excel Survival KitA is but in its simplest format, it miniaturizes your data. It
Guide to Surviving and Thriving in an allows you to take thousands of lines of transactions and
Excel World published by MrExcel.com
in 2016.
summarize them into a single table. You can use features
like Slicers, Charts, and Timelines to quickly zoom in on
one particular customer/region/subdataset.
It is then very common to take that pivot table with
its accompanying chart and use PowerPoint to give a
presentation on it.
This article has three parts.
Part One is about data cleansing and preparation. We
will begin with an often overlooked aspect of this: data
cleansing and preparation. However, as chefs will al-
ways tell you, you cant create a great meal without good

Business Expert Press 978-1-63157-734-5 (2018) Expert Insights


1
www.businessexpertpress.com
How to Create Great Reports in Excel

ingredients. This shows you how to ensure set, one of the first things you should do
your data ingredients are top notch. is fill in any blank cells in your date col-
Part Two is about pivot table creation. umns. Why? Because if you want to group
In this part we will look at the creation your data by months/years and you have
of your pivot table and chart. We will also blank cells in any of those columns, Ex-
look at the different ways you can present cel will simply return the rather cryptic
your numbers using the inbuilt Pivot Table message Cannot group by that selection
features. and you will not be able to view your data
Part Three is about presenting and main- by month/quarters/years without using
taining your report. In this part we will also extra columns to extract the date/month.
look at how to use this chart in a Power- Ensure that all date cells have a valid en-
Point presentation and we will look at how try; e.g., 30th February will be rejected
to maintain this pivot table to ensure it re- by Excel. If you do not have a date, the
flects the most up-to-date data. We will also easiest thing is simply to enter either
look at some options to automate this work. the first day of the month or the last day
of the month. The steps for completing
Part One: Data Cleansing and blank cells will also be given later in the
Preparation report. You can read about it on page 4
3. No blank rows/column: The steps for
What Clean Data Looks Like this will be given later on page 5 Why? If
Nowadays most of the time, the data you your data includes blank rows/columns,
get will come as part of a data dump. This Excel will try to include those blank col-
just means that the data has been captured umns and this can be a real source of
somewhere else and will then be imported confusion.
into an Excel sheet. I reckon that some of 4. Remove sub-totals: Many accounts
the most used phrases in the IT world are: packages have calculated totals in their
Please wait, Ok and Cancel, and multiple Excel export. Remove thosethey will
variations of Can I have that data in Excel distort your numbers. An example: if you
please? If you are importing your data are using a pivot table to analyze sales,
from a system like Oracle, JD Edwards, or Excel just needs the individual transac-
SAP, the chances are your data will already tions, not the totals. The steps to remove
be clean. In which case I would suggest that this are given on page.
you go straight to Part Two (page 8) How- 5. Extra columns to extract data: Some-
ever, it will probably be useful to check that times we only want to see specific entries
your data meets the criteria listed below. in the data set. We can use an extra col-
Although the term Excel file is being used umn to specifically identify the entries
here, its probable that your source data will that meet that criteria. The steps to
be in what is called a CSV file (comma sep- remove this are given on page
arated values). The terms will be used in- 6. Quick navigation: Learn keyboard short-
terchangeably in this article. cuts for quick navigation: Ctrl and Home
always brings you back to cell A1 (partic-
1. One column, one heading: Each col- ularly useful if you have found yourself
umn should have a title heading and that accidentally down at row 1048576). Ctrl
should fit into one cell. Excel tends to and right arrow brings you to the right of
ignore headings that span multiple cells the data. Ctrl and left arrow brings you
and just grabs the bottom one. You can to the left side of the data.
read the steps to tidy this up on page. 7. Make the split: Sometimes all the data
2. No blank dates/cells: While you will we need to analyze is in one column,
inevitably have blank cells in any data but we need it in separate columns. In

2 Business Expert Press 978-1-63157-734-5 (2018) Expert Insights


www.businessexpertpress.com
How to Create Great Reports in Excel

that case use Text to Columns to split 2. Click in this new blank row underneath
out your data. your first heading.
8. Table it: After you have completed all 3. Type in =
your data cleansing exercises, then con- 4. Click on top title row (you will see a cell
vert your data to a table (it makes it look reference, e.g., A1), enter &
so much prettier and it makes updating 5. If you wish to have a space between the
your pivot table so much easier two entries, now enter (make sure
particularly with large data sets). there is a space between the two quota-
tion marks).
If your data meets all these criteria, please 6. Note that if your titles are in more than
go straight onto Part Two. If you realize that two cells, you will have to click on each
your data needs some engineering, we will one to ensure they are all in one cell.
cover that in the next couple of pages. 7. Click on second title row (you will see a
cell reference, e.g., B1), and press Enter.
One Column/One Heading 8. This creates the formula.
If the titles of your data span more than one 9. Copy it across for the other headings.
cell, you will need to assemble those head- 10. Highlight this new row, click Home |
ings into one cell. We will use Concatenate Copy
and Paste values to do that: 11. Staying in the same range, click Home |
Paste | Paste Values (this converts the
1. Create an extra row between your data formula to actual text).
and your headings (click on the row 12. Remove the original multiple cell headings
heading above your actual data, click on and replace it with this newly created
Ctrl and + or click on Home | Insert | one column/one cell entry by using
Insert Sheet Rows Copy | Paste

Figure 1:

Business Expert Press 978-1-63157-734-5 (2018) Expert Insights


3
www.businessexpertpress.com

You might also like