98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsExcel Power Users Training Courses
Face to face / Online public schedule & onsite training. Restaurant lunch included at STL venues.
Designed for Excel 365
(124 reviews, see all 99,559 testimonials) |
From £300 List price £350
- 1 day Instructor-led
- Courses never cancelled
- Restaurant lunch
Syllabus
Who is this course for?
Advanced users of Excel wishing to improve efficiency and productivity working with external data, large data sets, and to automate time-consuming Excel tasks without VBA coding knowledge.
Also suitable for advanced users who would like to understand how Excel Power tools can change the way they use Excel and bring their spreadsheets into the future, and data analysts who want to explore analysis tools from the Excel analysis Toolpak and who need to create projection models.
Prerequisites
Attendance or familiarity with of our Excel Advanced course. It is important that you know how to work with PivotTables.
Benefits
- Learn how to fully automate tasks without complicated VBA coding
- Learn how to connect live to external data sources
- Get an understanding of how reports and dashboards in Excel can update automatically
- Get knowledge about how Excel can handle huge data sets very efficiently
- Learn how to create data models working with relationships in Excel to avoid memory issues with lookup and reference functions
- Learn how Power Query can structure, clean, append and merge data efficiently
- Use Excel forms to improve data input, speed up data selection and navigation
Discover new ways to analyse your data using the Analysis ToolPak Add-In
- Build powerful projection models with Data Tables and Solver
This course constitutes a good introduction to our data analysis courses UK data analysis courses UK.
Course Syllabus
The Table Tool
Reference ranges by table names and columns by headings
Understand how the table tool can be used to reduce time spent updating analysis, dashboards, or reports
Understand the importance of the table tool for power tools
Data Models
Create relationships between tables
Create PivotTables from multiple tables without using lookup and reference functions (Vlookup, Index, Match)
Intro to PowerPivot
Connect to huge data sets live
Relate tables and create PivotTables from a multiple table data model
Intro to PowerQuery
Connect live to an external data source
Structure internal and external data
Clean, merge, append, and group internal and external data
Automate tasks
Transfer data from the query connection to the Excel data model
Solver
Creating models
Projecting scenarios with Solver
Forms
Use form controls to create interactive reports and dashboards
Creating interactive forms
Building dynamic charts with forms
Analysis ToolPak
Exploring the data analysis tools in Analysis Toolpak
Prices & Dates
What you get
"What do I get on the day?"
Arguably, the most experienced and highest motivated trainers.
Face-to-face training
Training is held in our modern, comfortable, air-conditioned suites.
Modern-spec IT, fully networked with internet access
Lunch, breaks and timing
A hot lunch is provided at local restaurants near our venues:
- Bloomsbury
- Limehouse
Courses start at 9:30am.
Please aim to be with us for 9:15am.
Browse the sample menus and view joining information (how to get to our venues).
Refreshments
Available throughout the day:
- Hot beverages
- Clean, filtered water
- Biscuits
Online training
Regular breaks throughout the day.
Learning tools
In-course handbook
Contains unit objectives, exercises and space to write notes
Reference material
Available online. 100+ pages with step-by-step instructions
24 months access to Microsoft trainers
Your questions answered on our support forum.
Training formats & Services
Training Formats & Services
|
Testimonials
Argenta Syndicate Management Limited
Freya Cooper,
Credit Control Analyst
Great thanks so much!
Excel Advanced - For Power Users
ECOM Agrotrade Ltd
Andy Hopper,
Cocoa Operations
Thanks Martin for an excellent course !!
Excel Advanced - For Power Users
ABM
Nicolas Nothard,
Commercial Manager
Fantastic as always
Excel Advanced - For Power Users
Training manual sample
Below are some extracts from our Excel training manuals.
Unit 3 - The Analysis Toolpak
In this unit, you will learn how to:
-
Work with HISTOGRAM
-
Calculate moving average
-
Understand the relationship between arrays using the CORRELATION tool
The Analysis Toolpak add-in is part of Excel. Add-ins are little packages of tools that more or less seamlessly integrate into the user interface of Excel. However, they require you to install them first. The following sections discuss the installation of, and some of the tools included with, the Analysis Toolpak.
Histograms
A histogram is a chart (usually a simple column chart) that takes a collection of measurements and plots the number of measurements (called the frequency) that fall within each of several intervals (called bins).
This is a graphical way of displaying the frequency of variables. An example may be to have student exam scores, then a range of score values, and then the number of frequency of the variables in that range.
Note: Class or Bin is the range of the variables
Generating Random Numbers
The built-in random cell number function, RAND, generates a uniform distribution of random real numbers from 0 to 1. In other words, all values from 0 to 1 share the same probability of being returned by a set of formulas based on the RAND function. Because the sample is relatively small, the distribution is by no means perfectly uniform.
Nevertheless, repeated tests demonstrate that the RAND function doesn't favour any position within its spectrum of distribution.
Fixing random numbers
The RAND function is one of Excel's volatile functions-that is, it recalculates every time the worksheet recalculates, which happens every time you make an entry in a cell. If you want to generate a set of random numbers and then 'freeze' them, select all the RAND formulas in your worksheet, and press Ctrl+C to copy them. Then click the Paste button on the Home tab on the Ribbon, and click Paste Values to replace the volatile formulas with fixed values. Or, instead of using the RAND function, use the Random Number Generation tool (described next), which produces constants instead of formulas.
The Random Number Generation tool creates sets of random numbers that are not uniformly distributed.
Calculating Moving Averages
A moving average is a forecasting technique that simplifies trend analysis by smoothing fluctuations that occur in measurements taken over time.
These fluctuations can be caused by random noise that is often a by-product of the measurement technique. For example, measurements of the height of a growing child will vary with the accuracy of the ruler and whether the child is standing straight or slouching.
You can take a series of measurements, however, and smooth them over time, resulting in a curve that reflects the child's actual growth rate.
Fluctuations in measurements can result from other temporary conditions that introduce bias. Monthly sales, for example, might vary with the number of working days in the month or the absence of a star salesperson who takes a holiday.
Correlations
Overview
How are monthly stock returns for Microsoft, GE, Intel, GM, and Cisco related?
Trend curves are a great help in understanding how two variables are related. Often, however, we need to understand how more than two variables are related.
Looking at the correlation between any pair of variables can provide insights into how multiple variables move up and down in value together.
The correlation (usually denoted by r) between two variables (call them x and y) is a unit-free measure of the strength of the linear relationship between x and y.
The correlation between any two variables is always between –1 and +1. Although the exact formula used to compute the correlation between two variables isn’tvery important, being able to interpret the correlation between the variables is.
A correlation near +1 means that xand yhave a strong positive linear relationship. That is, when x is larger than average, y tends to be larger than average, and when x is smaller than average, y also tends to be smaller than average.
When a straight line is applied to the data, there will be a straight line with a positive slope that does a good job of fitting the points. As an example, for the data shown below (x=units produced and y=monthly productioncost), xand yhave a correlation of +0.90.
Summary of Correlation
Determining the Correlation Between Data
Correlation is a measure of the relationship between two or more sets of data. For example, if you have monthly figures for advertising expenses and sales, you might wonder whether they’re related. That is, do higher advertising expenses lead to more sales?
To determine this, you need to calculate the correlation coefficient. The coefficient is a number between –1 and 1 that has the following properties:
Correlation Coefficient Interpretation
-
1 The two sets of data are perfectly and positively correlated.
For example, a 10% increase in advertising produces a 10% increase in sales. -
Between 0 and 1The two sets of data are positively correlated (an increase in advertising leads to an increase in sales).
The higher the number, the higher the correlation is between the data. -
0 There is no correlation between the data.
-
Between 0 and –1The two sets of data are negatively correlated (an increase in advertising leads to a decrease in sales). The lower the number is, the more negatively correlated the data is.
-
–1The data sets have a perfect negative correlation.
For example, a 10% increase in advertising leads to a 10% decrease in sales (and, presumably, a new advertising department).
Unit 4 - Form Field Control Introduction
In this unit, you will learn how to:
-
Add form controls to a worksheet
-
Create Group Box and Option Buttons
-
Understand the form controls
You can create forms within Excel without the need to learn VBA (Visual Basic for Applications) programming. Form Controls are created using standard Excel tools from the Developer ribbon.
Form Controls can be used to enable quick and easy data input. You can design them to print out or use online. Forms Controls consist of such as objects as option buttons, tick boxes, and drop-down lists.
Controls can be used to validatedata and limit user input. The value selected in the control is returned to the spreadsheet allowing you to then use this information to display text, values, or run calculations on them
Adding Controls
To add a control to your worksheet, simply click the relevant icon on the form’sdrop-down, and by clicking and dragging, draw the control onto the sheet.
Once placed on the screen, you will see that it has handles at each edge and corner, allowing you to resize it as required.
Understanding Controls and How They Work
All controls must have a “cell link”. This can be any cell on the worksheet (that would generally be hidden away) that is used to store the value returned by the control. For example, if cell B2 is used as the cell link for a tick box, the value TRUE or FALSE would be returned to cell B2 depending on whether or not the box is ticked.
Once there is a value in B2 (in this example, either True or False), you can then use that result for a calculation, function, etc.
e.g.
=IF(B2=True,”Yes I will attend”,”No I won’t be attending”)
Alternatively, if you are using a Spinner or Scrollbar to change values from 10 to 100, and using C3 as the cell link, you could use the value returned in a calculation.
e.g.
=C3*60
=C3*10
=C3*100
All controls have their own properties, which will be covered in this guide. All controls have the ‘Cell Link’ property, which needs to be set if the result is to be used further within the spreadsheet.
Group Box and Option Buttons
From the Insert > Form Controls, click .
Draw a Group Box onto the spreadsheet. Highlight the heading and rename it to “April Fixtures”.
Simply highlight the heading and overtype. Alternatively, just delete to have no heading and just a box.
From the Insert > Form Controls, click .
Draw the Option Button inside the Group Box. Highlight the text and type “Tottenham Hotspurs”.
Add 5 more Option Buttons, and rename them “Arsenal”, “Man Utd”, “Liverpool”, “Chelsea”, and “Aston Villa”.
Resize the Group Box if necessary (by clicking one of the borders and using the handles), to fit in the other Option Buttons.
Click on the CONTROL tab. What you can see here is the properties of the Option Button control.
Click in the CELL LINK box, then click an empty cell behind in the spreadsheet. In the example below, cell F1 has been selected.
Then click OK.
List Box
Single Selection
A list box is used for displaying a list of items. This list is controlled by values or text within a range of cells on your spreadsheet. Dependent on the control’s properties, the user can select one or multiple choices from the list.
Combo Box
The Combo Box is basically adrop-down list. The input range, similarly to the List Box, is taken from a range from within the spreadsheet.
The combo box is a text box with adrop-down arrow, listing items, allowing the user to select one of these. The index number of the item is returned to the cell link and the value backinto the text box.
Scrollbar
The scrollbar can be used either horizontally or vertically on the spreadsheet. It is used to increase or decrease values, and the page change option (clicking anywhere in the centre of the scrollbar instead of the arrows at each end) allows faster and larger value jumps.
Spinner
The Spinner works almost exactly the same way as the Scrollbar, except that you don’t have the Page Change property. You simply use the up and down arrows to increase and decrease values.
Thanks. Your download will begin shortly.
Please help us
Share or create a link to this manual today!
Just follow these simple instructions...