Week 2 Class 2
Week 2 Class 2
With
ADVANCED
EXCEL FUNCTIONS
COURSE OUTLINE
UNDERSTANDING VLOOKUP UNDERSTANDING MATCH FUNCTIONS
FUNCTIONS IN EXCEL IN EXCEL
TEXT FORMATTING
UNDERSTANDING INDEX FUNCTIONS
IN EXCEL
In any real-world scenario, data is rarely stored in a single, simple table. Instead, it's often scattered across different sheets or
organized in complex structures. Lookup functions are indispensable when you need to find specific data points without
scrolling through endless rows and columns.
IFERROR Returns a value specify by user if a formula results in error; else, it returns the result
of the formula
An argument that
is checked for The value to
error return if the
formula evaluates
to an error.
HLOOKUP (Vertical Lookup) ON DIFFERENT WORKSHEET
When used together, INDEX and MATCH allow you to perform a flexible lookup that can search both rows and columns. The general
formula looks like this:
SYNTAX = =COUNTIF(range,criteria)
COUNTIF
FUNCTION This is the range of cells
This is the condition that
that you want to apply the
defines which cells in the
criteria to. COUNTIF will
range will be counted. It
count the cells in this range
could be a specific value,
that meet the given
expression, or text string.
condition.
COUNTIFS : CountIFS is a function in Excel that allows you to count the number of cells in a range that meet multiple
criteria. It is useful for analyzing data based on specific conditions. Here's a simple explanation for beginners:Let's say you have a
list of sales transactions with columns for "Product," "Region," and "Amount." You want to count the number of transactions
where the product is "A" and the region is "North."
SYNTAX = COUNTIFS(range1, criteria1, [range2, criteria2], ...)
Imagine examining hundreds of rows of raw data in Excel in an attempt to find a pattern or trend. It going to be very
stressful.
Thankfully one of the tools we can use to make this task simpler is Conditional Formatting.
The Conditional Formatting features are massively improved and it include many default Conditional Formats,
including color scales, icon sets and data bars to name a few. Etc.
• If you want to be informed in real time • Select the range of cells you want formatted.
• Answer questions visually • From the Home tab go to the Styles group and select
DATA BARS, COLOR SCALES, AND ICON SETS CREATING ADVANCED RULES
Excel offers predefined formats like Data Bars (for gradient A. Formulas:
bars within cells), Color Scales (for color gradients), and You can create complex rules using Excel formulas.
Icon Sets (for icons representing data ranges). STEP 1: Select the range.
STEP 1: Select the data. STEP 2: Go to "Conditional Formatting."
STEP 2: Navigate to "Conditional Formatting" under the STEP 3: Choose "New Rule..." and select "Use a
"Home" tab. formula to determine which cells to format."
STEP 3: Choose the format you want (Data Bars, Color STEP 4: Enter your formula (e.g., =A1>B1).
Scales, or Icon Sets). STEP 5: Set the formatting style.
STEP 6: Click "OK" to apply.
HOW TO FREEZE YOUR WORKSHEET
The Freeze Panes feature in Excel is described as invaluable because it is highly valuable and essential when working with large datasets. It ensures that
specific rows or columns remain visible while scrolling, providing essential context and understanding of the data. In other words, it is a feature that is so
crucial and useful that its value cannot be measured.
freeze (for example, if you want to freeze the first three of the last column you want to freeze.
rows, select the fourth row). •Step 2: Navigate to the "View" tab.
• Step 2: Navigate to the "View" tab in the Excel ribbon. •Step 3: In the "Window" group, click on "Freeze Panes."
• Step 3: In the "Window" group, click on "Freeze Panes." •Step 4: Choose "Freeze Panes" from the dropdown menu.