IDG TECHtalk
R tip: Color-Coded Calendars
See how well you’re achieving daily goals with a color-coded calendar made in R. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
All In One Social Media
How To Make 100 Pieces Of Content A Day like Gary Vee - Content Marketing Strategy
There is no denying that Gary Vee is a Content Marketing Machine. He even went so far as to say if you aren't making 100 pieces of content a day that you are leaving the greatest opportunity in the world on the table. In this video, I...
Curated Video
Creational Design Patterns in Modern C++ - Parameterized Factory Method
This video explains an alternative implementation of the factory method. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section highlights the factory method and explains how...
friEdTech
Reorder Google Form Spreadsheet
Learn how to safely reorder the spreadsheet that is created to house form responses collected via a Google Form.
friEdTech
Copy List from Spreadsheet to Form
Tired of typing in that list of all those names, locations, etc. when you've already got the data in a spreadsheet, well guess what Dorothy, you've had the power all the time to PASTE THAT STUFF RIGHT IN. Watch this video an learn how in...
Curated Video
Finding Percentages Using Technology
In this video, the teacher explains how to use technology, such as spreadsheets and calculators, to find the percentage of a population that falls within a certain range. They demonstrate how to use statistics tables, Z scores, and the...
Tarver Academy
How to Choose a Response Destination in Google Forms
In This Episode, Tyler Teaches Us About How to Choose a Response Destination in Google Forms
R Programming 101
How to import data from excel into R studio - R programming for beginners
Importing data from excel into R is easy. Learn how to import data from excel by using both R code and by using the tools within R studio. This video is part of the R programming for beginners series.
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. This clip is from the...
Curated Video
Changing Text Case in Microsoft Excel
In this tutorial, the speaker demonstrates how to easily change text from uppercase to lowercase, title case, or sentence case in Microsoft Excel using simple formulas. By following the step-by-step instructions, users can efficiently...
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...
Curated Video
How to Insert a Diagonal Line in a Cell in Microsoft Excel
In this quick tutorial I'll show you how to add a diagonal line or border to a cell in Microsoft Excel and how to format that line by changing width and color.
friEdTech
How to Use the NEW Autocrat
Autocrat is a ROBOT that does your work for you. You heard me right. It's like Rosie from the Jetsons. If you don't take a few minutes to learn this, you're literally working HARDER not SMARTER, so come on y'all, who wants to do this?...
Curated Video
How to Create Bullet Lists in Microsoft Excel
Microsoft Excel doesn't provide any option to create a bullet list or format cells to appear as a bullet list, but there is a way to do it. In this video, I show you how to format cells so that you can create a bullet list with items in...
Curated Video
Microsoft SQL Server Development for Everyone - What is a Database Table?
This video explains what a database table is. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate tables and data.
Curated Video
Creating a People Graph in Microsoft Excel
In this fast-paced tutorial I'll show you how to create visually engaging people graphs in Microsoft Excel.
Let's Tute
Microsoft Excel Tutorial: Collecting Data with Google Forms
In this Microsoft Excel tutorial, you will learn how to collect data using Google Forms. The tutorial provides step-by-step instructions on creating a Google form, sending it to participants, and automatically collecting the responses in...
IDG TECHtalk
R tip: Animations in R
In this eighth episode of Do More with R, learn how to animate data over time with R and the gganimate and ggplot2 packages. Leave a comment and let us know what tips you’d like to see in a future Do More With R video.
friEdTech
Learn to use Autocrat 3.0
In this tutorial, you will learn to use the latest version of Autocrat (as of December 2016) to create certificates (or anything else you'd like). Autocrat is really like having a robot do your work, so trust me on this, it's VERY much...
Curated Video
Removing Unwanted Spaces in Excel
This video tutorial demonstrates two effective methods for removing unwanted spaces in Microsoft Excel data. The first method involves using the find and replace tool (Ctrl+H) to quickly eliminate extra spaces, while the second method...
Curated Video
Displaying Dates in Any Format You Want in Excel
In this tutorial, Justin demonstrates how to easily format dates in Microsoft Excel using custom date formats. He shows how to display dates in various ways, such as showing only the day, month, year, or full date as a sentence. By using...
Curated Video
How to Print The Gridlines in Microsoft Excel
Normally, when you print a sheet from Microsoft Excel, the gridlines are hidden. In this tutorial, I show you how easy it is to not only have the gridlines printed, but also the row and column headers if you want.
Tarver Academy
How to Respond in Google Forms
In This Episode, Tyler Teaches Us About How to Respond in Google Forms
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. This clip is...