python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Retrieve answers from a checkbox grid of a Google Form with Google Apps Script
I'm trying to store the data of a Google Form into a Google Sheet. In the Google Form there's a checkbox grid that contains a list of questions. I want to get the values (the answers) of the checkbox ...
Angélica Castillo
Votes: 0
Answers: 1
How can I turn this regex formula into an array?
I have a regex function for a column in Google sheets which is something like below:
=REGEXEXTRACT(E2,"\Q"®EXREPLACE(E2,"\w\S*@\S+\w","\\E(.*)\\Q")&"\E&qu...
Utkarsh Maheshwari
Votes: 0
Answers: 1
Categorise a Column Of Text Strings Using a List in Another Column - Google Sheets
I have a column with text strings in and I would like to categorise them according to a keyword in that string.
For example, in column A:
i use php
i use java
i uses angular
i used javascript
And in...
MartinBig
Votes: 0
Answers: 1
Apps Script: Batch Create Calendar Events without Creating Duplicates
I'm working on a script that takes a list of tasks from Google Sheets and automatically creates events on Google Calendars, putting the event on the Calendar of the team member to whom the task is app...
dylan-bush
Votes: 0
Answers: 1