Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

MAKE Your Google Sheets Add-on WORK

About this Tutorial

In this section of the Add-on course we'll be making the apps script work as an Add-on.

Video Transcript

<div>0:00 Alright, in this next section called make it work, we will be writing the AppScript to create the add-on Learn about Google Sheets add-ons and how they enhance your spreadsheet capabilities. Opens in new tab . You will see how simple it is that I use AppScript that is going to be just doing some math.<br>0:11 We're going to return, take some inputs and return some calculated number Discover how numbers are used in Google Sheets functions and calculations. Opens in new tab . This is ludicrously simple for the sheer fact that you can see there are so many things to do when you actually have a completed add-on Learn about Google Sheets add-ons and how they enhance your spreadsheet capabilities. Opens in new tab and you want to deploy that.<br>0:28 That is what the main, this main course is about is all the stuff after you have this add-on Learn about Google Sheets add-ons and how they enhance your spreadsheet capabilities. Opens in new tab .

But I don't want to leave you on the hook, so at the end of this course I do have some, you know, ideas on how to.<br>0:41 Build on what to make, some ideas of why we would make it, some problems you might be trying to solve.<br>0:48 We're going to be creating a math function Understand the role of functions in Google Sheets for performing calculations. Opens in new tab . That means we're not going to be taking input other than in the custom function Understand the role of functions in Google Sheets for performing calculations. Opens in new tab .<br>0:54 It also means we're not going to be creating a sidebar Explore the sidebar feature in Google Sheets and its uses in add-ons. Opens in new tab at all. So we are just going to make something work.<br>0:59 I would recommend.

By far, beyond anything else, if it is your first time creating a Google Sheet add-on Learn about Google Sheets add-ons and how they enhance your spreadsheet capabilities. Opens in new tab to do something similar like this, put out anything that is a proprietary calculation Get insights into calculations in Google Sheets and how to implement them. Opens in new tab and you'll see what we create in this course is going to be the CPM function Understand the role of functions in Google Sheets for performing calculations. Opens in new tab .<br>1:21 I would recommend doing something similar so that you get through all of the parts because each time you create an add-on Learn about Google Sheets add-ons and how they enhance your spreadsheet capabilities. Opens in new tab , it gets easier and easier.<br>1:31 Little by little, you'll go through this process and you'll need this checklist Check out the essential checklist for creating and deploying Google Sheets add-ons. Opens in new tab again and again.

So, let's go and create a new sheet.<br>1:38 Sheet.new, I'm creating a new sheet in my, Google Workspace that is already called Better Sheets. If you, however, create a sheet and the Apps Script Dive into Google Apps Script and learn how to automate tasks in Sheets. Opens in new tab with it that is not in the correct workspace, you're absolutely able to go to Apps Script Dive into Google Apps Script and learn how to automate tasks in Sheets. Opens in new tab , copy the script, and then put it in a new sheet that is<br>1:59 actually on your workspace. That is totally, possible. I did that when I messed up and accidentally wrote the Apps Script Dive into Google Apps Script and learn how to automate tasks in Sheets. Opens in new tab in a completely different work, user.<br>2:10 I just copied it and put it into my own and then deployed it from there.

So it absolutely is possible.<br>2:15 If you make that mistake, do not worry. We just need to write the code and then deploy it at the, in the, user that we want to deploy on.<br>2:23 Alright. So we have a new sheet. Let's go and actually write the Apps Script Dive into Google Apps Script and learn how to automate tasks in Sheets. Opens in new tab in the next video.</div>