Splitting a list contained within a single cell and want to associate/add...
I am using Google Forms to collect information. In google sheet, I have rows of data and one of the cells contains lists that needs to be separated...
View ArticleConvert input text into duration values with script on Google Sheets
I'm setting up a sheet to help coworkers keep track of their appointments. For now the only way to get those times is to copy-paste the numbers from a different program used to track the info. The...
View ArticleHow to run a function everyday at 11 PM?
Currently the function runs every day at 11pm but it runs twice. I'm only needing it to run once though.function functionsToRun (){ appendValues(); clearCells(); addZeros();}function...
View ArticleQuery with long search criterion
In a Google sheet I have to search for a column containing a specific number.My search is=Query(OPGAVE_TRANS!$A$1:$AD$23;"select AD where A="&A1&" OR B="&A1&" OR C="&A1&" OR...
View ArticleFilter function in Google Sheets
I need help filter some data in Google Sheets. I want to create a FILTER() function that filters between 2 columns and also discards duplicates. Something like the UNIQUE() function between 2 columns.
View ArticleGoogle Sheet: is it possible to make a chart's vertical axis' Min and Max...
I want to have my chart, which displays a range of data that updates periodically, to represent the changes across sampled values in a more zoomed-in form by having the minimum value of the vertical...
View ArticleI need some help with google sheets lastcell timestamp
can someone help me with a script to input timestamp in the lastcell when all previus cells are modified. i have some code but is not working.function timestamp() { var archivo...
View ArticleGoogle Sheets: calling MailApp.sendEmail from a time-triggered script fails...
My sheet runs some calculations on a chart of numbers which updates automatically from a time-driven script. Within that script I put at its very end a function which compares two of the resulting...
View ArticleSheet-form setup to allow users to update only their row?
Is it possible to use a Google Form to replace a user's data in a spreadsheet? Ideally this information would be attached to their email address as they are logged in to Google, thus preventing them...
View ArticleInput timestamp into last cell
I work on a script to input timestamp in the lastcell when all previus cells are modified. The following is not working.function timestamp() { var archivo =SpreadsheetApp.getActiveSpreadsheet(); var ss...
View ArticleHow to stop Google Sheets from increasing numbers when dragging a cell?
So I have a column with text like abcd81. If I drag the cell by that bottom right point then the next row will have abcd82 and so on.How can I prevent this behavior?
View ArticleGoogle Sheets formula indicating whether a value is in a specified set
Is there a Google Sheets formula that indicates whether a value (e.g., the contents of A1) is in a specified set (e.g., 1, 5, 9)?Yes, I could do a SWITCH(A1, 1, 1, 5, 1, 9, 1, 0), but that is overly...
View ArticleAuto populate comment
Is there a way to have google sheets auto populate a comment based on specific entries in a cell? I am trying to have google sheets auto populate a google form response if certain content is entered...
View ArticleHow can I download the form field data for several forms at once in Adobe...
How can I download the form field data for several forms at once in Adobe Sign?
View ArticleIndicating whether a value is in a specified set
Is there a Google Sheets formula that indicates whether a value (e.g., the contents of A1) is in a specified set (e.g., 1, 5, 9)?Yes, I could do a SWITCH(A1, 1, 1, 5, 1, 9, 1, 0), but that is overly...
View ArticleHow to manage emails from a mailing list in gmail
I have created a label in gmail so that all emails coming from a particular address get tagged with the label. However, I would like for these emails to not appear in my inbox at all. This is a mailing...
View ArticleHow to count rows instead of cells in Google Sheets based on multiple criteria?
I have a sheet that is used for tracking sales leads. Each row is a unique lead with a few of the first columns being basic information like Account #, Type, Date Signed Up, etc. Then I have about 16...
View ArticleFacebook account asks for verification, but does not send out the verification
When I try to recover my account using email, it says:"Enter codeWe sent an 8-digit code to the email you chose. Please enter the code here once it arrives.""An error occurred while sending the...
View ArticleMerge multiple columns in Google Sheets from questions in Google Forms if all...
I have a google form where I ask for the specific college someone is studying in (i.e. college of engineering, college of business, etc.) and then send them to a specific question where they select an...
View ArticleGmail bulk Emails manipulation
I am trying to deal with 600,000+ emails in inbox, my goal is to either delete or archive emails before 1/1/2021.Doing a search and select all search results and then delete or archive as mot people...
View Article