Sending the same email but with some personalized content to a group of people can be a boring and time-consuming process. The best solution to this is to have all the data in the sheet and use a process called MailMerge. But this option is not available in google sheets. So, in this how-to, we will create a script to send emails from google sheet using the data from the … [Read more...] about Create a Script to Send Emails from Google Sheet
Sheets
Google Spreadsheet Script to create and email a PDF on Form Submission
In this how-to, we will use a script to create and email a PDF on Form submission automatically. So, this script is going to be triggered by submitting the Google Form and it will convert the sheet in PDF. In the next steps, the script is going to save the PDF in your Drive and send it as an attachment in an email.Check this article if you want to AutoFill and Email a Doc … [Read more...] about Google Spreadsheet Script to create and email a PDF on Form Submission
Add Auto Number to Google Form Response Sheet
To easily and uniquely identify each Google Form response is to have a key field. That field should be in the form of a number that will be autogenerated to avoid duplicates. This option is not available in Google Forms, so you have to adapt the Form response sheet to do it for you.The auto-number formulaThe formula that we are going to use to add auto number to Google … [Read more...] about Add Auto Number to Google Form Response Sheet
Generate Invoices using Google Form and Sheets
In this guide, we are going to build a small web app to generate invoices using Google Form and Sheets. Basically, we are going to create a Google Form that collects the data for the invoice and sends it to a spreadsheet. In the spreadsheet, we are going to create an invoice template for printing and we are going to use formulas to get the latest data automatically.So, just … [Read more...] about Generate Invoices using Google Form and Sheets
Create a Google Site and Insert Charts from Spreadsheet
This guide is a part of the how-to: Create daily sales report sheets from Google Form, but it can be considered as a guide to create a Google Site and insert Charts from spreadsheet. You can use the same procedure for inserting or any other Google elements like Google Sheets, Drive folder, Docs, Calendar and etc.All the charts that we are going to insert in the Google Site … [Read more...] about Create a Google Site and Insert Charts from Spreadsheet