Problem Currently I find out which is the biggest array and from it I generate a while loop and I […]
Tag: google-apps-script
Calculate cumulative daily rainfall
Problem It took me a while to compute this script, it works perfectly, but I think that it is very […]
Returns Google Sheet cells from a named range
Problem I’ve got this function that’s called in several places in some of my Google Spreadsheets. It accepts a Range […]
List with values not found in another list when each index has two objects
Problem As the question already says, my code returns a list with the index’s that don’t exist inside another list. […]
Nesting for loops to find matches in different tables
Problem I’m not sure if I’m even approaching this correctly (still very much learning), but this is what I’m attempting […]
Replace/remove all diacritics and converting different letters to Latin alphabet in multiple spreadsheet columns (multidimensional array)
Problem Attention: if you read the question and are going to use the defaultDiacriticsRemovalMap in the future → I analyzed […]
Creates a menu and sidebar in Google Spreadsheets
Problem In an effort to make my code more testable, I’m trying to make use of constructors and prototypes. Here […]
Exporting a table from Google Sheets and sending it via email
Problem Basically is a script to export a table from Google Sheets and send it via email. But it’s not […]
Dependent dropdown
Problem I’ve created this code (used the validation creation section from here) which creates dependent dropdown lists based on data […]
Bracketing multiple onEdit functions [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Code not implemented or not working as intended: […]
- 1
- 2