Microsoft Excel 2013 Level 4

Request info

Excel 2013 Training

Brief Description:  

The level 4 course will build on the previous Excel courses, introducing more advanced topics such as macros and collaboration.

Duration: 1 day

Who Should Attend:

Description:

You have been using Excel 2013 for a while and either in training or through self-development you have a solid foundation in the basic and intermediate skills for working in Excel. You have used Excel to perform tasks such as running calculations on data and sorting and filtering numeric data. In this course, you will extend your knowledge into some of the more specialised and advanced capabilities of Excel by automating some common tasks, creating Macros, collaborating with others and editing the ribbon.

 

Participants will:

  • Create macros to automate common tasks
  • Use form controls
  • Collaborate with others by merging and tracking workbooks
  • Use advanced techniques to analyse data
  • Import and export data
  • Create Power Views
  • Customise the Ribbon

Course Content:

Lesson 1: Creating Macros

  • Creating a Macro
  • Comparing Relative and Absolute Macros
  • Running a Macro
  • Editing a Macro
  • Assigning Shortcuts to Macros
  • Macro Security

Lesson 2: Collaborating With Others

  • Protected Views
  • Tracking Changes
  • Workbook Merging

Lesson 3: Analysing Data

  • Creating a Single Input Data Table
  • Creating a Two-Variable Data Table
  • Creating Scenarios
  • What If Analysis using Goal Seek
  • Consolidating Data

Lesson 4: Import and Export Data

  • Exporting Excel Data
  • Importing Delimited Text
  • Importing a Web Query

Lesson 5: Power Views

  • Inserting a Power View Sheet
  • Modifying the Power View Fields and Filters
  • Adding Additional Visualisations

Lesson 6: Using Form Controls

  • Creating a Form
  • Creating a Custom Form
  • Protecting Controls and Linked Cells

Lesson 7: Editing the Ribbon

  • Editing the Tab wording
  • Adding a new Tab
  • Adding a new Group
  • Adding buttons to a group
  • Adding Macro buttons

Pre-requisites

  • Use Data Validation
  • Work with Statistical Functions
  • Work with Text Functions
  • Work with Financial Functions
  • Use Auditing Tools
  • Insert Illustrations
  • Create PivotTables
  • Create and work with Templates
SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-02-08' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (6385) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC