Skip to content
Advertisement

Tag: google-sheets

use an array from Google Sheets to create a data list in html that can be served to a Google Apps Script for Autocomplete a Text Input

I have been struggling for a couple days to build a simple interface for my colleagues to record every customer interaction. They will input the following: Name of Customer (Autocomplete feature, from a superset of all names in a column in the spreadsheet) Date of Interaction Summary of the Interaction Prospects (Hot, Warm, Tepid, Cold) My problem is in getting

Restrict Editors to Specific Ranges Script

Thanks to the help of someone from Stack, the following script was provided to make a protection script I had written run faster. While the new script does apply protections except the specified ranges, users who are provided editor access are able to edit outside of the desired ranges. My hope is to ensure that users are only able to

Advertisement