Excel Week 2 Detailed Notes
Excel Week 2 Detailed Notes
Overview
This week covers intermediate Excel functions and data analysis tools, with a focus on
lookup functions, conditional formatting, pivot tables, and working with data across
multiple worksheets. By the end of this week, you’ll be able to perform more advanced data
manipulations, analyze datasets effectively, and set up dynamic tables and charts.
1. Advanced Formulas
Lookup Functions:
- VLOOKUP: Looks for a value in the leftmost column and returns a value in the same row
from a specified column.
Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
- Example: =VLOOKUP(A2, B1:C10, 2, FALSE)
- HLOOKUP: Similar to VLOOKUP but searches in the first row instead of the left column.
- INDEX and MATCH: Used together to perform complex lookups.
Example: =INDEX(B1:B10, MATCH(A2, A1:A10, 0))
Nested IF Statements:
- Allows multiple conditions to be evaluated in a single formula.
- Syntax: =IF(condition1, result1, IF(condition2, result2, ...))
- Example: =IF(A2>90, 'A', IF(A2>80, 'B', 'C'))
Statistical Functions:
- COUNTIF, SUMIF, AVERAGEIF: Count, sum, or average values based on a specified
condition.
- Syntax for COUNTIF: =COUNTIF(range, criteria)
2. Conditional Formatting
Using Conditional Formatting:
- Go to Home > Conditional Formatting to create formatting rules based on cell values.
- Examples of rules:
- Highlight cells with values greater than a specific amount.
- Use color scales to show high and low values visually.
- Data bars and icon sets to represent data density.
- Custom rules: Use formulas to apply more complex conditions.
3. Data Consolidation
Consolidating Data from Multiple Sheets:
- Use the Consolidate feature (Data > Consolidate) to combine data from different sheets.
- Choose from functions like SUM, AVERAGE, etc., to aggregate data.
- Link to data ranges in multiple sheets to create a consolidated view.
Consolidating Data:
- Summarize data across multiple worksheets by linking and consolidating cell ranges.
- Use 3D references to sum data across multiple sheets, e.g., =SUM(Sheet1:Sheet3!A1).
End-of-Week Checklist
- Utilized lookup functions (VLOOKUP, HLOOKUP, INDEX, MATCH).
- Created and applied nested IF statements.
- Used conditional formatting with custom rules.
- Consolidated data from multiple worksheets.
- Created and customized pivot tables and pivot charts.
- Linked data across worksheets effectively.
- Handled errors in formulas using IFERROR.
Project Suggestions for Week 2
1. Sales Report:
- Objective: Create a multi-sheet sales report consolidating data from regions.
- Steps:
- Use lookup functions (e.g., VLOOKUP) to pull data.
- Summarize data with pivot tables and filter by region.
- Visualize trends using a pivot chart and apply conditional formatting.
- Add error handling with IFERROR in lookup functions.
https://www.youtube.com/watch?v=9NUjHBNWe9M