Instructional Video8:40
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Excel Automation - Part 1

Higher Ed
This is first of the two-part video, where you will learn about the automation of data in a spreadsheet. This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process Automation - UiPath RPA...
Instructional Video11:22
Curated Video

Practical Data Science using Python - Data Science Stages and Technologies

Higher Ed
This video explains data science stages and technologies. This clip is from the chapter "Introduction to Data Science" of the series "Practical Data Science Using Python".This section introduces you to data science.
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 Video6:58
Curated Video

Excel VBA Programming The Complete Guide - The Workbook.Activate Method

Higher Ed
In this lesson, we invoke the Workbook.Active method to simulate a user click on a workbook and make it the ActiveWorkbook. We also review the ActiveSheet property, which targets the currently highlighted worksheet. This clip is from the...
Instructional Video1:50
Curated Video

Excel VBA Programming The Complete Guide - The Exit Sub Keywords

Higher Ed
The Exit Sub keywords terminate a procedure prematurely, before it reaches its last line of code. It's an effective technique to combine with conditional logic --- proceed if all the pieces fall into place, exit otherwise. In this...
Instructional Video3:41
Curated Video

Excel VBA Programming The Complete Guide - The CommandButton Control

Higher Ed
The CommandButton is a clickable button that trigger an event procedure. In this lesson, we add 3 buttons to our form -- Submit, Cancel and Hide. This clip is from the chapter "User Forms" of the series "Excel VBA Programming–The...
Instructional Video8:17
Curated Video

Excel VBA Programming The Complete Guide - The ListBox Control I - Wire up the Form

Higher Ed
In the first of a 3-part series, we introduce the ListBox form control for displaying a list of predefined values for the user to choose from. We hardwire our list to show the names of all of the workbook's sheets. This clip is from the...
Instructional Video7:06
Curated Video

Excel VBA Programming The Complete Guide - The OnError and GoTo Keywords

Higher Ed
The On Error Go To keywords redirect the pathway of a procedure to a specially designated section. In this lesson, we set up an example and discuss why the Exit Sub keywords have to be used to avoid running into the code automatically....
Instructional Video9:31
Curated Video

Excel VBA Programming The Complete Guide - VBA Functions, Part I

Higher Ed
The VBA object includes many helper methods to assist the developer with common utility operations. In this lesson, we explore the LCase, UCase, Len, Trim, and InStr methods for working with strings. This clip is from the chapter...
Instructional Video6:13
Curated Video

Excel VBA Programming The Complete Guide - The LBound and UBound Methods

Higher Ed
The LBound and UBound methods return the smallest and greatest index positions of an array. In this lesson, we utilize these values to write a flexible, dynamic loop procedure. This clip is from the chapter "Arrays" of the series "Excel...
Instructional Video5:59
Curated Video

Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop

Higher Ed
Arrays can easily be populated with values from the worksheet using a basic For loop. In this lesson, we perform a popular string cleaning operation --- trimming the leading and trailing whitespace of a string -- on a column of values...
Instructional Video7:11
Curated Video

Learning Microsoft Power BI - Creating a Dashboard

Higher Ed
In this video, we will learn about dashboards, what they are for, and how they’re different from reports. • Understand the important differences between a report and a dashboard • Create a new dashboard by adding visualizations from the...
Instructional Video7:46
Curated Video

Learning Microsoft Power BI - Connecting to a Folder as a Data Source

Higher Ed
In this video, we will learn how to connect a folder as a data source. • Understand the power and usefulness of the import option • Combine flat files from a folder using Power Query • Import data from multiple files into a single folder...
Instructional Video8:01
Curated Video

The Complete Excel Guide: Beginners to Advanced - Subtotals

Higher Ed
The aim of this video is to explore subtotals. This clip is from the chapter "Excel 2019 Beginners: Outlining and Subtotaling" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore what is...
Instructional Video10:59
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 2

Higher Ed
This video is the second part of the three-part video that presents another practice exercise on Excel driven testing. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing...
Instructional Video8:19
Curated Video

Using COUNTIF Function and Absolute Cell References in Excel

Pre-K - Higher Ed
The video explains how to efficiently count the occurrences of specific numbers in a spreadsheet using Excel's COUNTIF function and absolute cell references. By setting up a simple table and formula, you can easily track the frequency of...
Instructional Video3:02
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Extracting Text with Delimiters

Higher Ed
This video explains how to extract text with the help of delimiters. This clip is from the chapter "Text Functions in Power Query" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides an...
Instructional Video2:13
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Creating the Map of Australia in Power BI

Higher Ed
This video demonstrates how to create the map of Australia in Power BI. This clip is from the chapter "Maps in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section focuses on the types of...
Instructional Video8:43
Global Health with Greg Martin

Writing a grant application for public health projects

Higher Ed
In this video, Dr Greg Martin does a screen recording of himself writing a concept note for funding of a research projects. The video focusses on the "activities" (done on a gantt chart) and budget. If you're wanting to send a concept...
Instructional Video3:40
Curated Video

Alteryx for Beginners - Directory Tool

Higher Ed
This video explains the Directory tool in Alteryx. 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 Video3:00
Curated Video

Alteryx for Beginners - Browse Tool

Higher Ed
This video demonstrates how to use the Browse tool in Alteryx. 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 Video6:28
Curated Video

Excel VBA Programming The Complete Guide - The Range.ColumnWidth and Range.RowHeight Properties

Higher Ed
The Range.ColumnWidth and Range.RowHeight properties can resize the row and height of one or more columns or rows. In this lesson, we play around with these features in the Immediate Window. This clip is from the chapter "Range Actions"...
Instructional Video4:14
Curated Video

Excel VBA Programming The Complete Guide - The Workbook. Method

Higher Ed
The Workbook. method accepts a SaveChanges parameter; pass it a Boolean value of True to save the workbook before closing. In this lesson, we practice this concept by writing values to our red and blue workbooks. This clip is from the...
Instructional Video6:59
Curated Video

Excel VBA Programming The Complete Guide - The Workbooks.Open Method and Workbook.Path Property

Higher Ed
In this lesson, we offer a review of the Workbooks.Open method and introduce the Workbook.Path property. The former is used to open a single workbook while the latter is used to identify the direction that a workbook exists in. It's...