SQL basics for Excel users
Foundational fluency in SQL for Excel users
Each training is led by seasoned practitioners with years of hands-on experience across diverse industries and corporate environments.
- Audience: Analysts comfortable with Excel, new to databases and SQL
- SQL Basics → query data
- Focus on mapping familiar Excel concepts → new tools reduces learning friction.
- Hands-on exercises keep engagement high.
- Duration: 2 half-day sessions (4 hrs each)
- Total 8 hours for foundational fluency in SQL for Excel users.
Key translation from Excel → SQL
- Worksheets → Tables
- Filters →
WHERE - Formulas → Expressions in
SELECT - PivotTables →
GROUP BY+ aggregates - VLOOKUP →
JOIN
1. Querying data like an analyst
Intro & setup
- What is a database? Why SQL?
- Using SQL client tools
- Your first
SELECT
Filtering & sorting
SELECT,WHERE,ORDER BY- Conditions:
=,>,BETWEEN,IN,LIKE - Exercise: Filter data like Excel AutoFilter
Calculations & expressions
- Creating new columns
- String & date functions
- Exercise: Recreate Excel-style calculated columns
Summarizing data
- Aggregates
GROUP BY= PivotTable rowsHAVINGvsWHERE- Exercise: Data summary
2. Combining data & real-world queries
Recap & Q&A
Combining tables: JOINs
INNER JOIN= VLOOKUP (but better)- Left vs Inner vs Full
- Aliases (
AS) for readability - Exercise: Enrich data
Subqueries & CTEs
- Formulas that refer to other sheets → CTEs
- Simple subqueries in
WHEREorFROM - Exercise
Data cleaning & practical tips
- Handling
NULL CASEstatements =IF()in Excel- Common date/time manipulations
- Handling
Capstone project: Business analysis
Wrap-up
- When to use Excel vs SQL
- Resources
Get started
Ready to level up your team’s data skills? Contact us for a free 15-minute consultation to discuss your training needs.