Mastering Excel® Functions and Formulas: Participant Workbook
Mastering Excel® Functions and Formulas: Participant Workbook
and Formulas
PARTICIPANT WORKBOOK
www.skillpath.com
All trademarks are the property of their respective owners.
SkillPath claims no ownership interest in the trademarks. © SkillPath®. All rights reserved.
Introduction
Learning to master Excel® provides essential skills that will aid your team’s productivity and provide tools for
effective communication of numbers. You can also use Excel® to track your compliance requirements.
When you understand how to collect and disseminate vast quantities of data with Excel®, your value to your
team grows in quantum leaps.
Properly configured and maintained, Excel® has the capacity to make you more productive and communicate
more effectively because the data that you manage is essential to long-term corporate success.
In short, Excel® is an application used to manage and analyze vast quantities of data — numerical, categorical
and ordinal.
SkillTip: Numerical data has meaning as a measurement and is quantitative. Categorical data identifies
characteristics (qualitative). Ordinal data can be either numerical or categorical but has a special pattern — like
dates or days of the week.
As you’ll see in today’s lesson, it’s not data input (numerical, categorical or ordinal) — it’s about the output your
workbook provides and the knowledge it’s able to transfer.
Course Overview
This multipart course is designed to provide compact explanations and relevant examples of the essential
elements of mastering Microsoft Excel® — a program that enables an array of mathematical and analytical
solutions from simple formulas to complex PivotTable reports that condense thousands of rows of data into
meaningful information.
In this course, you’ll go beyond basic “how-to” material and “step-by-step” instructions to best practices for
designing professional-grade workbooks complete with numbers, text, formulas and functions.
Prerequisites
To fully benefit from this course, it’s important for participants to:
• Implement essential shortcuts, conditional formatting, functions and tables to build sheets quickly.
• Design and configure form controls to automate your workbook.
• Utilize data analysis and data mining tools.
• Develop effective charts and graphs.
Notes to readers
Throughout this workbook, you’ll see study aids that will help you master Microsoft Excel®.
SkillTip: This workbook was written using Microsoft Excel® for Office 365 MSO Version 1904 Build 11601.20144
Click-to-Run Monthly Channel.
Formulas begin with an “=” symbol and are comprised of numbers, text or functions.
Examples of formulas:
Strategy: Typing is trouble. When you want to refer to a cell in a formula, select the cell with the mouse rather
than try to type its address.
SkillTip: If you have an existing spreadsheet and wish to display the formulas, use the Show Formulas button in
the Ribbon or press CTRL + `.
Often, you can write a single formula and then copy it to neighboring cells to save the time it would have taken
you to rewrite the formula.
Copying formulas is not always as simple as it seems because sometimes reusing a formula may require relative
cell references other times it might require absolute cell references.
Cell references
There are four types of cell references:
Relative A1
Absolute $A$1
Absolute references
Sometimes you don’t want a cell reference to change when you copy a formula. You need the cell addresses to
use absolute references.
Cell references with dollar symbols before the column letter and row number are absolute and will not update
when a formula is copied.
They are a new calculation engine that support simpler formulas that “spill” to remaining cells.
For example, if you wanted to create a sum from two columns, you could write a single formula in a cell that
would “spill” to the remaining rows.
In the example, we’ll build a crosstab report with subtotals at the end of each row and at the bottom of
each column.
When you crate a checksum calculation to compare your indirect calculation with a direct one, you can build a
logical formula with the “=” key that return TRUE if the numbers match and FALSE if they don’t.
Function are built-in formulas that carry out set calculations and require you to provide arguments. Arguments
are any input you give to a function (as in a range of cells.) Arguments are always surrounded by parenthesis and
individual arguments are separated by commas.
Functions can be inserted into a formula by typing their name. However, you’ll have to know the name of the
function or research the appropriate one.
Why you should build formulas with cell references, rather than fixed values: CONVERT
It’s always easier, as depicted above, to update a worksheet when formulas refer to cells (with relative and
absolute cell references) rather than values. In the above example, you can switch column calculations by
swapping labels, not swapping columns.
Text functions
They often make it easy to create crosstab reports when using mixed cell references.
The formulas perform calculations conditionally — based on whether a condition is TRUE or FALSE.
Like CONVERT, they can be written with cell references to the top row and the left-most column to calculate the
values that meet those two criteria.
Rather than write elaborate formulas, you can build a single multipurpose formula that can be copied to a cross-
section of cells.
For example, if you need to count the number of employees broken down by department and region, you could
write a formula like: =COUNTIFS($C:$C,$K4,$B:$B,L$3).
If you wanted to total the amount of salary paid to employees broken down by department and region, you
could write a formula like: =SUMIFS($G:$G,$C:$C,$K11,$B:$B,L$10).
SkillTip: When using sheets with only raw data, you can select the entire columns as criteria ranges, rather than
selecting only certain rows.
In addition to these functions, Excel® provides a powerful tool that consolidates large data sets.
Here is an example of using VLOOKUP and then delivering the same results with INDEX and MATCH.
SkillTip: The consolidation feature matches column and row headers from the supporting sheets to generate
the results. Your ranges need to have consistent headings for this to work.
Once you’ve successfully combined the data, Excel® displays the results in an outline format.