Advanced Spreadsheets – Lesson 1: Advanced Workbook and Data Setup
Learning Outcomes
By the end of this lesson, you will be able to:
- Organise worksheets clearly and professionally.
- Control how your workbook is displayed for easier navigation.
- Format numbers, dates and times using advanced options.
- Create and use templates for repeated workbooks.
- Enter data more efficiently using built-in tools.
- Set up a workbook in a structured, professional way.
1. Workbook and Worksheet Management
This section covers how to rename, insert, delete, move, copy, hide and colour worksheets so your workbook is easy to understand and navigate.

1.1 Renaming worksheets
Use clear, meaningful names so that anyone opening the workbook understands what each sheet contains.
- Double-click the sheet tab at the bottom (for example, “Sheet1”).
- Type a clear name, for example: Sales 2025 or Raw Data.
- Press Enter to confirm.

1.2 Inserting worksheets
Add new sheets when you need to separate different types of data or reports.
- Click the + icon next to the existing sheet tabs.
- A new sheet (for example, “Sheet2”) will appear.

1.3 Deleting worksheets
Delete sheets you no longer need, but be careful as this cannot always be undone.
- Right-click the sheet tab you want to remove.
- Click Delete.
- Confirm if a warning message appears.
1.4 Moving worksheets
Reorder sheets so that related sheets sit next to each other.
- Click and hold the sheet tab you want to move.
- Drag it left or right to the new position.
- Release the mouse button when you see a small black triangle showing the new position.

1.5 Copying worksheets
Copy a worksheet when you want the same layout or formulas but different data.
- Right-click the sheet tab.
- Click Move or Copy….
- Tick Create a copy.
- Choose the position in the list, or select another workbook (if one is open).
- Click OK.

1.6 Hiding and unhiding worksheets
Hide sheets to keep supporting data out of the way, but still available for formulas.
To hide a sheet:
- Right-click the sheet tab.
- Click Hide.
To unhide a sheet:
- Right-click any sheet tab.
- Click Unhide….
- Select the sheet name you want to show.
- Click OK.

1.7 Changing worksheet tab colours
Use tab colours to group related sheets or highlight important ones.
- Right-click the sheet tab.
- Click Tab Colour.
- Select a colour from the palette.

2. Workbook Display and Navigation
This section focuses on how to freeze headings, split the screen, and use different view settings to manage large sheets.
2.1 Freezing rows and columns (Freeze Panes)
Freeze panes keeps important headings visible while you scroll.
To freeze the top row:
- Click anywhere on the sheet.
- Go to View → Freeze Panes → Freeze Top Row.
To freeze the first column:
- Click anywhere on the sheet.
- Go to View → Freeze Panes → Freeze First Column.
To freeze both a row and a column:
- Click the cell below the heading row and to the right of the heading column (for example, click B2 to freeze Row 1 and Column A).
- Go to View → Freeze Panes → Freeze Panes.
To unfreeze panes: Go to View → Freeze Panes → Unfreeze Panes.

2.2 Splitting the window
Splitting the window allows you to see different parts of the same sheet at the same time.
- Click in the cell where you want the split to start.
- Go to View → Split.
- Drag the split bars if needed.
- To remove the split, click View → Split again.

2.3 Zoom and worksheet views
Use zoom and view modes to control how your sheet appears on screen.
- Zoom: Use the slider in the bottom right corner, or go to View → Zoom.
- Normal View: Standard worksheet view.
- Page Break Preview: Shows where the page breaks occur when printing.
- Page Layout: Shows how the sheet will look on printed pages, including margins and headers.

2.4 Custom views (where supported)
Custom views allow you to save display settings such as filters, hidden rows and zoom level.
- Set up the sheet the way you want to see it (filters, zoom, hidden rows/columns).
- Go to View → Custom Views.
- Click Add…, give the view a name (for example, Manager View), and click OK.
- To apply a view later, open Custom Views, select it, and click Show.
- To remove a view, select it and click Delete.

3. Advanced Cell and Number Formatting
This section explains how to use the Format Cells dialog to control the appearance of numbers, dates and times.
3.1 Opening the Format Cells dialog
- Select the cell or range of cells you want to format.
- Right-click and choose Format Cells…
or press Ctrl + 1 on the keyboard.

3.2 Custom number formats
Use the Custom category in the Format Cells dialog to create specific number formats.
- Thousands separator:
#,##0(displays 15000 as 15,000) - Negative numbers in brackets:
#,##0;(#,##0)
- Select your numbers.
- Open Format Cells and click the Number tab.
- Choose Custom.
- Enter the custom format in the Type box.
- Click OK.

3.3 Common number formats
- Currency: Shows currency symbol and two decimal places (for example, £4,500.00).
- Accounting: Aligns currency symbols and decimal points neatly.
- Percentage: Converts 0.35 to 35%.
- Fraction: Shows values as fractions (for example, 0.25 as 1/4).
- Scientific: Shows numbers like 2,350 as 2.35E+03.

