Short Courses

We do not offer courses like Basic, Intermediate and Advanced - that is so 'old school'. We offer short courses which combine the features in all 'levels' into one course. This is a more natural and logical way of grouping Excel skills. Download Short Courses HERE

Additionally, you may be adept in Excel skills BUT because the feature you wish to learn is in the 'basic' course, you are put in that course with other staff members who do not have your skills/knowledge - just to learn that skill because somebody decided to put that skill in the 'basic' course manual outline.

Our Short Courses remedy that - you learn without having a tag like 'basic' or 'intermediate'. We acknowledge your current level and simply extend your knowledge in that area.

Client Logos or Training Session

Data Management Data Management ↑ Top

3 Hours

This course covers essential techniques for handling and managing Excel data efficiently.

Topics include:

  • Auto Filters
  • Advanced Filters
  • Sorting (Simple, Complex, Custom)
  • Freezing titles
  • Named Ranges
  • Linking and consolidating data
  • Subtotals
  • Data validation
  • Pivot Tables
Auto Filter

Filter a data table to see only specific data.

Select "SA" from a 'State' column to show only clients in South Australia.

You can layer filters — for example, filter for "SA" and turnover greater than $20,000.

This creates a highly targeted list based on multiple criteria.

Advanced Filter

Unlike Auto Filter, Advanced Filters can use OR logic.

Filter for clients who live in SA OR have turnover > $20,000.

Simple Sorting

Sort a single column — for example, alphabetically by State.

Reverse order sorting is also available.

Complex Sorting


This occurs when you wish to sort more than one column at a time.
Explanation:


You wish to sort the State columns in reverse alphabetic order (explained elsewhere) and the Turnover column from highest to lowest.



That is a Complex Sort.

Custom Sorting

Sort non-alphabetically — e.g., by weekday order (Mon, Tue, Wed...).

Freezing

Freeze panes to keep headers visible while scrolling.

Named Ranges

Named ranges are generally used in formulas and functions (see elsewhere). However, they can be used to navigate large worksheets
Explanation:
You can 'name' a cell or a group of cells (a range) and by selecting that name from the 'name box' you can be taken immediately there. This avoids you having navigate from one worksheet to another (using the sheet tabs) and then scrolling to the desired location

Linking

Reference data between sheets or workbooks using 3D links.

You can link cells from one sheet to another. You can add them using formulas or the SUM Function.

Consolidating Data

Combine data from multiple worksheets and summarise using SUM, AVERAGE, MAX, etc.

Subtotals

Create automatic subtotals grouped by values like region.

Data Validation

Restrict input to specified formats — e.g., whole numbers or predefined dropdown lists.

Pivot Tables

Use drag-and-drop tools to analyse and summarise large data sets instantly.

Charts Charts - From Start to Finish ↑ Top

2 Hours

This course explores Excel's powerful charting features to help visualise data effectively.

Topics include:

  • The 3 Second Chart
  • Column Charts
  • Bar Charts
  • Line Charts
  • Pie Charts
  • Composite Charts
  • Trend Lines
  • Chart Templates
  • Modifications
  • Using Charts in Word or PowerPoint
Column Charts

Column charts are the most popular charts for displaying data.

This is a Column Chart created from the table above:

Bar Charts

Bar charts display data horizontally and are often used when there are many categories.

Line Charts

Line charts show data trends over time or categories.

Pie Charts

Pie charts are useful for showing proportional data.

Composite Charts

Composite charts combine two types, such as a column and a line chart.

Trend Lines

Trend lines show the overall direction or trend of data.

Chart Templates

Templates save your custom chart formats for reuse.

Chart Modifications

Modify your charts to change layout, colours, and data display.

Using Charts in Word and PowerPoint

Charts can be copied or linked to Word and PowerPoint for reporting.

Printing Printing – All You Ever Need to Know ↑ Top

1 Hour

This session covers all the essentials of printing in Excel, from layout to page settings and visual clarity.

Topics include:

  • Print Preview
  • Fitting to One Page Wide
  • Paper Size
  • Page Alignment
  • Headers and Footers
  • Freezing Top Rows
