Using Apps Script for Google Sheets
How to create a blank row at row 1 for charts and freeze the following 2 rows?Row 1: blank row for dynamic chartRow 2: usual headersRow 3: input from form
View ArticleGoogle Spreadsheet Script Trigger: This app is blocked
I am trying to create a trigger for a script in google spreadsheet and upon trying to save the trigger I am getting the following error:This app is blocked This app tried to access sensitive info in...
View ArticleNeed help with google sheets, sending info from one sheet to another, but...
Guys for example I have this master sheet, which has one specific column that I want to filter by. for example it has different job titles, and I want that to be on another sheet so I can create...
View ArticleFILTER between columns
I have thousands of data in 2 columnsFirst one is ordered by export and the other by latest activity. The export columns has more queries than the latest activity. (can't change the export to the...
View ArticleHow to use a query to find a row of same name but last entry, then copy a...
I am trying to use a query to copy values from one column to another.Both source and destination columns have a name on their left columns, and the name must match. The source names could be...
View ArticleGmail: automatic reply without "+canned.response" in from address
I have setup some automatic responses in gmail through templates (setup a filter that sends that templated e-mail as an answer).The problem is, that the e-mail isn't sent from...
View ArticleHow to extract desired text from a cell
As you can see below I have these data in single cell I want only car nos as my result
View ArticleHow to use a query to find a row of same name but last entry, then copy a...
(This is an updated version of this question - I am trying my best to make myself clearer this time.)I am trying to use a query to copy values from one column to another.Both source and destination...
View ArticleWeird shapes are showing on my Google Docs Spreadsheets, on multiple...
Since a few weeks, all kinds of weird shapes are randomly showing on my google docs.Details:not on all docs;not on specific times;not always;not only on one computer.Anyone has an idea? I have tried...
View ArticleHow can I delete several pages of text from my Google Docs?
I have a Google Docs file that contains about 250 pages of text. Only pages 180-230 apply to me, so I wanted to delete the unnecessary pages from the document.I have tried to drag my cursor over the...
View ArticlePull data from separate Google Sheet into a Google Forms response sheet and...
I have a Google Sheets leave sheet for employees where we track the leave days due and days already used. I also have a Google Form which submits responses to linked sheet and runs with Form Publisher...
View ArticleGoogle seemingly serving a hacked redirect - Can I do anything about it?...
So, a while ago my client's website https://www.geodesigns.co.uk got hacked and redirected to an online pharmacy. I since cleaned the site (Wordpress), installed extra security and there's no longer...
View ArticleCombine multiple IF statement/condition into one Google Sheet column
How can I achieve in Google Sheet so that the column will auto populate the correct "vendor" based on the selection on "model" and "size". Refer below:There will be 2 different vendor based on the...
View ArticleCalculate time difference within one cell
I'm trying to calculate the time difference and get the result 04:00. This obviously doesn't work because MINUS expects 2 arguments and instead gets a range.Generally, is there a way to output a range...
View ArticleGoogle Sheets formula IF or SUM with conditional formatting
I'm looking for some much needed help after hours of looking.I have lets call it a task list of things to do. Columns A B and C have text, column D is a number (hours it will take me to complete task)...
View ArticleLine spacing in Google Sheets
Is there a way to increase the line spacing in Google Sheets, not the cell padding? I'm referring to the space between the lines in a paragraph that's inside a cell. If not, is there an addon that can...
View ArticleHow to find accounts associated with my Yahoo! account?
How do I find all the accounts I've created on different websites with my Yahoo! mail account, considering that I deleted most my emails a few years back, which means I can't search up confirmation...
View ArticleHow do I print a specific number of A based on a value from a cell in Google...
There's a cell that would contain the number of times a letter would be printed in a cell.i.e.cell a1 = 3. b1 should look as "A A A"my rough script is:for(var arow=0; arow<4; arow++) { var numberofo...
View ArticleGoogle docs - reconnect a list before the previous one
I have two lists. A main list and a small list. The small list is nested inside the main one. We can summerize it like that :1. Install process 1. Step 1 2. Step 2 3. Step 32. Execution processIn...
View ArticleGroup By, multiple times?
I'm in the midst of creating some code to query my data.Here's an example of said data: Text version of imageNameToFAOFJon CenaBuyer1Tim BrownSeller3Cabel GuyBuyer5Cabel GuySeller1Cabel GuySeller1Tim...
View Article