Session-8. Basic Excel Skills For DA (1)
Session-8. Basic Excel Skills For DA (1)
BUSINESS MANAGEMENT
Session 8
Some Excel Skills for Data
Analytics
M.Sc. Thien Nguyen
Email: thien.nguyen@isb.edu.vn
Phone: 0949088908
Agenda
1. Overview of Excel
2. Some Common Excel Functions
3. Five Basic Charts
4. Q&A
Part I
1. Overview of Excel
2. A Brief Introduction to EDA
Introduction
3
I. Introduction
1. Overview
4
An important part of the Microsoft BASE
(2^20 by 2^14)
(from 2018)
Source: Excel vs. Google Sheets usage — nature and numbers | by Hjalmar Gislason
7
I. Introduction
1. Overview
CSV file:
CSV file:
10
I. Introduction
1. Overview
(and Excel)
Source: What are the differences between an Excel file and a CSV file?
11
I. Introduction
1. Overview
12
I. Introduction
1. Overview
Link: https://www.excel-easy.com/
14
Part II
1. Filtering & Sorting
2. Describing & Summarizing
3. VLOOKUP/HLOOKUP
4. PivotTable
Some Common
Excel Skills
15
II. Some Common Excel Skills
- 02 sheets
- Main data: 1000 rows x 11 columns
- Products: 6 product lines
16
Important Note: data types
Quantitative:
● discrete (rời rạc)
● continuous (liên tục)
● interval (khoảng)
⇒ structured data
Qualitative:
● nominal (định danh)
● binary (định danh True/False)
● ordinal (thứ tự)
⇒ unstructured data
(text, category, datetime)
Source: https://www.intellspot.com/data-types/
17
II. Some Common Excel Skills
18
II. Some Common Excel Skills
1. Filtering & Sorting
1. Select columns
2. Home > Editing > Sort & Filter > Filter
(or Data > Sort & Filter > Filter)
19
II. Some Common Excel Skills
1. Filtering & Sorting
20
II. Some Common Excel Skills
1. Filtering & Sorting
21
II. Some Common Excel Skills
1. Filtering & Sorting
by_col = TRUE
by_col = FALSE
23
II. Some Common Excel Skills
2. Describe & Summarize
Example
=COUNTA(UNIQUE(C2:C1001))
24
II. Some Common Excel Skills
2. Describe & Summarize
=COUNTIF(range, criteria)
25
II. Some Common Excel Skills
2. Describe & Summarize
Reference: https://www.excel-easy.com/examples/sumif.html
26
II. Some Common Excel Skills
2. Describe & Summarize
Source: https://blog.hocexcel.online
27
II. Some Common Excel Skills
2. Describe & Summarize
Reference: https://www.excel-easy.com/examples/averageif.html
28
II. Some Common Excel Skills
2. Describe & Summarize
29
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
30
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
Source: https://www.extendoffice.com/documents/excel/6393-excel-vlookup-function.html
31
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
If 1 or TRUE
Search for the
closest value
Source: https://www.extendoffice.com/documents/excel/6393-excel-vlookup-function.html
32
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
Example
Source: https://www.techonthenet.com/excel/formulas/hlookup.php
33
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
34
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
How to look up for a value on the left column (rather on the right)?
35
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
36
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
[if_not_found] Where a valid match is not found, return the [if_not_found] text you supply.
Optional If a valid match is not found, and [if_not_found] is missing, #N/A is returned.
Specify the match type:
● 0 - Exact match. If none found, return #N/A. This is the default.
[match_mode] ● -1 - Exact match. If none found, return the next smaller item.
Optional ● 1 - Exact match. If none found, return the next larger item.
● 2 - A wildcard match where *, ?, and ~ have special meaning.
Specify the search mode to use:
● 1 - Search starting at the first item. This is the default.
● -1 - Reverse search starting at the last item.
[search_mode] ● 2 - Binary search that relies on lookup_array being sorted in ascending
Optional order. If not sorted, invalid results will be returned.
● -2 - Perform a binary search that relies on lookup_array being sorted in
descending order. If not sorted, invalid results will be returned.
37
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
38
II. Some Common Excel Skills
3. VLOOKUP/HLOOKUP
39
II. Some Common Excel Skills
4. PivotTable
Example:
41
II. Some Common Excel Skills
4. PivotTable
Create a PivotTable:
1
3
42
II. Some Common Excel Skills
4. PivotTable
Some operations:
43
II. Some Common Excel Skills
4. PivotTable
Some operations:
Average
44
II. Some Common Excel Skills
4. PivotTable
45
Part III 1. Line (and area) chart
2. Bar (and column) chart
3. Pie (and donut) chart
4. Scatter chart
Charts
46
III Five Basic Charts
Source: https://www.youtube.com/watch?v=GpP0EbSMRpg&ab_channel=LeilaGharani
48
III Five Basic Charts
Example
Source: https://boostlabs.com/blog/10-types-of-data-visualization-tools/
49
III Five Basic Charts
Source: https://www.ataccama.com/platform/data-stories
50
III Five Basic Charts
51
III Five Basic Charts
1. Line Chart & Area Chart
52
III Five Basic Charts
1. Line Chart & Area Chart
Source: https://www.exceltip.com/tips/the-area-chart-in-excel.html
53
III Five Basic Charts
2. Bar Chart & Column Chart
54
III Five Basic Charts
2. Bar Chart & Column Chart
55
III Five Basic Charts
2. Bar Chart & Column Chart
56
III Five Basic Charts
3. Pie Chart & Donut Chart
57
III Five Basic Charts
4. Scatter Chart
58
III Five Basic Charts
4. Scatter Chart
59
III Five Basic Charts
5. Histogram Chart
60
III Five Basic Charts in Excel
6. Using PivotCharts
61
III Five Basic Charts in Excel
6. Using PivotCharts
62
III Five Basic Charts in Excel
7. Practicing
63
Thank you!
64