Print Preview

Use Print Preview to inspect your worksheet layout before printing.

Preview Result:

Fit to Page

Force Excel to scale your worksheet to fit a specific number of pages.

Fitted Output:

Paper Sizes

Choose from supported printer sizes such as A4, A3, or custom formats depending on your needs.

Page Alignment

Center your content vertically, horizontally, or both to ensure balanced printed pages.

Headers and Footers

Add logos, page numbers, file paths, and dates to headers or footers on each printed page.

Freezing Rows

Ensure column headings repeat at the top of each printed page for clarity.

Protection Worksheet & Workbook Protection ↑ Top

1 Hour

Topics include:

  • Worksheet Protection
  • Workbook Protection
  • Restricting Workbook Access
Worksheet Protection

Prevent users from mistakenly altering formulas, functions, or layout elements.

You can limit where on the worksheet a user can enter data. For example, protect formula cells and only allow editing in specific input areas.

Workbook Protection

Prevent users from changing sheet visibility, structure, or view.

Use this to hide worksheets, freeze sheet order, or prevent deletion/renaming of sheets.

Restricting Workbook Access

Prevent users from opening the workbook or modifying the workbook.

Explanation:
Confidential files, if they are not restricted by your IT department's file system (or server) access rights can be set up to be opened only by password.

Or, maybe you do not mind someone opening your workbook BUT they are not allowed to modify it without a password.

Both of these features can be controlled by Restricting Workbook Access.

Basic Formulas Formulas & Functions - Introduction ↑ Top

3 Hours

Topics include:

  • Basic Formulas
  • Relative and Absolute Cell References
  • Basic Functions
Basic Formulas

Formulas are user-initiated. They are used to add, subtract, multiply, or divide the contents of cells.

Explanation:

Basic Operations

This section also covers the precedence of operations and how to copy formulas from one cell to another. You'll also learn how to handle common errors like #REF!, #VALUE!, #DIV/0!, and #NAME?.

Absolute and Relative Cell Referencing

Excel uses two referencing systems when creating formulas and functions.

Relative Cell Referencing:

Relative Referencing

Often used when each formula in a column refers to its adjacent cells.

Absolute Cell Referencing:

Absolute Referencing

Used when a single cell (e.g., GST) must be referenced by multiple formulas (e.g., multiplying each COST value).

Basic Functions

The following functions are introduced and explained:

  • SUM – Adds a range of numbers
  • MAX – Finds the maximum number in a range
  • MIN – Finds the minimum number
  • COUNT – Counts how many numeric cells are present
  • COUNTA – Counts all non-blank cells
  • IF – Returns different results based on a condition

Note: A range is a group of adjacent cells, often written like A1:A10.

Advanced Formulas Formulas & Functions – Advanced ↑ Top

3 Hours

Topics include:

  • Advanced Formulas
  • Relative and Absolute Cell References Revised
  • Advanced Functions
Advanced Formulas

Advanced formulas make use of mathematical operators like +, –, ×, ÷ along with functions to manage potential errors.

Explanation: You’ll learn to manage errors like #DIV/0 when cells lack values and handle more complex expressions with brackets.

Absolute and Relative Cell Referencing – Revised

Excel uses two referencing systems to record your formula.

Relative Cell Referencing:

Relative Referencing

Used when each formula refers to nearby cells in the same structure.

Absolute Cell Referencing:

Absolute Referencing

Used when a single reference (e.g., GST value) is required across multiple cells.

Advanced Functions

Explore these powerful Excel functions:

  • XLOOKUP – Retrieves data from a column in a table
  • AND / OR – Logical tests, often paired with IF
  • DATE functions – Useful for manipulating dates
  • COUNTIF / COUNTIFS – Counts rows that meet one or more criteria
  • SUMIF / SUMIFS – Adds data based on conditions
  • ERROR functions – Eliminates display of errors like #DIV/0 or #N/A
  • TEXT functions – Modify or extract text strings
  • MORE functions – Additional functions for specific needs

Formatting Formatting - Including Conditional Formatting ↑ Top

2 Hours

