Advanced Excel 2021 - 365
Advanced Excel 2021 - 365
objectives
1. Introduction to Data Analysis in Excel
- Define data analysis and its importance.
- Overview of Excel as a tool for data analysis.
3. Data Cleaning
- Removing duplicates.
- Handling missing data.
- Formatting data for consistency.
5. Data Visualization
- Creating charts and graphs: Bar, Line, Pie charts.
- Customizing charts (titles, labels, colours).
6. Pivot Tables
- Creating pivot tables.
- Summarizing data with pivot tables.
- Filtering and sorting pivot table data.
Autofit Columns:
- Step-by-Step:
1. Select the columns you want to autofit.
2. Go to the "Home" tab.
3. Click on "Format" in the Cells group.
4. Choose "AutoFit Column Width."
- Example:
- If numbers or text exceed the cell width, select the column and
apply autofit to adjust the width accordingly.
Replace:
- Step-by-Step:
1. Press `Ctrl + H` to open the Replace dialog.
2. Enter the text to find and the replacement text.
3. Click "Replace All" or "Replace."
- Example:
- Replace all instances of "Manager" with "Supervisor" in a column.
3. LOWER & UPPER
LOWER Function:
- Formula:
`=LOWER(text)`
- Example:
- `=LOWER(A2)` converts "HELLO" in cell A2 to "hello."
UPPER Function:
- Formula:
`=UPPER(text)`
- Example:
- `=UPPER(A2)` converts "hello" in cell A2 to "HELLO."
4. TRIM & PROPER
TRIM Function:
- Formula:
`=TRIM(text)`
- Example:
- `=TRIM(A2)` removes extra spaces from " Hello World " to "Hello
World."
PROPER Function:
- Formula:
`=PROPER(text)`
- Example:
- `=PROPER(A2)` converts "hello world" to "Hello World."
5. Text to Columns
Step-by-Step:
1. Select the column with the text to split.
2. Go to "Data" tab.
3. Click "Text to Columns."
4. Choose "Delimited" or "Fixed Width" and follow the wizard.
- Example:
- Split a full name column into separate first and last name
columns using a space delimiter.
6. Removing Duplicates
Step-by-Step:
1. Select the data range.
2. Go to "Data" tab.
3. Click "Remove Duplicates."
4. Select columns to check for duplicates and confirm.
- Example:
- Remove duplicate entries in a customer email list.
7. Filling Empty Cells
Step-by-Step:
1. Select the range with empty cells.
2. Press `Ctrl + G` and choose "Special."
3. Select "Blanks" and click OK.
4. Type the value and press `Ctrl + Enter`.
- Example:
- Fill all empty cells in a column with "N/A."
8. IFERROR
Formula:
`=IFERROR(value, value_if_error)`
- Example:
- `=IFERROR(A2/B2, "Error")` returns "Error" if the division results in
an error.
9. Formatting
Step-by-Step:
1. Select the range to format.
2. Go to the "Home" tab.
3. Use options in the "Number," "Alignment," "Font," and "Styles"
groups.
- Example:
- Format numbers as currency or dates, change font style and size,
and apply cell borders.
10. Gridlines
Step-by-Step:
1. Go to the "View" tab.
2. Check or uncheck "Gridlines" in the Show group.
XLOOKUP
XMATCH
Dynamic Excel Arrays
CHOOSECOLS
Adding SORT
Adding TAKE
TEXTSPLIT
TEXTJOIN
REGEXTEST
REGEXEXTRACT
GROUPBY
Advanced Charts
Excel Dashboard