Spreadsheets are still the most-used analytics tool on earth — and strong Excel skills are the fastest way to become immediately useful in a data role. Master these and you can deliver value on day one.
Essential formulas
- Aggregation:
SUM,AVERAGE,COUNT,COUNTA,MIN,MAX. - Conditional aggregation:
SUMIF(S),COUNTIF(S),AVERAGEIF(S)— totals by category/criteria. - Logic:
IF,IFS,AND,OR,IFERROR(handle errors gracefully). - Text:
TRIM,LEFT/RIGHT/MID,CONCAT,TEXTSPLIT— cleaning and reshaping. Understand absolute vs relative references ($A$1vsA1) — the classic beginner trap when copying formulas.
Lookups — joining data
VLOOKUP (and the modern, more flexible XLOOKUP) and INDEX/MATCH let you pull matching values from another table — the spreadsheet equivalent of a SQL join. This is one of the most-tested practical skills in analyst assessments.
PivotTables — analysis in seconds
PivotTables summarise large tables instantly: drag fields into Rows, Columns, Values and Filters to get totals, averages and breakdowns by any dimension — no formulas needed. They're the single highest-leverage Excel skill for analysis. Add a PivotChart to visualise the same summary.
Cleaning data
Real data is messy. Core techniques: Remove Duplicates, Text to Columns, Find & Replace, TRIM/CLEAN for stray spaces, converting text-to-numbers/dates, and flagging blanks. Power Query (Get & Transform) lets you build repeatable cleaning steps that refresh automatically — a big step up from manual edits.
Charts done well
Pick the chart that fits the message (see Visualisation Principles): line for trends over time, bar/column for comparisons, and avoid pie charts with many slices. Keep them clean and labelled.
Put it to work
Take a raw dataset, clean it, build a PivotTable to answer a question, and add one clear chart. Then move up to SQL for larger data.
