OrgPad logo

Excel Learning Path

Created by Hales Psych

#Excel, #data, #learning, #mindmap

Excel Learning Path

HLOOKUP

LOOKUP

VLOOKUP

  1. Employee Data Retrieval: Find and retrieve an employee’s department based on their employee ID. Example: 
    • =VLOOKUP(EmployeeID, EmployeeTable, 3, FALSE).

NOTES:

Use VLOOKUP if you’re looking for a simple, straightforward lookup function and your data is in a simple vertical format. Best For: Simple and quick lookups in a well-structured, vertical dataset .

Strengths:

Weaknesses:

* IFERROR

IFERROR Function

XLOOKUP (Excel 2019+)

NOTES: 

Strengths:

Weaknesses:

TRUE & FALSE

TRUE and FALSE Functions

FILTER (Excel 365 & Excel 2019)

CHOOSE

CHOOSE Function

INDEX

NOTES:

Use INDEX (with MATCH) if you need flexibility and performance in large datasets or if your data isn't structured for VLOOKUP/XLOOKUP. Best For: Advanced users who need powerful and flexible lookup capabilities, especially in large or complex datasets. 

Strengths:

Weaknesses:

NOT

NOT Function

OFFSET

XOR

XOR Function (Exclusive OR)

TRANSPOSE

Lookup Functions

MATCH

Logical Functions

AND

AND Function

UNIQUE (Excel 365 & Excel 2019)

OR

OR Function

SWITCH

SWITCH Function

Date and Time Functions

Sorting and Filtering Data

IFS (Excel 2016+)

IFS Function (Excel 2016 and later)

NOW, TODAY

=NOW()

=TODAY()

IF

  1. IF Function
    • Purpose: Performs a logical test and returns one value if true, and another if false.
    • Syntax: =IF(logicaltest, valueiftrue, valueif_false)
    • Example: =IF(A1 > 10, "Over 10", "10 or less")
    • Real World: 
      1. Use Case: Conditional Reporting
        • In sales reporting, use IF to categorize sales performance.
          • =IF(Sales > 1000, "High Performer", "Needs Improvement") can be used to evaluate sales staff.
      2. Use Case: Expense Approval
        • Automatically approve or flag expenses based on their amount:
          • =IF(Expense <= 500, "Approved", "Needs Review").

Advanced Formulas and Functions

COUNT, COUNTA

=COUNT(A1:A10)

=COUNTA(A1:A10)

Data Management

AVERAGE

=AVERAGE(A1:A10)

CONCATENATE

=CONCATENATE(A1, " ", B1)

or

=CONCAT(A1, " ", B1)

! Data Validation

Text Functions

IF

=IF(A1 > 10, "Greater", "Lesser")

LEFT, RIGHT, MID

=LEFT(A1, 3), =RIGHT(A1, 3), =MID(A1, 2, 3)

SUM

SHORTCUT to add

MIN, MAX

=MIN(A1:A10)

=MAX(A1:A10)

Grouping and Subtotals

! Removing Duplicates

Charts & Graphs

Basic Formulas and Functions

Cell Referencing

Relative

Absolute

DAX (Data Analysis Expressions) Basics

Using Power Pivot for Data Modeling

Data Analysis with PivotTables

2. Intermediate

Entering and Formatting Data

Bare Basics

Basic Chart Creation

Number Formatting

Creating Measures and Calculated Columns

Creating Pivot Tables & PivotCharts

Formatting

Cell Styles & Themes

Cell Styles

Themes

1. Basics

Analyzing Data with PivotTables

Excel Mindmap

! Conditional Formatting

  1. Highlight Cells Rules
    • Highlights cells based on specific conditions (e.g., greater than, less than, equal to).
    • Example: Highlight cells with values greater than 100.
    • Access: Home tab → Styles group → Conditional FormattingHighlight Cells Rules
  2. Top/Bottom Rules
    • Highlights the top or bottom values in a range (e.g., top 10 items, bottom 10%).
    • Example: Highlight top 10% of sales figures.
    • Access: Home tab → Styles group → Conditional FormattingTop/Bottom Rules
  3. Data Bars
    • Adds horizontal bars to cells to visualize values.
    • Example: Sales figures with varying lengths of data bars.
    • Access: Home tab → Styles group → Conditional FormattingData Bars
  4. Color Scales
    • Applies a color gradient to cells based on their values.
    • Example: Temperature readings with a color gradient from blue (cold) to red (hot).
    • Access: Home tab → Styles group → Conditional FormattingColor Scales
  5. Icon Sets
    • Adds icons to cells based on their values.
    • Example: Traffic light icons to represent performance levels.
    • Access: Home tab → Styles group → Conditional FormattingIcon Sets

Merging Cells and Alignment

  1. Merging Cells
    • Combines multiple cells into one.
    • Options: Merge & Center, Merge Across, Merge Cells, Unmerge Cells.
    • Access: Home tab → Alignment group → Merge & Center
  2. Alignment
    • Aligns text horizontally and vertically within cells.
    • Options: Left, Center, Right, Top, Middle, Bottom.
    • Access: Home tab → Alignment group → Horizontal Alignment and Vertical Alignment
  3. Text Wrap
    • Wraps text within a cell to fit within the column width.
    • Access: Home tab → Alignment group → Wrap Text
  4. Orientation
    • Changes the angle of text within cells.
    • Example: Vertical text, angled text.
    • Access: Home tab → Alignment group → Orientation

Data Analysis Tools

! PivotTables & PivotCharts

! Data Transformation with Power Query

Data Cleaning & Preparation

Using Slicers & Timelines

Printing

Data Entry & Editing

Using Excel for Depreciation Calculations

5. Data Analysis

3. Advanced

Loan Amortization Schedules

Advanced Charting Techniques

Starting Data Analysis

Financial Analysis

Accounting Functions in Excel

! Inventory Management

Data Visualization

Collaboration & Sharing

Creating Dashboards

What-If Analysis

Automation

4. Accounting

Machine Learning & Predictive Analytics

! Payroll Calculations

Introduction to Macros

Protecting Worksheets & Workbooks

Budgeting & Forecasting

Interactive Visualizations with Slicers and Timelines

Using Power View

Integration with R & Python for Advanced Analytics

Data Tables

Writing Simple VBA Scripts

! Advanced Functions

Basic Accounting Principles

Introduction to Excel's Machine Learning Add-Ins

Solver Add-In

Basic VBA Concepts

(Visual Basic for Applications)

Financial Statements

Dynamic Named Ranges

Introduction to Accounting Concepts

Using Excel for Forecasting

Basic Predictive Modeling

! Advanced Conditional Formatting

Array Formulas

INDEX & MATCH Functions

Advanced Lookup & Reference Functions

! Double-Entry Bookkeeping

Chart of Accounts