Topics include:

  • Basic Formatting
  • Number and Date Formatting
  • Format Paintbrush
  • Conditional Formatting
  • Table Formatting
Basic Formatting

Covers formatting cells including:

  • Fonts – size and style
  • Cell background and foreground colours
  • Borders and outlines

Formatting changes the visual presentation of your spreadsheet without affecting the actual data.

Number & Date Formatting

Format numeric and date values to improve readability and clarity. Examples:

  • Display positive and negative numbers differently
  • Custom date formats (e.g. DD/MM/YYYY or full day names)
  • Add units like “m” for metres directly into cell views

Enhance how users interpret your data while preserving core values.

Format Painter

Copy formatting from one cell and apply it to others with a single click. Saves time, especially when reformatting inherited spreadsheets.

Conditional Formatting

This is one of the most powerful formatting features of Excel. It allows you to set 'triggers' which automatically change the underlying format of cells.

Explanation:
This can be used for comapring 'Budgetted Expenses' against 'Actual Expenses'. If the actual expense is higher than the budgetted, the actual expense could be turned RED (or any combination of colours you choose).

This also is especially useful in highlighting dates. For example, you may be in charge of equipment (which needs to be inspected regularly) or in charge of the staffs' certificate registry (which needs to ensure that staff always have a current certificate). Excel's conditional formatting can be set to show if a certificate has expired or is coming up to be renewed in the next week, fortnight or month etc.

There are FAR more features to Conditional Formatting which will make your data become visually 'alive'.

Table Formatting

Convert data into smart tables for automatic formatting. Benefits include:

  • Alternate row shading
  • Built-in filter buttons
  • Structured referencing

It’s one of Excel’s most user-friendly features for improving table usability and appearance.

Macros An Introduction to Macros (VBA Programming) ↑ Top

3 Hours

Topics include:

  • Why Use Macros?
  • Recording Macros
  • Running Macros
  • Editing Macros (VBA Code)
  • Variables
  • Input from Users
  • Decisions and Looping
  • Debugging Techniques
  • Tips and Tricks
Why Use Macros

Macros are written in VBA (Visual Basic for Applications) and help with tasks that are:

  • Repetitive
  • Boring (often soul-destroyingly tedious)
  • Require meticulous accuracy
  • Very long and complicated

Well-written code can automate these tasks with a single button press.

Recording Macros

You can record simple macros without writing code—just record your actions in Excel. Then play them back as needed, or assign them to buttons or keyboard shortcuts.

Running Macros

Run macros via:

  • The Macros list (by name)
  • A keyboard shortcut
  • An icon in the Quick Access Toolbar
  • A form control button on the worksheet
Editing Macros

Once you have recorded a macro, you can edit it in the VBA Editor.

With practice, you will be able to read the code and make minor changes to it so that it does excactly what you want.

It can take some time to become proficient at editing macros and understanding but it is not all that hard with some easy to understand tips.

You might even record yourself performing other tasks which when combined with your original macro, make it more useful. Often, you can simply record yourself mulitple times completing the various steps of the task you wish to automate and then arranged the code in a sequence which then runs as a complete unit.

Variables

You probably remember variables from high school algebra. VBA variables are far simpler than that.

Variables are used to store values (text, numbers, dates - anything) for use later on in the code. VBA remembers these variables and so can be used repeatedly if needed.

Input from Users

VBA code allows you to ask the user questions. The answer to these questions are stored in variables (see elsewhere for a description of these).

The input could be something simple like the user's name or it could be the name of a workbook which you need to access. The input could also be the number of lines the user wishes to insert or a start date. In fact, you can get almost any type of data from a user and then use that in the code.

Decisions & Looping

Use If/Then/Else to create decision branches. Use loops like Do While or For/Next to repeat actions a set number of times or while a condition is met.

Debugging

Debugging helps you step through your code to find issues. You’ll inspect values and follow code execution to resolve problems effectively.

Tips & Tricks

During training, we’ll share practical insights from years of VBA coding experience—such as online help resources, best practices, and productivity boosters.

Protection Power BI ↑ Top

30 Hours approx.

