Microsoft Excel — Core Features Guide for Microsoft 365 Users
This guide covers Microsoft Excel in Microsoft 365 — from building your first workbook and writing formulas, to creating charts, analysing data with PivotTables, validating data entry, and sharing spreadsheets with colleagues via OneDrive. Whether you are tracking expenses, analysing sales, or managing a project, this guide covers the tools you will use most.
Need help setting this up?
If you'd rather not deal with the technical side, we can fully set up and manage your Microsoft 365 for you — including email, DNS, and ongoing support.
Workbook & Worksheet Basics
Creating and saving a workbook
- Open Excel → click New → Blank workbook.
- Press Ctrl + S to save. Choose a name and location — save to OneDrive to enable AutoSave and co-authoring.
- A workbook can contain multiple worksheets (tabs). Click + at the bottom to add a new sheet.
- Right-click a sheet tab to rename, move, copy, or delete it.
Navigating cells
| Action | Shortcut |
|---|---|
| Move to cell A1 | Ctrl + Home |
| Jump to last used cell | Ctrl + End |
| Move to edge of data region | Ctrl + Arrow key |
| Select entire column | Ctrl + Space |
| Select entire row | Shift + Space |
| Go to a specific cell | Ctrl + G (or F5) |
Freezing rows and columns
- Click the cell below the row(s) and to the right of the column(s) you want to freeze.
- Go to View → Freeze Panes → Freeze Panes.
- The headers stay visible as you scroll through large datasets.
- To remove: View → Freeze Panes → Unfreeze Panes.
Formulas & Functions
Writing a formula
- Every formula starts with
=. Click a cell and type=followed by the expression. - Reference other cells by their address (e.g.
=A1+B1) or name. - Use the Enter key to confirm a formula, or Escape to cancel.
Essential functions
| Function | What It Does | Example |
|---|---|---|
| SUM | Adds a range of cells | =SUM(A1:A10) |
| AVERAGE | Calculates the mean | =AVERAGE(B2:B20) |
| COUNT | Counts cells containing numbers | =COUNT(C1:C50) |
| COUNTA | Counts non-empty cells | =COUNTA(A1:A100) |
| IF | Returns different values based on a condition | =IF(A1>100,"Over budget","OK") |
| VLOOKUP | Finds a value in a table by row | =VLOOKUP(D1,A:B,2,FALSE) |
| XLOOKUP | Modern replacement for VLOOKUP | =XLOOKUP(D1,A:A,B:B) |
| COUNTIF | Counts cells matching a condition | =COUNTIF(A1:A50,"Yes") |
| SUMIF | Sums cells matching a condition | =SUMIF(A:A,"Sales",B:B) |
| TEXT | Formats a number as text | =TEXT(A1,"dd/mm/yyyy") |
Absolute vs relative references
- A relative reference (e.g.
A1) adjusts when a formula is copied to another cell. - An absolute reference (e.g.
$A$1) stays fixed regardless of where the formula is copied. Press F4 to toggle between reference types when writing a formula.
Formatting Data
Cell formatting
- Select cells and press Ctrl + 1 to open the Format Cells dialogue.
- Choose from: Number (currency, percentage, date, time), Alignment (wrap text, merge), Font, Border, and Fill.
Conditional formatting
Conditional formatting automatically highlights cells based on their values — useful for spotting trends or outliers at a glance.
- Select the cells to format.
- Go to Home → Conditional Formatting.
- Choose a rule type:
- Highlight Cell Rules — colour cells greater than, less than, equal to a value, or containing specific text.
- Data Bars / Colour Scales / Icon Sets — visually rank values within the range.
- New Rule — write a custom formula (e.g. highlight a row if a date in column C has passed).
Sorting & Filtering Data
Sort
- Click anywhere in the data range.
- Go to Data → Sort.
- Choose the column to sort by and the order (A–Z, Z–A, smallest to largest, oldest to newest).
- Click Add Level to apply a secondary sort (e.g. sort by department, then by surname).
Filter
- Click anywhere in the data and go to Data → Filter. Dropdown arrows appear on each column header.
- Click a dropdown to filter by specific values, text, or number conditions.
- Multiple filters stack — only rows matching all active filters are shown.
- Click Clear in the Data ribbon to remove all filters.
Charts & Data Visualisation
- Select the data you want to chart (include column headers).
- Go to Insert → Recommended Charts to see chart types suited to your data, or choose a specific type (Bar, Column, Line, Pie, Scatter).
- Click the chart to select it. Use the Chart Design and Format tabs to:
- Change chart type or layout
- Add or remove axis labels, data labels, and a legend
- Apply a colour scheme
- Drag the chart to reposition it on the sheet, or move it to a dedicated chart sheet: right-click → Move Chart.
PivotTables
PivotTables summarise large datasets — counting, summing, and grouping data without modifying the original.
- Click anywhere in your data range.
- Go to Insert → PivotTable. Choose to place it on a new or existing sheet, then click OK.
- In the PivotTable Fields panel (right side):
- Drag fields to Rows to group data (e.g. by department or month).
- Drag fields to Values to calculate totals (sum, count, average).
- Drag fields to Columns or Filters to add dimensions.
- Right-click a value in the PivotTable → Value Field Settings to change the calculation (e.g. from sum to average).
- Add a PivotChart: click inside the PivotTable → PivotTable Analyze → PivotChart.
Data Validation
Data validation restricts what users can enter into a cell — useful for enforcing consistent data entry in shared spreadsheets.
- Select the cells to restrict.
- Go to Data → Data Validation.
- Under Allow, choose the type: Whole number, Decimal, Date, Time, Text length, or List.
- For a dropdown list: choose List and enter the allowed values separated by commas, or select a cell range.
- Add an Input Message (shown when the cell is selected) and an Error Alert (shown when invalid data is entered).
- Click OK.
Sharing & Co-authoring
- Save the workbook to OneDrive or SharePoint to enable sharing.
- Click Share (top-right) and enter email addresses.
- Choose Can edit or Can view and add an optional message. Click Send.
- Multiple people can now edit the workbook simultaneously. Each person's cursor appears in a unique colour.
Tip: Use Comments (Review → New Comment) and Notes to leave context for collaborators without changing the data.
Troubleshooting
Formula returning #VALUE! or #REF! error
- #VALUE! — the formula contains incompatible data types (e.g. text where a number is expected). Check that all referenced cells contain the correct data type.
- #REF! — a cell reference is invalid, usually because a referenced row or column was deleted. Re-enter the formula referencing the correct range.
- #N/A (in VLOOKUP/XLOOKUP) — the lookup value was not found. Confirm the value exists in the lookup range and that there are no leading spaces.
- #DIV/0! — the formula is dividing by zero. Wrap with:
=IFERROR(formula, "")to suppress the error display.
AutoSave is greyed out
- AutoSave only works for files saved to OneDrive or SharePoint. Save the file to your OneDrive folder to enable it.
PivotTable not refreshing after data changes
- Right-click the PivotTable → Refresh.
- To refresh automatically when the workbook opens: PivotTable Analyze → Options → Data → Refresh data when opening the file.
Conditional formatting not applying to new rows
- Edit the conditional formatting rule and expand the range to include future rows (e.g. change
$A$1:$A$100to$A$1:$A$1000).
Related Guides
- Getting Started with Microsoft 365
- Managing Users in Microsoft 365
- Microsoft 365 Security — MFA, Passwords & Account Protection
Prefer us to handle this?
We provide fully managed Microsoft 365 setup and support — so you can focus on running your business.
Need Help?
Need help setting this up? We can manage your Microsoft 365 for you — from setup to ongoing support.