3.4 Date and time formats
Use clear, consistent formats for dates and times.
- dd-mmm-yyyy (for example, 12-Jan-2025)
- dd/mm/yyyy (for example, 12/01/2025)
- hh:mm for times (for example, 14:30)
- Select date or time cells.
- Open Format Cells.
- Choose the Date or Time category, or use Custom for specific formats.
- Click OK.

4. Working with Templates
Templates save time and ensure consistency across your workbooks.
4.1 Creating a template workbook
- Set up a workbook with standard sheet names (for example, Data, Reports, Notes).
- Apply your preferred formatting, headings and formulas.
- Go to File → Save As.
- Select the location.
- In the Save as type drop-down, choose Excel Template (*.xltx).
- Give the template a clear name (for example, Monthly_Report_Template).
- Click Save.

4.2 Creating a new workbook from a template
- Go to File → New.
- Choose Personal (or equivalent tab) to see your templates.
- Click your template (for example, Monthly_Report_Template).
- A new workbook based on that template will open.
4.3 Updating templates
Changes to a template will only affect new workbooks created from it, not existing workbooks.
- Open the template file (.xltx) directly.
- Make your changes (for example, new headings or formats).
- Save the file again as a template.

5. Data Entry Efficiency
This section looks at tools such as Flash Fill, series fill and basic data validation lists to speed up data entry and reduce errors.
5.1 Using Flash Fill (where available)
Flash Fill recognises patterns in your data and completes the rest for you.
- Enter your data in a column (for example, full names: “Alex Johnson”).
- In the next column, type the result you want for the first row (for example, first name “Alex”).
- Start typing the second result; Excel may suggest the rest.
- Press Enter to accept the suggestion, or use Ctrl + E to apply Flash Fill.

5.2 Using Fill Series for dates, times and lists
Use the fill handle to quickly create series.
- Type the first value (for example, a date like 01/01/2025).
- Drag the small square in the bottom-right corner of the cell (fill handle) down or across.
- Release when you have the range you need.
- Use the Auto Fill Options button (if shown) to adjust the pattern (for example, fill weekdays only).

5.3 Basic data validation lists (drop-downs)
Data validation lists help restrict entries to valid options.
- Select the cells where you want the drop-down list.
- Go to Data → Data Validation.
- In the Allow box, select List.
- In the Source box, type your options separated by commas (for example,
High,Medium,Low) or refer to a range with the options. - Click OK.

6. Good Practice for Advanced Workbooks
Follow these guidelines to keep complex workbooks clear and reliable.
- Use a separate sheet for raw data and another for reports.
- Keep headings and totals clearly separated from the main data table.
- Avoid typing totals manually; always use formulas linked to the data (for example,
=SUM(B2:B50)). - Document assumptions, versions and notes in a dedicated Notes sheet.
- Use clear sheet names and consistent formats throughout the workbook.

7. Practical Activity
Complete this activity to put the skills from this lesson into practice.
Task: Build a structured workbook and save it as a template
Step 1 – Create the workbook structure
- Create a new Excel workbook.
- Rename the first three sheets as:
- Data
- Reports
- Notes
Step 2 – Add sample data and formatting on the Data sheet
- On the Data sheet, create a small table with at least 5–10 rows. Use headings such as:
- Date
- Customer
- Amount
- Status
- Format the Amount column using a custom currency format with thousands separators, for example
£#,##0;(#,##0). - Format the Date column as dd-mmm-yyyy.
- Use Data Validation to create a drop-down list in the Status column with options such as
Paid,Unpaid,Pending.
Step 3 – Freeze panes on the Data sheet
- Ensure your headings are in Row 1 and labels (if any) are in Column A.
- Click cell B2.
- Go to View → Freeze Panes → Freeze Panes to freeze the top row and first column.
Step 4 – Add notes on the Notes sheet
- On the Notes sheet, type a short description of the workbook’s purpose. For example:
- “This workbook is used to track monthly customer payments. Data is entered on the Data sheet, and summary reports will be built on the Reports sheet.”
- Add any assumptions you are making (for example, “Amounts are entered in GBP only”).
Step 5 – Save the workbook as a template
- Go to File → Save As.
- Select your save location.
- Choose Excel Template (*.xltx) as the file type.
- Name the file Customer_Payments_Template.
- Click Save.
Step 6 – Create a new workbook from your template
- Close the workbook if it is still open.
- Go to File → New.
- Choose your Customer_Payments_Template template.
- Confirm that the new workbook contains the Data, Reports and Notes sheets with the same structure and formatting.
Optional extension: On the Reports sheet, add a simple total using a formula such as =SUM(Data!C2:C50) to sum the Amount column from the Data sheet.

