Instructional Video4:43
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - The Backstage Area

Higher Ed
In this video, we will explore the backstage area.
Instructional Video8:32
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Understanding Ribbons, Tabs, and Menus

Higher Ed
In this video, we will understand what ribbons, tabs, and menus are.
Instructional Video11:42
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Exploring the Interface

Higher Ed
In this video, you will learn how to explore the interface.
Instructional Video10:15
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - The Start Screen

Higher Ed
In this video, we will explore the start screen and take a look at the different options available.
Instructional Video3:41
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Launching Excel

Higher Ed
In this video, you will learn how to launch Excel.
Instructional Video5:41
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Excel 2021 Versus Excel for Microsoft 365

Higher Ed
In this video, we will understand the difference between Excel 2021 and Excel for Microsoft 365.
Instructional Video2:23
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Section Introduction - 1

Higher Ed
In this video, we will have a quick section introduction.
Instructional Video5:53
Learn German with Herr Antrim

How to Use "Wo", "Woher" and "Wohin" Question Words

9th - 12th
In this German language lesson, you will learn how to use the three "where" question words: "wo", "woher", and "wohin". The video explains when to use each word based on location, destination, and origin. It provides examples of each...
Instructional Video3:39
friEdTech

Project Based Learning: Am I Doing it Right?

Higher Ed
Amy Mayer, founder and CEO of friEdTech, shares the things to look for in the classroom that indicate success in Project Based Learning.
Instructional Video4:37
ACDC Leadership

What's the best way to teach economics?

12th - Higher Ed
I made this videos to give you tips and strategies for teaching economics virtually. I really like nearpod, especially since it gives you the ability to look at students' graphs. I'm not sponsored by nearpod..I just think its a good...
Instructional Video20:35
Let's Tute

Microsoft Excel: Logical Statements and Nested IF Functions

9th - Higher Ed
This video is a tutorial on using logical statements and nested if functions in Microsoft Excel, demonstrated through VBA coding. The teacher explains the importance of understanding logical statements and provides examples of how to use...
Instructional Video4:55
Odd Quartet

How Intervals Work - Part 2

9th - 12th
Identifying music intervals can be one of the more confusing things about learning music theory for the first time. In this video we will look at an easier way to find the names of intervals using the major scale as a reference point....
Instructional Video6:34
APMonitor

Visual Basic for Applications (VBA) in Excel

10th - Higher Ed
VBA adds programming functionality to Microsoft Excel. A Macro is a VBA program that can be recorded to auto-generate code in VBA. VBA is a simplified form of Visual Basic and lacks full-featured programming support. VBA extends the...
Instructional Video9:09
Curated Video

Excel VBA Programming The Complete Guide - Objects as Properties

Higher Ed
It's easy to see object properties as simple, static data values -- integers, floating point numbers, or strings. However, object properties can also store other objects, complete with their own distinct properties and methods. In this...
Instructional Video3:01
ACDC Leadership

Channel Update!

12th - Higher Ed
NO DESCRIPTION
Instructional Video1:10
Curated Video

The Complete Excel Guide: Beginners to Advanced - Module 10 - Practice Exercise

Higher Ed
Let's do a practice exercise.<br/<br/>>

This clip is from the chapter "Excel 2019 Beginners: Formatting Worksheets" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn how to format worksheets.
Instructional Video6:50
Curated Video

Mastering Tableau 2018.1, Second Edition 4.1: Joining Your Data

Higher Ed
In this video, we’ll see how to join data. • Different types of joins • Merge data worksheets with join
Instructional Video2:21
Brian McLogan

Using Consecutive Interior Angles to Find the Value of X

12th - Higher Ed
👉 Learn how to solve for an unknown variable using parallel lines and a transversal theorems. Two lines are said to be parallel when they have the same slope and are drawn straight to each other such that they cannot meet. In geometry,...
Instructional Video5:54
Curated Video

Excel VBA Programming The Complete Guide - The TypeName Method

Higher Ed
The VBA.TypeName method accepts an VBA object and returns its type as a string. In this lesson, we practice invoking the method in the Immediate Window with a variety of inputs including strings, numbers, and various Excel...
Instructional Video8:05
Curated Video

Excel VBA Programming The Complete Guide - The Object Data Type

Higher Ed
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Instructional Video1:08
ACDC Leadership

A quick message for teachers

12th - Higher Ed
I made a new video about graphing games that you can play with your students.
Instructional Video4:23
Curated Video

Excel VBA Programming The Complete Guide - The Parent Property on All Objects

Higher Ed
Coming full circle, we navigate from a Range object all to the way to the top of the Excel object model (the Application object) by relying on each object's Parent property. The property returns the object enclosing the current...
Instructional Video2:07
Curated Video

Excel VBA Programming The Complete Guide - The Workbooks.Count and Worksheets.Count Properties

Higher Ed
The Workbooks.Count property returns the count of open workbooks. The Worksheets.Count property returns the count of worksheets in the selected workbook. In this lesson, we play around with these properties in the Immediate...
Instructional Video3:57
Curated Video

Excel VBA Programming The Complete Guide - Access Object from Collection by Name

Higher Ed
In this lesson, we explore this with the context of Worksheet objects inside the Worksheets collection.
r/>
This clip is from the chapter "The Fundamentals of the Excel Object Model" of the series "Excel VBA Programming–The...