I have a simple Apps Script need, but can\'t find a near enough sample from the community. I need to convert 2 sheets from a Google Spreadsheet, individually, as CSV files then attach them in an email
I have build a google sheet that will be replicated 80 times for stores to enter operational data into.
I have a script that import range in files from folder. The promblem is that in column A i have 3000 not emty cell, but i need import all range but filter that have not empty cell in column B
I have a table as follows, which has Unique IDs for each person and some dates NAME DATE Info John 01/11/2022
Using A1, I change the value of A2, I\'d like it will automatically activate cell (F3, F56, F109... so on). I\'m newbie in script programming. Thank you