Excel 2010 Training – Excel Slicer Tool for Pivot tables

A new feature introduced in 2010 version of Excel is the Slicer tool. Used to visually and quickly filter data within a Pivot Table.

Although the Pivot Table feature makes it extremely easy to manipulate the layout of data lists in Excel, we have found most attendees of our Excel 2010 training Courses are excited by the power of the new Slicer tool.

Create a standard Pivot Table and from the Insert Ribbon click the Slicer tool in the Filter Section.

This will display the Insert Slicers Dialog. From the Insert Slicers dialog tick the fields you would like to filter on.

Training Excel 2010 - Slicer Dialog

 

This will display a box for each field selected. These can be moved and resized to suit available space on the sheet.

Excel Training in London - Excel Slicer Boxes

To filter data, click on the relevant data. In our example below we have chosen the Bristol and London Store with Departments of Sales and Payroll. (You can select multiple items by holding the Control key while clicking).

Microsoft Excel Training Courses - Slicer and Pivot table filer

The results are immediate, and the slicer dialogs visually show what is currently filtered.

To clear the filters, click the small funnel icon in the top right of the Slicer boxes.

NOTE: This Slicer feature is disabled if you have workbooks from earlier Excel versions running in compatibility mode. To enable Slicer, Save the workbook as a 2010 file format, then re-open.

Excel 2010 Courses – Calculating Times

One of the most asked questions during our Excel 2010 Training Courses in London has to be the subject of calculating times.

One important issue is how time values are typed in Excel. This should always be as
9:00 AM or 10:30 PM. There must be a colon separating the hours:minutes and if you are specifying AM or PM there MUST be a space between the minutes and the AM or PM.

In the example below we wish to calculate elapsed time.

The formula would be the later time minus the earlier time. E.g. 10:25 AM – 9:00 AM

The result will be formatted incorrectly. To format to show 1.25 you Select the Cell with the answer. Right-Click, From the context menu select Format Cells

Select Custom from the Category list, then choose the Type [h]:mm:ss

Note: You MUST select the format with the square brackets around the h.
Optional, you can remove the :ss from the end, unless you need to see the Seconds.

Click OK. This will display the correct format.

The other problem people on Excel Training Courses experience is when the time spans over midnight. This can give negative results. The secret is a function called MOD.

The last example from the above screen shot shows 10 PM from the previous evening and an end time the following day of 6 AM. The calculation would still be the later date/time minus the earlier one e.g. 6 AM – 10 PM

However, include this within the MOD function as below:

Microsoft Training Excel 2010 - MOD Function

Type: =MOD(Latest time – Earlier time, 1 )

This will give the correct Hours/Minutes elapsed between the times.