Learn to Code in Google Sheets | Intro To Scripting

About this course
Learn how to create automations inside of Google Sheets. Better productivity of day to day tasks.

Are you ready to unlock the full potential of Google Sheets and become a wizard in the world of spreadsheets? Enroll in our "Learn to Code in Google Sheets" course and gain the skills and knowledge you need to master Google Apps Scripts.

"Learn to Code in Google Sheets" is an introductory course that will teach you how to use Google Apps Scripts to automate business tasks and unlock the full potential of Google Sheets. In this course, you will learn the fundamentals of coding and how it applies to Google Sheets, and you will have the opportunity to write and run your own programs using Google Apps Scripts. By the end of the course, you will be able to automate common business tasks using Google Sheets, such as data entry, data manipulation, and reporting.

Additionally, you will gain the skills to troubleshoot and debug common coding issues, and you will be able to create custom functions and macros in Google Sheets to streamline your workflows and improve your efficiency. This course is perfect for business professionals, students, educators, data analysts, researchers, entrepreneurs, and anyone who wants to learn how to use Google Sheets to its full potential. Join us and discover the power of coding in Google Sheets!

By the end of the course, you'll be a certified Google Sheets wizard, ready to take on any challenge that comes your way. Sign up now and join our wizarding community of Google Sheets enthusiasts!

Tutorials

Why Code in Google Sheets? - Learn to Code in Google Sheets Part 1

Why Code in Google Sheets? - Learn to Code in Google Sheets Part 1

welcome to part one of Learn to Code in Google Sheets. In this video, we...
Tips to Navigating Thousands of Lines of Code In Apps Script

Tips to Navigating Thousands of Lines of Code In Apps Script

Find out how I use Apps Script built in features to code very quickly an...
How to Write a Function - Learn to Code in Google Sheets Part 2

How to Write a Function - Learn to Code in Google Sheets Part 2

Continuing to show you how to write a function in Apps Script.
From Sheet to Script And Back Again - Learn to Code In Google Sheets Part 3

From Sheet to Script And Back Again - Learn to Code In Google Sheets Part 3

In this video, I'm going to share with you how to go basically from shee...
Copy That, From One Sheet to Another - Learn to Code in Google Sheets Part 4

Copy That, From One Sheet to Another - Learn to Code in Google Sheets Part 4

Learn to code in sheets. Automate Your Daily Sales Report with Google Sh...
NOW()
Now Do It Every Damn Day - Learn to Code in Google Sheets Part 5

Now Do It Every Damn Day - Learn to Code in Google Sheets Part 5

Now that we have a script that we wanna run every day, how do we run thi...
Wrap Your Mind Around This - Learn to Code in Google Sheets Part 6

Wrap Your Mind Around This - Learn to Code in Google Sheets Part 6

this completes learn to code in Google Sheets and I wanted to finish off...
Write Your First Script

Write Your First Script

I walk you through everything you may encounter along the way of coding ...
How to Record Macros

How to Record Macros

Record a macro, to Insert a column every day.
COLUMN()
How to Edit a Macro

How to Edit a Macro

Editing macros in Google Sheets helps you do more in less time.
How to Trigger Macros Daily

How to Trigger Macros Daily

Automate your apps script and macros you can record.
TODAY()
Automatically Uncheck A Daily Checklist

Automatically Uncheck A Daily Checklist

Create an automatic unchecker for a daily checklist. Fun way to learn Ap...
How do I reference a different spreadsheet in Apps Script?

How do I reference a different spreadsheet in Apps Script?

I'll show you how to get text from one spreadsheet file to another with ...
IMPORTRANGE()