Hi, what do you want to do?
Curated Video
Excel 101: Foundations of Excel in 20 Minutes
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.
Curated Video
Excel 2016: A Comprehensive Guide to Navigating the Interface and Creating Your First Worksheet
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...
Curated Video
Excel 2016: Navigating the Interface and Getting Started
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...
Curated Video
Excel VBA Programming The Complete Guide - The Application.ScreenUpdating Property
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...
Let's Tute
Microsoft Excel Tutorial: Extracting Values
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Count and Range.CountLarge Properties
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...
r/>
This clip is from the chapter "Range...
Curated Video
Excel: Common Excel Functions
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...
Curated Video
How to Use Percentages in Microsoft Excel
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...
Let's Tute
VBA Editor Overview: Tools and Commands
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Introduction to Excel
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...
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Overview of the Excel Window
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...
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - What's New in Excel 2019
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...
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Mouse Features
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...
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Backstage View
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...
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...
Curated Video
The Complete Excel Guide: Beginners to Advanced - Course Overview
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...
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Rows and Range.Columns Properties
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...
Curated Video
Excel VBA Programming The Complete Guide - Submit the UserForm
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...
r/>
This clip is from the chapter "User Forms" of the series "Excel VBA Programming–The...
Curated Video
Excel VBA Programming The Complete Guide - The Range.End Property
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...
r/>
This clip is from the chapter "Range...
Curated Video
Excel VBA Programming The Complete Guide - Get Last Row of Data in Worksheet
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/> ...
r/> ...
Curated Video
Excel 2016 Basics: Navigating the Interface and Getting Started
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...
Curated Video
Excel VBA Programming The Complete Guide - Introduction
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...
r/>
This clip is...
Flipping Physics
Harnessing the Power of Spreadsheets in Physics
Basic demonstration of how to use spreadsheets in an introductory physics class.
Curated Video
Excel VBA Programming The Complete Guide - The Worksheet_SelectionChange Event
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Copy and Range.Cut Methods
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...
r/>
This clip is from the chapter "Range Actions" of the...