Instructional Video3:35
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet.Copy Method

Higher Ed
The Worksheet.Copy method copies the contents of a worksheet to a new worksheet. When invoked with no arguments, it will create the copy in a brand new workbook. With either a Before or After argument, the copy will be placed in the...
Instructional Video11:00
Curated Video

Excel VBA Programming The Complete Guide - Predefined Constants

Higher Ed
In this lesson, we dive into predefined constants or enumerations. These are constants built into the VBA language itself that evaluate to numbers. They are used internally by VBA whenever several options are needed that cannot be...
Instructional Video8:45
Curated Video

Excel VBA Programming The Complete Guide - The Immediate Window and Debug.Print Method

Higher Ed
The Immediate Window is a console or playground within the Visual Basic Editor that allows the developer to test out snippets of VBA code. The IW can be used to get or set property values, invoke object methods and more. In this...
Instructional Video4:04
Curated Video

Excel VBA Programming The Complete Guide - The Name Property on Workbook and Worksheet Objects

Higher Ed
In this lesson, we explore the Name property on both a Worksheet and Workbook object. The Name property is only readable on a Workbook but is readable and writeable on a Worksheet. The key takeaway is that object design differs; just...
Instructional Video2:48
Curated Video

Excel VBA Programming The Complete Guide - The Worksheet_Activate Event

Higher Ed
The Worksheet_Activate event is triggered when the user navigates to a different worksheet. It can be used to provide the user with instructions or warnings. In this lesson, we write a quick procedure to MsgBox out the activated...
Instructional Video9:34
Curated Video

Excel VBA Programming The Complete Guide - Dynamic Arrays

Higher Ed
A dynamic array can be resized repeatedly throughout a procedure to hold a different number of elements. This can be helpful when we cannot predict an array size in advance. In this lesson, we use a dynamic array to contain a list of...
Instructional Video7:50
Curated Video

Excel VBA Programming The Complete Guide - The For Each-Next Construct

Higher Ed
The For Each construct iterates over every single object in a collection. In this lesson, we practice iterating over the Workbooks and Worksheets collections.
r/>
This clip is from the chapter "Iteration" of the series "Excel...
Instructional Video5:17
Curated Video

The Complete Excel Guide: Beginners to Advanced - Absolute Values

Higher Ed
Let's understand what are absolute values.
r/>
This clip is from the chapter "Excel 2019 Beginners: Formulas and Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore formulas...
Instructional Video4:01
Curated Video

The Complete Excel Guide: Beginners to Advanced - Working with Links

Higher Ed
The aim of this video is to explore how to work with links.
r/>
This clip is from the chapter "Excel 2019 Beginners: Linking Files" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, you'll learn...
Instructional Video9:25
Curated Video

Learning Microsoft Power BI - Creating Visualizations-Card Visualizations and Title Section

Higher Ed
In this video, we will explore the top title section of the report and see what types of information should be displayed there.

• Add a title and image to the r
eport
• Understand what types of information should be...
Instructional Video5:32
Curated Video

Learning Microsoft Power BI - Connecting to (Almost) Any Data Source with Power Query

Higher Ed
In this video, we will learn how to connect to any data source with the help of Power Query.

• Look at the various types of data connections we can make with the help of Power
Query
• Understand how to connect to data...
Instructional Video5:21
Professor Dave Explains

Practice Problem: Cell Potential, Equilibrium Constants, and Free Energy Change

9th - Higher Ed
Mercy me, how are cell potential, equilibrium constants, and free energy change all related? By a few different equations, that's how. See if you can solve for these values given some data!
Instructional Video6:25
Curated Video

Naming Cells In Microsoft Excel

Pre-K - Higher Ed
In this video tutorial I show you how simple and easy it is to name a cell in a Microsoft Excel spreadsheet, and then refer to that cell by its name elsewhere in the spreadsheet. Referring to cells using descriptions and names makes much...
Instructional Video4:17
Curated Video

How to Hide and Unhide Columns in a Spreadsheet

Pre-K - Higher Ed
This video tutorial demonstrates how to hide and unhide columns in a spreadsheet efficiently. It explains the process of hiding columns to declutter the view without deleting important data, and then provides clear steps on how to easily...
Instructional Video4:51
Curated Video

Excel: How to Separate First Names and Surnames Using Text to Columns

Pre-K - Higher Ed
Learn how to efficiently separate first names and surnames from a list of names in Excel using the Text to Columns feature. By following simple steps, you can split the data into separate columns, eliminating numbers and organizing the...
Instructional Video3:27
Curated Video

Excel Tutorial: How to Rotate Table Data 90 Degrees Quickly and Easily

Pre-K - Higher Ed
Learn how to quickly rotate tables in Excel by transposing the data through 90 degrees. Instead of manually rearranging information, discover the hidden "transpose" feature in Excel's paste special option. This efficient technique allows...
Instructional Video3:53
Curated Video

Rounding Numbers to a Set Decimal Place in Excel

Pre-K - Higher Ed
In this video tutorial, learn how to round numbers in a spreadsheet to a set number of decimal places using the ROUND function. The instructor demonstrates how to easily round numbers to two decimal places and ensure consistency across...
Instructional Video12:39
Curated Video

Organizing Large Spreadsheets with Checkboxes

Pre-K - Higher Ed
In this tutorial, Justin demonstrates how to tidy up a large spreadsheet in Microsoft Excel using checkboxes. By hiding or compressing sections with checkboxes, users can easily navigate through the spreadsheet and focus on specific...
Instructional Video7:08
APMonitor

Solve Nonlinear Equations with MATLAB

10th - Higher Ed
MATLAB solves nonlinear equations either symbolically or numerically with solvers such as "fsolve". This example demonstrates how to obtain a solution to sets of nonlinear equations.
Instructional Video10:36
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Data Table Variables

Higher Ed
In this video, you will take a closer look at Data Table variables and all the things we can do with them.
<
br/>
This clip is from the chapter "Tech Primer – Variables and Data Types" of the series "Robotic Process Automation -...
Instructional Video5:11
Brainwaves Video Anthology

Nilanjana Dasgupta - Implicit Bias

Higher Ed
As the director of faculty equity and inclusion, Nilanjana (Buju) Dasgupta works with faculty and develops policies and programs that can be implemented college-wide to increase diversity in the hiring, retention, success, and...
Instructional Video1:18
Curated Video

Alteryx for Beginners - Date and Time Tool

Higher Ed
This video explains how to use the Date and Time tool in Alteryx.<br/<br/>>

This clip is from the chapter "In/Out Tab" of the series "Alteryx for Beginners".This section provides an introduction to the In/Out tab in Alteryx.
Instructional Video10:37
Curated Video

Excel VBA Programming The Complete Guide - The ComboBox Control II

Higher Ed
In this lesson, we wire up the UserForm to iterate over all of the workbook's worksheets and normalize the font name and size based upon the user's ComboBox selections.
r/>
This clip is from the chapter "User Forms" of the...
Instructional Video6:00
Curated Video

Excel VBA Programming The Complete Guide - The ComboBox Control I

Higher Ed
The ComboBox is a dropdown of predefined options that can optionally accept a new user input. In this lesson, we create two ComboBoxes to accept a font name and a font size.
r/>
This clip is from the chapter "User Forms" of the...