Lesson 4 Formatting
Lesson 4 Formatting
Find the position and value of required fields using lookup and
reference functions
Your company has the monthly sales data of the last ten years and wants a report on which
salespeople are doing well and highlight that data. As the data analytics professional of the
company, your goal is to consolidate the data required into a single Excel database. This data
is scattered in different sheets for different years and regions.
You are also required to analyze the data statistically and report on different criteria.
In this lesson, you will learn a few concepts to achieve the joining data in different files and to
format the sales based on some conditions.
Formatting
Formatting and Functions
Formatting helps format the data using different techniques, making the
data easy to read and analyze.
The formatting technique applies to the worksheet to help the users present
the data efficiently.
Conditional Formatting
Conditional formatting helps add patterns and trends to the raw information
using different colors, icons, and formulas.
Functions in Excel
Excel provides many logical, statistical, and mathematical functions such as:
Hlookup If Rank
Excel offers a wide range of important formulas that help perform many common tasks.
Problem statement:
Steps to follow:
Problem statement:
Steps to follow:
It would be difficult to discern patterns and trends by only examining the raw information.
Conditional Formatting
Problem statement:
Steps to follow:
These are horizontal bars These change the color of These add a specific icon
added to each cell. each cell based on its to each cell based on its
value. value.
Assisted Practice: Perform Conditional Formatting
Use Icon Set Rules
Problem statement:
Steps to follow:
Problem statement:
Demonstrate how to apply conditional formatting rules with the help of formulas.
Assisted Practice Guidelines
Steps to follow:
Logical functions evaluate a cell or cells for criteria and return a Boolean value as True or False.
If
1 And
2
False 6 Logical
Functions
3 Or
5
True 4
Not
Assisted Practice: How to use Logical Functions
Problem statement:
Steps to follow:
• To look in a single row or column and find a value from the same position in a second row or
column
• Lookup & Reference functions help you to work with arrays of data and are particularly useful
when you need to cross-reference between different data sets
• They perform tasks such as providing information about a range, returning the location of a
given address or value, or looking up specific values
Lookup and Reference Functions: Examples
HLOOKUP INDEX
Problem statement:
Steps to follow:
Problem statement:
Steps to follow:
Problem statement:
Steps to follow:
Problem statement:
Steps to follow:
SUMIFS
MODE COUNTIFS
Statistical
RANK PERCENTILE
Functions
MEDIAN QUARTILE
STANDARD DEVIATION
Statistical Functions
Problem statement:
Steps to follow:
Problem statement:
Steps to follow:
Problem statement:
Steps to follow:
MEDIAN
It returns the mid-value from the range.
Function
It compares a number to the rest of the numbers in a list in any order and returns
RANK Function
the number's rank concerning other values in the list.
Assisted Practice: How to use STDEV, MEDIAN and RANK
Function
Problem statement:
Steps to follow:
Logical functions evaluate a cell or cells for certain criteria and return
a Boolean value as True or False.
Excel has built-in statistical functions that help to manage data and
perform descriptive statistical analysis.
Knowledge Check
Knowledge
Check When an Excel function has more than one argument, ____________ separate the
1 arguments in the formula bar.
A. Periods
B. Commas
C. Colons
D. Semicolons
Knowledge
Check When an Excel function has more than one argument, _________ separate the arguments
1 in the formula bar.
A. Periods
B. Commas
C. Colons
D. Semicolons
When an Excel function has more than one argument, commas(,) separate the arguments in the formula bar.
Knowledge
Check In an Excel worksheet, what would result from =AVERAGE(A1:A3) if A1=20, A2=20 and
2 A3=50?
A. 40
B. 30
C. 20
D. 60
Knowledge
Check In an Excel worksheet, what would result from =AVERAGE(A1:A3) if A1=20, A2=20 and
2 A3=50?
A. 40
B. 30
C. 20
D. 60
A. Custom
B. Date
C. Special
D. Text
Knowledge
Check Which category in the Format Cells dialog box enables you to convert a large number
3 format into short readable format?
A. Custom
B. Date
C. Special
D. Text
The Format Cells dialog box contains category named “Custom” that enables you to convert a large number format
into short readable format.
Knowledge
Check
If we have duplicate value in lookup__range, then VLOOKUP will return___________ .
4
B. Many occurrences
B. Many occurrences
If we have duplicate value in lookup_range, then VLOOKUP function will return the first occurrence.
Knowledge
Check
Which of the following is NOT an argument of the IF function in an Excel worksheet?
5
A. Logical_test
B. Value_if_false
C. Array_range
D. Value_if_true
Knowledge
Check
Which of the following is NOT an argument of the IF function in an Excel worksheet?
5
A. Logical_test
B. Value_if_false
C. Array_range
D. Value_if_true
A. =VLOOKUP()
B. =OR()
C. =AND()
D. =IF()
Knowledge
Check Which function is used to make sure that all conditions are true before showing a
6 TRUE answer?
A. =VLOOKUP()
B. =OR()
C. =AND()
D. =IF()
The correct syntax is =VLOOKUP(lookupvalue, table_array, col_index_num, range_lookup) for the VLOOKUP function.