IBM Excel Basics for Data Analysis
IBM Excel Basics for Data Analysis
Company Internal
Sommario
Introduction to Spreadsheets for Data Analysis..............................................................................................................2
Introduction to Spreadsheets......................................................................................................................................2
Spreadsheet Basics......................................................................................................................................................3
Excel Keyboard Shortcuts............................................................................................................................................5
There are several spreadsheet applications available in the marketplace; some of them are more widely known and
used than others, and some are free, while others need to be paid for.
By far the most commonly used spreadsheet application, and the most fully featured of them all is Microsoft Excel.
The desktop version comes in a paid form as part of the Office suite and some Microsoft 365 subscriptions, but there
is also a web-based cut-down version called Excel for the web, also known as Excel Online. The online version is free
to users with a Microsoft account, but does not offer all the advanced features that the desktop version provides.
The next most popular is Google Sheets, which offers a lot, though not all of the features that Excel provides, and is
free with a Google account. This is a web-based application and it integrates nicely with other Google apps, such as
Google Forms, Google Analytics, and Google Data Studio.
Then there is LibreOffice Calc, a totally free and open source desktop spreadsheet application that offers more basic
functionality than Excel or Google Sheets, but still has a lot of the tools you need for data analysis, such as charts,
conditional formatting, and pivot tables.
Other spreadsheet apps include Zoho Sheet (a fully-featured web-based application that is comparable with Google
Sheets), OpenOffice Calc, Quip from Salesforce, Smartsheet (which is predominantly for project management), and
Apple Numbers, (which is included with Apple devices such as Mac computers and is also available on the App Store
for other Apple devices).
Spreadsheets provide several advantages over manual calculation methods. For example, once you have your
formulas correctly written, you can be assured that your calculations are accurate, and that the calculations will be
performed automatically for you. Spreadsheets also help keep your data organized and easily accessible. Your data
can be easily formatted, filtered, and sorted to suit your needs. If you do make mistakes in your data entry or your
calculations you can easily edit them, undo them, or use error-checking tools to help remedy those mistakes. And
lastly, you can analyze data in spreadsheets, and create charts, graphs, and reports to help visualize your data
analysis.
The most common business uses for spreadsheet applications include the following: Data Entry and Storage,
Comparing Large Datasets, Modelling and Planning, Charting, Identifying Trends, Flowcharts for Business Processes,
Tracking Business Sales, Financial Forecasting, Statistical Analysis, Profit and Loss Accounting, Budgeting, Forensic
Auditing, Payroll and Tax Reporting, Invoicing, and Scheduling.
Spreadsheet Basics
Let’s first cover some basic spreadsheet terminology.
When you open Excel, you have the option of creating a new blank workbook or opening an existing workbook.
We’re going to choose New, and then Blank workbook. Workbooks are the highest-level component in Excel and are
represented as a .XLSX file. So, when you open an existing workbook or create a new workbook you are in fact
working with a .XLSX file. The workbook contains all your data, calculations, and functions, and contains several
other underlying elements that make up a workbook.
A workbook consists of one or more worksheets, each of which is represented by a tab in Excel. Each worksheet is
given a name which is displayed on the corresponding tab for the worksheet. By default, each tab is named Sheet1,
then Sheet2, and so on. To make these worksheet tabs more meaningful it is usual to rename them, so they make
more sense in relation to the worksheet’s purpose. For example, you might call a worksheet January Sales, or
perhaps the name of a region or store, or even an office or department. To do this, right-click the tab and choose
Rename. Instead of right-clicking to rename, you can also just double-click the name of a worksheet tab to rename it.
Essentially, worksheet tabs can be named anything you want to fit your particular needs to make it easier to
understand what that worksheet represents. Note that a worksheet that is highlighted, as the Tire Sales worksheet
tab is here, is referred to as the active worksheet. If you want to order your worksheets in a different way, that is
very simple to do. Either drag a worksheet tab to the left or right and drop it in the place you want, which is
represented by the little black arrow, or if you are not comfortable with dragging and dropping, then the longer way
of doing that is to right-click the worksheet tab, select Move or Copy, and then in the list titled Before sheet, select
where you want your worksheet tab to be placed, and click OK.
Every worksheet is made up of a lot of rectangular boxes called cells. These cells will contain your data, which may
be text, numbers, formulas, or calculation results. Cells are organized in columns, which run vertically down the
screen and use a letter system; this is column B for instance. And rows, which run horizontally across the screen and
use a numeric system; this is row 7 for example. Each cell is represented by a cell reference which is essentially just
its column letter and row number. For example, if we click somewhere near the center of this worksheet, we now
have the cell M20 selected. This is usually referred to as the ‘active cell’. This is not only indicated by the highlighted
edges of the cell but also if you look in the top left corner of the worksheet, you will see its cell reference is noted in
the little box. Here you can see it says M20. One important thing to note here is that cells are always referenced by
their column letter first then their row number; so, column M, and row 20. The last element of a workbook I want to
mention is a cell range. This identifies a collection of several cells selected together; that could mean a few cells in
the same row or the same column, or it could mean several rows and columns together. This can either be done
using the mouse by selecting the first cell then ‘dragging’ down or across to include other cells; or you can use
SHIFT+ arrow keys. This range of cells is often referred to as an array, and it’s most commonly used as a reference in
calculations and formulas. For example, if you wanted to add up all the values in a column between cells D9 and D19
you would specify this cell range within a formula. Note that cell ranges are notated using a full colon (:) between the
cell references; so, in this example it would be D9:D19, or to specify a few cells in the same row it might be D9:H9, or
to select several rows and columns it might be D9:H19. We will see this notation in use later in this course when we
start looking at calculations and formulas. These cell ranges could even be a reference point to cells contained on
another worksheet; this is usually referred to as a 3D reference.
Task Shortcut
Close a workbook Ctrl+W
Open a workbook Ctrl+O
Save a workbook Ctrl+S
Copy Ctrl+C
Cut Ctrl+X
Paste Ctrl+V
Undo Ctrl+Z
Remove cell contents Delete
Bold Ctrl+B
Open context menu Shift+F10
Expand or collapse the ribbon Ctrl+F1
Move up one cell in the worksheet Up arrow key
Move down one cell in the worksheet Down arrow key
Move one cell left in the worksheet Left arrow key
Move one cell right in the worksheet Right arrow key
Move to the edge of the current data region in the Ctrl+Arrow key (e.g.
worksheet (e.g. end of column) Ctrl+Down arrow)
Move to the last cell on a worksheet Ctrl+End
Move to the beginning of a worksheet Ctrl+Home
Extend the selection of cells to the last used cell on a Ctrl+Shift+End
worksheet (lower right corner)
Move to the cell in the upper-left corner of the window Home+Scroll Lock
(when Scroll Lock is On)
Move one screen down in a worksheet Page Down
Move one screen up in a worksheet Page Up
Move one screen to the right in a worksheet Alt+Page Down
Move one screen to the left in a worksheet Alt+Page Up
Move to the next sheet in a workbook Ctrl+Page Down
Move to the previous sheet in a workbook Ctrl+Page Up
Edit the active cell and put the cursor at the end of the cell's F2
contents
Enter the current time Ctrl+Shift+colon (:)
Enter the current date Ctrl+semi-colon (;)
The Text to Column wizard allows to take text in one or more cells and split it into multiple cells.
1. Select the cell or column that contains the text you want to split.
2. Select Data > Text to Columns.
3. In the Convert Text to Columns Wizard, select Delimited > Next.
4. Select the Delimiters for your data. For example, Comma and Space. You can see a preview of your data in
the Data preview window.
5. Select Next.
6. Select the Destination in your worksheet which is where you want the split data to appear.
7. Select Finish.