R4 Excel reference
Look up the functions and commands for the task you are working on.
Use Table 1 to find the functions or commands for your current task.
| Task | Functions or commands |
|---|---|
| Structure records | Insert Table; headers; sort and filter; Freeze Panes |
| Calculate | Arithmetic operators; relative, absolute, mixed, and structured references |
| Apply rules | IF; IFS; AND; OR; data validation; conditional formatting |
| Summarize | SUM; AVERAGE; COUNT; COUNTA; COUNTBLANK; MIN; MAX; ROWS; SUMIFS; COUNTIFS; AVERAGEIFS |
| Retrieve related fields | XLOOKUP with exact matching; VLOOKUP with FALSE when reading existing work |
| Clean or separate fields | TRIM; CLEAN; LOWER; UPPER; LEFT; RIGHT; MID; LEN; TEXTBEFORE; TEXTAFTER; TEXTSPLIT; INT; MOD |
| Return a changing list | FILTER; SORT; UNIQUE; spill-range operator (#) |
| Inspect a formula | Show Formulas; Trace Precedents; compare with a manual calculation |
| Import and repeat processing | Power Query Text/CSV and JSON connectors; data types; Merge Queries; Refresh All |
| Report | PivotTable fields and Value Field Settings; PivotChart; number formats; chart titles and units |
R4.1 Mixed references
A mixed reference fixes either its column or its row. Use Table 2 when copying a formula across rows and columns.
| Reference | Copied one row down and one column right | Fixed part |
|---|---|---|
$G2 |
$G3 |
column G |
G$2 |
H$2 |
row 2 |
Select a reference inside a formula and press F4 repeatedly to cycle through relative, absolute, and mixed forms.
R4.2 Documentation
R4.3 Official Microsoft tutorials
Use the tutorial that matches the task in the workbook. These Microsoft Support pages provide written steps, and several include an official video:
- Tables and controls: Create and format tables, sort data, filter data, and apply data validation.
- Formulas and lookups: Overview of formulas, switch between relative, absolute, and mixed references, use XLOOKUP, and work with dynamic arrays and spill ranges.
- Formula checks: Display formula relationships, evaluate a nested formula, and show formulas.
- Power Query: Import data from data sources, profile data, merge queries and join tables, and add data and refresh a query.
- Reports: Create a PivotTable, create a PivotChart, create a chart, and refresh PivotTable data.
Check the source type, exact-match rule, included population, unit, and expected result whenever a formula or summary gives an unexpected value.