Topics include:

  • Stage 1 (10 Hours)
  • Stage 2 (10.5 Hours)
  • Stage 3 (10 Hours)
Power BI Stage 1 (4 Modules - 10 hours)

Module 1: Introduction to Power BI (2 Hours)

  • What is Business Intelligence (BI)?
  • Why we use BI tools
  • What is Power BI and why it’s useful
  • Power BI building blocks
  • Getting started with Power BI Desktop
  • Creating and sharing a simple dashboard

Module 2: Working with Power BI Desktop (1.5 hours)

  • Power BI interface
  • Importing data from Excel, CSV, etc.
  • Understanding Power BI workspaces

Module 3: Cleaning and Preparing Data (3 hours)

  • Fixing rows and columns
  • Changing data formats
  • Splitting and merging columns
  • Simple transformations like remove, replace, and format

Module 4: Creating Simple Visuals (3.5 hours)

  • Bar, column, pie, and card visuals
  • Basic filters and slicers
  • Sorting and formatting visuals
  • Simple dashboards with multiple visuals
Power BI Stage 2 (4 Modules – 10.5 hours)

Module 1: Organizing and Modelling Data (3.5 hours)

  • Combining data tables
  • Creating dimension and fact tables
  • Basic relationships between tables
  • Simple performance tips

Module 2: Calculations with DAX (2.5 hours)

  • What is DAX?
  • Basic formulas like SUM, COUNT, AVERAGE
  • Quick Measures (pre-built calculations)
  • Difference between calculated columns and measures

Module 3: Building Interactive Dashboards (2.5 hours)

  • Adding slicers and filters
  • Drill-down and drill-up
  • Using tooltips and buttons
  • Creating reports with multiple pages

Module 4: Simple Dashboard Insights (2 hours)

  • Creating dashboards in Power BI Service
  • Using Q&A (ask questions with words)
  • Viewing automatic insights
Power BI Stage 3 (10 hours)

Module 1: More Useful DAX (3 hours)

  • Time-based formulas (YTD, MTD)
  • IF, SWITCH, and simple logic formulas
  • Understanding how filters work in calculations

Module 2: More Visual Options (3 hours)

  • Hierarchies in visuals
  • Drill-through pages
  • Custom themes and styles
  • Grouping visuals, adding bookmarks and buttons

Module 3: Connecting to Live Data (2.5 hours)

  • Connecting to SQL Server or Excel
  • Using content packs
  • Refreshing data automatically

Module 4: Sharing and Exporting Reports (1.5 hours)

  • Publishing reports online
  • Sharing with others
  • Exporting to PDF or PowerPoint
  • Setting up data refresh (basic setup)

Day Long Courses (and save!)

You can create your own day long courses by selecting any of the above courses to add up to 6 hours. By doing this, you can SAVE 10% on the normal course fees. Of course, breaks will not be included in the 6 hours. Breaks will occur after 90 minutes in the 3 hour short courses. And you can negotiate a lunch break of 30 - 60 minutes halfway through the 6 hours if the same person/crew is undertaking the full day's training.

However, you may also have different people attending different sessions during the day, if that is desired. Therefore, the lunch break would not need to be so long. We are VERY flexible and will endeavour to suit your training needs.

Examples of day long course combinations:

  • Data Management AND either Basic Formulas OR Advanced Formulas - (6 hours)
  • Intro to Macros (VBA) AND Advanced Formulas - (6 hours)
  • Basic Formulas AND Advanced Formulas - (6 hours)
  • Charts AND Printing AND any one of Data Management, Basic Formulas OR Advanced Formulas - (6 hours)
  • YOUR choice - (6 hours)

Your selection can combine:

  • Data Management (3 hours)
  • Charts - from start to finish (2 hours)
  • Printing - all you ever need to know (1 hour)
  • Worksheet & Workbook Protection (1 hour)
  • Formulas & Functions - Introduction (3 hours)
  • Formulas & Functions - Advanced (3 hours)
  • An introduction to Macros (VBA programming) (3 hours)
  • Formatting - including Conditional Formatting (2 hours)
Email Us