Instructional Video18:44
Curated Video

Excel 101: Foundations of Excel in 20 Minutes

Pre-K - Higher Ed
Do you feel behind because you never learned the foundations of Microsoft Excel? In this video, Mark will take you through everything you need to know to get started in about 20 minutes.
Instructional Video4:08
Curated Video

Excel 2016: A Comprehensive Guide to Navigating the Interface and Creating Your First Worksheet

6th - Higher Ed
This video is a comprehensive guide to using Excel 2016, a powerful spreadsheet program that allows users to store, organize, and analyze information. The video covers essential features such as navigating the interface, utilizing the...
Instructional Video4:08
Curated Video

Excel 2016: Navigating the Interface and Getting Started

6th - Higher Ed
This video provides a comprehensive overview of Excel 2016, a powerful spreadsheet program used for storing, organizing, and analyzing information. The instructor guides viewers through the various features and tools of Excel, starting...
Instructional Video4:19
Curated Video

Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property

Higher Ed
The Application.ScreenUpdating property can be set to False to disable updates to the Excel interface. One way to optimize the speed of a macro is to turn the property off at the beginning of execution and reenable it at the end. In...
Instructional Video6:18
Let's Tute

Microsoft Excel Tutorial: Extracting Values

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to extract values using the SMALL and LARGE functions, as well as how to rank values using the RANK function and calculate percentile ranks using the PERCENTRANK function. The tutorial...
Instructional Video3:21
Curated Video

Excel VBA Programming The Complete Guide - The Range.Count and Range.CountLarge Properties

Higher Ed
In this lesson, we use the Range.Count and Range.CountLarge properties to find out the number of cells in a given range. The returned value counts all cells, not just those with values.
r/>
This clip is from the chapter "Range...
Instructional Video2:39
Curated Video

Excel: Common Excel Functions

Pre-K - Higher Ed
This video introduces the student to a variety of basic functions available in Excel, including SUM, AVERAGE, MIN, and MAX, and how to apply them to a range of cells, thereby enabling the student to perform basic statistical analyses on...
Instructional Video12:49
Curated Video

How to Use Percentages in Microsoft Excel

Pre-K - Higher Ed
Many people seem to struggle with formatting percentages in Microsoft Excel, with 100% seemingly equivalent to 1000% or more! In this tutorial I'll explain what's really going on, how to use the percentage tool correctly, demonstrate why...
Instructional Video9:17
Let's Tute

VBA Editor Overview: Tools and Commands

9th - Higher Ed
In this video, the teacher provides an overview of the VBA editor tool in Microsoft Excel. They explain the different tools and commands available, such as modules, project windows, and macros. The teacher also demonstrates how to...
Instructional Video1:01
Curated Video

The Complete Excel Guide: Beginners to Advanced - Introduction to Excel

Higher Ed
An introduction to Excel.
r/>
This clip is from the chapter "Excel 2019: Introduction" of the series "The Complete Excel Guide: Beginners to Advanced".The upcoming 21 sections for Microsoft Excel 2019 are perfect for those new...
Instructional Video8:26
Curated Video

The Complete Excel Guide: Beginners to Advanced - Overview of the Excel Window

Higher Ed
Let's explore the Excel window.
r/>
This clip is from the chapter "Excel 2019: Introduction" of the series "The Complete Excel Guide: Beginners to Advanced".The upcoming 21 sections for Microsoft Excel 2019 are perfect for...
Instructional Video7:53
Curated Video

The Complete Excel Guide: Beginners to Advanced - What's New in Excel 2019

Higher Ed
Let's see what's new in Excel 2019.
r/>
This clip is from the chapter "Excel 2019: Introduction" of the series "The Complete Excel Guide: Beginners to Advanced".The upcoming 21 sections for Microsoft Excel 2019 are perfect for...
Instructional Video3:13
Curated Video

The Complete Excel Guide: Beginners to Advanced - Mouse Features

Higher Ed
Let's explore the mouse features available in Excel.
r/>
This clip is from the chapter "Excel 2019: Introduction" of the series "The Complete Excel Guide: Beginners to Advanced".The upcoming 21 sections for Microsoft Excel 2019...
Instructional Video2:38
Curated Video

The Complete Excel Guide: Beginners to Advanced - Backstage View

Higher Ed
Let's see what is the backstage view.
r/>
This clip is from the chapter "Excel 2019: Introduction" of the series "The Complete Excel Guide: Beginners to Advanced".The upcoming 21 sections for Microsoft Excel 2019 are perfect...
Instructional Video1:17
Curated Video

The Complete Excel Guide: Beginners to Advanced - Course Overview

Higher Ed
A quick overview of the course.
r/>
This clip is from the chapter "Excel 2019: Introduction" of the series "The Complete Excel Guide: Beginners to Advanced".The upcoming 21 sections for Microsoft Excel 2019 are perfect for...
Instructional Video7:00
Curated Video

Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties

Higher Ed
In this lesson, we explore the Rows and Columns properties, which are available on both the top-level Application object and a specific Range. The two can be used to target complete rows or columns, within the spreadsheet or within a...
Instructional Video8:14
Curated Video

Excel VBA Programming The Complete Guide - Submit the UserForm

Higher Ed
In this lesson, we wire up the final Command Button on our UserForm to capture the user's input and populate it on the spreadsheet.
r/>
This clip is from the chapter "User Forms" of the series "Excel VBA Programming–The...
Instructional Video8:25
Curated Video

Excel VBA Programming The Complete Guide - The Range.End Property

Higher Ed
In this lesson, we write values to the four corners of the spreadsheet using the Range.End property and discuss the predefined constants (enumerations) passed in as arguments.
r/>
This clip is from the chapter "Range...
Instructional Video6:24
Curated Video

Excel VBA Programming The Complete Guide - Get Last Row of Data in Worksheet

Higher Ed
Daily reports will often have a fluctuating number of rows. In this lesson, we introduce a convenient strategy to identify the last row of data in a sheet --- starting at the bottom of the spreadsheet and navigating upwards.
r/> ...
Instructional Video5:12
Curated Video

Excel 2016 Basics: Navigating the Interface and Getting Started

6th - Higher Ed
This video serves as a comprehensive introduction to Microsoft Excel 2016, a powerful spreadsheet program used for storing, organizing, and analyzing information. The tutorial covers various aspects of Excel, starting with the Start...
Instructional Video13:00
Curated Video

Excel VBA Programming The Complete Guide - Introduction

Higher Ed
We discuss the benefits offered by the technology, the tools and features available in VBA, a brief history of the language including its precursors Basic and Visual Basic and the prerequisites for the course.
r/>
This clip is...
Instructional Video25:11
Flipping Physics

Harnessing the Power of Spreadsheets in Physics

12th - Higher Ed
Basic demonstration of how to use spreadsheets in an introductory physics class.
Instructional Video6:21
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet_SelectionChange Event

Higher Ed
The Worksheet_SelectionChange event is triggered when the user navigates to a different cell with a spreadsheet. In this lesson, we react our first Excel event and also explore the ByVal keyword in the automatically generated...
Instructional Video4:00
Curated Video

Excel VBA Programming The Complete Guide - The Range.Copy and Range.Cut Methods

Higher Ed
Copy and paste --- is there a more common task in Excel? In this lesson, we use the Range.Copy and Range.Cut methods to copy, cut, and paste text across a spreadsheet.
r/>
This clip is from the chapter "Range Actions" of the...