Excel 2016 Training Manual - Part4
Excel 2016 Training Manual - Part4
Outline Data
Outlining provides structure to your worksheet to quickly hide or display detail and summary
information.
The Show Detail and Hide Detail tools allow you to quickly show or hide the detail data. You can use the
tools multiple times to expand or collapse multiple levels of data.
Theodore Roosevelt
Create Tables
Table’s help you sort, filter, and summarize data. Table’s data is managed independently from data in
the other rows and columns on the worksheet. In this module, you’ll learn to create and manage tables,
apply styles and configure table style options, and work with filtering and sorting strategies.
4. In the Format As Table dialog box, check the My table contains headersbox if you want the first
selected row to be treated as table headers.
3. Select Insert Table Rows Above to add a row, or select either Insert Table Columns to the Left
or Insert Table Columns to the Right to add a column.
3. Select the style that you want to apply. You can select the arrow at the bottom of the Table
Styles group to see additional options categorized as Custom, Light, Medium and Dark.
Filter Records
When your data is formatted as a table, you can easily filter your data.A filter removes some data from
your table, allowing you to focus on one or more aspects of the data.
2. Clear the SELECTALL check box to clear all boxes. Check one or more boxes from the items that
are taken from your data. Select OK to apply the filter.
Excel only shows the rows that match the filter. The other rows are still present, but hidden.
Clear Filters
Excel displays a filter icon in the column header to indicate that you’ve applied a filter to that column.
2. Select Clear Filter From. This option will have additional text customized to the specific filter you
have applied.
The filter is immediately removed and the data returned to the unfiltered state (for that column).
1. Select the arrow next to the column header for the column including the value you want to
filter.
2. Select TEXT FILTERS.
3. Select the type of text filter you want to apply.
4. In the Custom AutoFilter dialog box, enter the letter(s) or text you want to use as the filter.
1. Select the arrow next to the column header for the column including the value you want to
filter.
2. Select NUMBER FILTERS.
3. Select the type of number filter you want to apply.
4. In the Custom AutoFilter dialog box, enter the letter(s) or text you want to use as the filter.
4. You can choose the first column by which to sort from the Sort By drop down list. The options
displayed match the column headers in your worksheet.
5. Select an option from the Sort On drop down list. Values is selected by default.
6. Select an Order from the drop down list.
4. You can choose the first column by which to sort from the Sort By drop down list. The options
displayed match the column headers in your worksheet.
5. Select an option from the Sort On drop down list. Values is selected by default.
6. Select an Order from the drop down list.
7. To add another column to your sort, select Add Level. Repeat steps 4, 5, and 6 for the next
sorting level.
8. You can Delete the Level, Copy a Level, and rearrange the order of the sorting levels by using
the up or down arrows.
9. Select OK when you have finished setting up your sort to see the results.
Here’s how to check for duplicate data. Use the following procedure.
4. Select the columns you want to check for duplicates. The Select All and UnselectAll tools can
help you manage a large list of columns. The My Data has Headers box indicates whether the
list includes header rows.
5. Select OK.
Excel notifies you of how many duplicates are removed.
Charles Baudelaire
Excel’s power lies in its ability to make calculations that help you analyze data. This module explains how
to build the formulas and use the functions that can help you make your calculations. You’ll learn about
formulas, basic functions, conditional functions and using functions to format and modify text.
Building Formulas
Text concatenation allows you to combine text from different cells into a single piece of text. The
operator is the & sign.
• : Colon – A Range operator that produces a reference to all of the cells between the
references on either side of the colon
• , Comma – A Union operator that combines multiple range references
• Space – An intersection operator that returns a reference to the cells common to the
ranges in the formula
Build a Formula
Formulas in Excel have a specific structure.
Here’s how to enter a formula to calculate the Total Value in the sample worksheet.
1. Select the Total Value column for the first product (cell D4).
2. Enter the = sign to begin the formula.
3. Select cell B4 to use it as the first value in the formula. Excel enters the reference as part of the
formula.
4. Enter the * sign.
5. Select cell C4 to use it as the second value in the formula. Excel enters the references as part of
the formula.
6. Press ENTER to complete the formula. Excel moves to the next row and performs the
calculations in the formula.
Edit a Formula
You can change the operators or cell references in a formula in the Formula bar.
Here’s how to edit a formula. The example uses an incorrect cell reference in a formula.
1. Select the cell with the formula you want to correct to make it active.
2. Select the Formula Bar. Excel highlights the cell references in the current formula.
4. Press ENTER to complete the formula. Excel calculates the formula and moves to the next row.
Copy a Formula
In Excel, you often repeat the same formula, changing only the cells you are referencing.