Google Apps Script Coding Exercises 10 Practice code

Google Apps Script Coding Exercises Exercise 1: Sending Email Task: Write a script that sends an email to a specific recipient with a predefined subject and body. Code: function sendEmail() {   var recipient = ‘example@email.com’;   var subject = ‘Greetings from Google Apps Script’;   var body = ‘This is a test email sent using Google Apps … Read more

Quiz and Exercises Google Apps Script GmailApp Class

🚀 Exciting Journey into Google Apps Script – GmailApp Class! 📧✨ 🔍 Exploring the dynamic capabilities of the GmailApp class in Google Apps Script! 🌐 Whether it’s sending personalized emails, managing drafts, or navigating through your inbox, the possibilities are endless. 💡 Key Takeaways: Introduction to Google Apps Script – Gmail Service Google Apps Script … Read more

DevFest Saskatoon 2023 Speaker Laurence Svekis

November 19th 2023, I was invited to be a speaker at DEvFest Saskatoon, over 120+ attendees! https://gdg.community.dev/events/details/google-gdg-saskatoon-presents-devfest-2023-gdg-saskatoon/ Quance Theater, Quance Theater, Education Building Room 1003, University of Saskatchewan 28 Campus Drive, Saskatoon, S7N 0X1 GDG Saskatoon GDG Saskatoon’s Inaugural Tech Conference on November 19th! DevFest is an annual distributed tech conference hosted by the Google … Read more

Elevate Your Google Apps Script Knowledge!

Google Apps Script  Are you looking to boost your productivity and streamline your work in Google Workspace? Google Apps Script is your secret weapon! 🛡️ I’ve put together 25 multiple-choice questions to test your knowledge and expand your understanding of this powerful tool. Whether you’re a seasoned pro or just getting started, these questions cover … Read more

Learn Google Apps Script Coding Examples 3 Projects in Sheets

Google Apps Script Notify User on Edit of Sheet Here’s how you can set up this project: Remember to adapt the code to your specific use case and requirements. Google Apps Script can be used for a wide range of tasks, from automating Google Sheets to creating custom add-ons for various Google Workspace apps. function … Read more

PDF Guide Examples of Apps Script Custom Formulas From YouTube Videos Download Free Guide

Google Apps Script Examples of Custom Formulas in action in Sheets CONVERT_TEMPERATURES Temperature Conversion in Google Apps Script – How to Convert Celsius to Fahrenheit and Vice Versa 1 GENERATE_PASSWORD Generate Secure Random Passwords with Google Apps Script 9 Optimize Cost Calculations with Google Apps Script: Learn How! 15 Unlock the Power of Weighted Averages … Read more

Custom formula to calculate average rating

In this example, we’ll create a custom formula that helps you analyze survey data by calculating the average rating for a set of responses. Scenario: You want to create a custom formula that calculates the average rating from a set of survey responses, where each response is rated on a scale from 1 to 5. … Read more

Custom formula to calculate the total cost of items with coupon discounts

In this example, we’ll create a custom formula that calculates the total cost of items in a shopping cart, considering discounts based on a coupon code. Scenario: You want to create a custom formula that calculates the total cost of items in a shopping cart, taking into account discounts based on a coupon code. We’re … Read more

Generate Secure Random Passwords with Google Apps Script

Title: “Generate Secure Random Passwords with Google Apps Script” Description: In this video, we dive into a Google Apps Script function that’s perfect for generating secure and random passwords. Whether you’re looking for strong passwords for your online accounts or want to enhance security in your applications, this function has got you covered. We’ll show … Read more

Temperature Conversion in Google Apps Script – How to Convert Celsius to Fahrenheit and Vice Versa

Title: “Temperature Conversion in Google Apps Script – How to Convert Celsius to Fahrenheit and Vice Versa” Description: In this video, we’re exploring a Google Apps Script function that simplifies the conversion of temperatures from Celsius to Fahrenheit and vice versa. Learn how to easily convert temperatures using this script. Hashtags: #GoogleAppsScript #TemperatureConversion #CelsiusToFahrenheit #FahrenheitToCelsius … Read more