Add a button in conversation view [closed]
I m creating a gmail extension, but i can't find a tutorial about adding a button in conversation view with javascript
View ArticleRun Google Sheet Script from 3rd row [closed]
I have just started working with the google sheet scripts. I'm creating a PDF(converting Google Doc to PDF) that is taking data from Google Form inputs. I have written this attached script but my data...
View ArticleHow to fix the "Your account will stop working in 1 day" error in Google account
I have added supervision for my child's Google account but in the child's account, the error "Your account will stop working in 1 day" is coming. How to solve this?
View ArticleLogging a value that changes once a day in Google Sheets [duplicate]
In my Google Sheet cell D12 gets the difference of two numbers with =D9 - D4. How do I store the value in cell D12 to a log in another sheet on a daily basis? I would like each row in the log sheet to...
View ArticleGoogle Sheets formatting
I have a workbook in Google Sheets and it is for a schedule for my company so I have a few sheets in my workbook that have the days of certain weeks and then one more tab that has inventory...
View ArticleExtract name from multiline mangled text string in Google Sheets
I am using importhtml() to read data from a website and end up with a value like this in cell A1:1JorgeJ SolerSolerDH1How do I extract the name "Jorge Soler" from this data?
View ArticleEmbed an interactive calculator in my website using Google Sheets
I have implemented a calculator in a Google Sheet, and would like to embed it in my website. There will be multiple users. They should be able to enter numbers and see the result, perhaps with a chart,...
View ArticleGoogle Sheet Search Button
Sorry beginner and just starting to try Apps Script just for a few weeks. I'm create a form for my Inventory Tracker with few button 'Search', 'Clear Form', 'Save Data', 'Update Data' and 'Delete...
View ArticleKeep formulas working when copying multiple sheets (tabs) from one...
I have a complex spreadsheet and need to copy some of the tabs to another spreadsheet file. Formulas no longer work when I am done copying. How can I fix them?
View ArticleConcat columns from query result in Google Sheets
I have a sheet that has a column with labels in a single cell. A cell can contain 1 or more labels, each separated by a comma.+-----------+| Labels |+-----------+| Foo,Bar || Bar,Baz || Quux,Quuz |I...
View ArticleCount of each number where the cell to the right is 1 number higher in an 8...
Table:1 2 3 5 6 8 9 112 3 6 7 9 10 11 121 2 4 5 6 9 11 14Output:1 2: 22 3: 23 4: 04 5: 15 6: 26 7: 17 8: 08 9: 19 10: 110 11: 111 11: 112 13: 0I've tried countif w/ AND, countifs, vlookup, filter, as...
View ArticleAutomatically add a new sender address (subaddress) to GMail?
I use subaddressing constantly in my GMail account, creating a new address several times per day. However, the user experience when doing this leaves a lot to desire:Either I have to manually create a...
View ArticleConverting a googlefinance() market cap to another currency in Google Sheets
I can get the market capitalization of Bank of Montreal with =googlefinance("TSE:BMO", "marketcap"). The result is in US dollars. How do I get it in Canadian dollars?
View ArticleCreate a Unique Order Number From Existing column of values
I need to create a unique ID from an existing list of order numbers. Pls see the image below:What I want is for the existing duplicate order numbers to be made unique by adding an extra digit to the...
View ArticleFacebook blocking
I blocked someone creepy on Facebook so they can't message me anymore or see my page, I even changed my name just in case. In old messages will they see my new name? Or be able to look me up by it if...
View ArticlePlot count hours, each date separately, from non-standard datetime values, in...
The data in the 'Input' sheet starts in cell A1 and looks like this:2021 04 06 7 432021 04 06 11 152021 05 01 10 112021 05 01 13 18These are datetime values so 2021 05 01 13 18 means 2021 May 1st at...
View ArticleSplit text in Google Sheets with a delimiter which contains spaces
I have a column (A) in Google Sheets where each row contains the following string:"TEXT on MORE_TEXT" or, for more specific example "occurred on December 17, 2020". The "MORE_TEXT" part can be any of...
View ArticleWhy does google sheets query stop working on 6 decimals (but works on 5)?
I was creating a google sheets query that's pretty simple:query(<range>,"select Col2 where Col1 contains <number with decimals>")I noticed that it works when the number with decimals...
View ArticleHow to run a google sheets query against a dynamic range
BackgroundI have a spreadsheet that displays data internet consumption by users that looks like thisuserid feb1 feb2 feb3 . feb29 u1 100 34 23 . 4u2 0 24 21 62u3 300 25 5 1u4 50 5 6 ..un 23 52 3 . 42I...
View ArticleREGEX in Google Sheets with Filter
I'm trying to mix regex with a filter in Google Sheets. What I have at the moment is=filter(AD:AD,X:X=X2,right(Z:Z,1)={1,2,3,4,5,6,7,8,9})The regular expression is that the final character in column Z...
View Article