
Learn to automate repetitive tasks in Google Sheets using Google Apps Script, start with custom formulas and menus, and import export data with triggers and practice examples.
Learn to automate repetitive tasks in Google Sheets by recording macros, applying array formulas and regular expression extraction to update first names via Google Apps Script.
Explore Google Apps Script and the editor in Google Sheets to automate tasks, create scripts and macros with functions, run them from the editor, and set time-driven triggers.
Learn to use spreadsheet service with SpreadsheetApp, get the active spreadsheet and Sandbox sheet, read A1 and B1, multiply them, and write the result to C3.
Learn to create custom formulas in Google Sheets with Apps Script. Build a first name function to extract and capitalize the first name from a full name.
Learn how to create custom menus and a custom sidebar in Google Sheets using Google Apps Script, triggering a multiplication script from the menu with on open.
Explore triggering Google Sheets actions with the onOpen function in Google Apps Script, define onOpen to access the UI and create menus, and review other triggers like onInstall and onEdit.
Learn how to add buttons to Google Sheets that trigger Google Apps Script functions with a custom menu and a sidebar, along with on open triggers for intuitive use.
Explore built-in time-driven triggers in Google Sheets that run automatically, even when your laptop is off. Set a daily morning trigger for the multiplication script and receive email reports.
Fetch external data with Google Apps Script to pull third-party data via API calls, convert JSON responses, and insert titles into a Google Sheet.
Post data from a Google Apps Script to a Slack channel using a post request, with a dynamic payload built from sheet values.
Google Apps Script for Google Sheets
In this course, I'll show you how to create:
Custom functions
Ways to automate repetitive tasks
Fetch data from external sources
Send data from sheets to external tools like Slack
Trigger scripts automatically while asleep
Change the spreadsheet layout with menus, sidebars and popups
To help you navigate the world of Apps Scripts, I've created a cheat sheet with the most important functions. This should take you through to the end of the course even if you've never worked with JavaScript.