Combining Duplicate Data Within A Table? | Google Sheets
Table Data:This is a dulled down version of the Data Table I am trying to filter - which is a massive list of leads.Basically, I am trying to find a way to combine all rows with similar contact...
View ArticleWorking With Durations In Google Apps Script
I'm trying to write a function in Google Apps Script to manipulate durations calculated in Google Sheets. The cells holding the durations look like:18:40:00 26:42:01 When I pass a duration into my code...
View ArticleHow to stop the "friendship anniversary" notifications on Facebook?
I regularly receive notifications in Facebook Messenger about the anniversary of my friendship (amiversaire in the French version) with a friend. Messages like you have been friends with [friend] since...
View ArticleAdd Number of days and time on a datetime field
I have the following sheet: | A | B | C 1 | 23/2/2020 12:00 | 5 | 2:00 2 | 12/4/2020 13:00 | 2 | 2:0 And I want to calculate how many days after and how many hours after the date will be. So as an...
View ArticleHow to prevent Google Sheets from reformating input from Google Forms?
I need to create Google Form where users can submit different data. Problem is that some of them use comma and others use dots as decimal separator and my Form should handle them both. Problem is, it...
View ArticleConverting multiple columns to list
I'm currently using Google Sheets and I'm capturing data with Google Forms.What I'm receiving from Forms, inside the corresponding sheets is an entry with timestamp, clientID, item1, quantity1, item2,...
View ArticleHow to check if there is any Data Validation error in the whole spreadsheet?
Is there a way to check in a Google Sheets spreadsheet, if there is at least one cell violating a Data Validation rule? If such functionality is not built-into the app, how can I write a Google Apps...
View ArticleWhy am I getting notifications about someone I have blocked on Twitter
I get emails from Twitter for notifications, so the other day I notice I got an email about a notification from Twitter about someone I have blocked what they tweeted! Does anyone know why I’m getting...
View ArticleImportRange and Query Function Data is condensing into one cell
I am trying to create a spreadsheet that imports data from one spreadsheet into another and then sorts that data by a key phrase. Here is the formula I am...
View ArticleArrayFormula / SumIf for multiple columns based on dymanic date / Monday...
I have several form responses sheets (that I ImportRange into a common workbook) that need to display a total every Monday through Friday of the week that updates for current week Monday - Friday. I...
View ArticleGoogle App Script to Hide & Show Rows Based on Dropdown Selection on Active...
I am trying to create code that will automatically hide or show rows depending on the selection of the dropdown on whatever sheet is currently active. The drop down selection is a list of all the...
View ArticleHow to sync Gmail Inbox across devices?
I use Gmail on my Android phone, desktop PC and laptop. It seems to track the inbox separately for each. So, if I have 10 emails (1-10) on my PC and I archive 1,5,9, when I got to my phone, 1-10 are...
View ArticleHow to fill columns automatically when a new row is added
Been trying this for a few hours, trying to fill down column F G H automatically when a new row is added (my data is on another sheet that's coming in from...
View ArticleIs there a way to copy text from two cells into another spreadsheet only if...
I want to copy the text in Cells A1 and B1 into another spreadsheet that will be emailed out, but only if the text in Cell E1 has a "YES" in it.How would I go about doing something like this in Google...
View ArticleHow to download my starred inbox emails on Gmail?
I noticed that Gmail deletes starred messages after some time, how can I download all my starred messages?
View ArticleIncrement value based on condition
I'm trying to combine arrayformula with an increment value based on a condition.Basically I have a column called purpose, it basically has 2 values - Restock and Order. Upon order, column Count Order...
View ArticleGmail Filter Not Archiving Emails
I have the following Gmail filter:Matches: to:(marketing.emails@mail.com) Do this: Skip Inbox, Mark as read, Apply label "marketing.emails@mail.com", Never mark it as important The filter marks the...
View ArticleHow to add Print buttom in a sheet to print other sheet
I need a script to, adding a print button in a sheet1, to print the entire sheet2.How can I do this?Many thanks
View ArticleAuto fill cells with custom script - enforce sleep between calls
I have a custom script which calculates the distance between two addresses. The script uses API call to Google Maps. I have my addresses listed in one column (about 4000 addresses), the other address...
View ArticleCount Occurrences of Unknown Values
I'm really new to Google Sheets and formulas in general. I know you can count occurrences of values when you know what you're counting e.g. the times red is written in the column and you can search for...
View Article