google-spreadsheet tag

29 questions


1 answers
285 views
0
Google spreadsheet REGEXMATCH wants to detect symbol content but does not return expected value

In the G spreadsheet, I would like to check if the A3 cell string contains the symbol B3:B32.The string in A3 is Expected an int but was BOOLEAN at path$.data.next_pageAssume that First, put the symbo...


1 answers
442 views
0
How GAS Determines if a Hyperlink is Configured for a Specific Cell Value in a Spreadsheet

For example, there is data that contains a string in column A.If the link is set halfway as shown in the image, I would like to set up a script to set up hyperlinks only for strings with no links.I've...


1 answers
280 views
0
I would like to replace the GAS code with the SpreadSheet cell formula IMPORTRANGE and paste it as a value.

As stated in the title, if the data is not very wide, the code below will work.If the A1 cell contains an IMPORTRANGE formula, By taking the value of all cells from there and setting it to A1 cells be...


1 answers
421 views
0
I want to get the email address of the person who accessed it in GAS, get the matching cell from Spreadsheet, replace the email address with a name, and send it to chat.

I would like to obtain the data of the cell to the right of the cell matching the email address in the program shown below and substitute the text below.var payload={ text—text }What I've tried so far...


1 answers
440 views
0
I want to output a row with the maximum value of the specified column.

month, day, count10 1 510 2 611 3 711 4 8There are numeric data for each date such as I'd like to print a line that records the maximum monthly value.Findings 102611 4 86 every 2 days in OctoberNovemb...

1 years ago

1 answers
84 views
0
How to Format Google Sheets API

I will explain it step by step.I set the date and time to work exactly as it is so that it can be reflected even if the date changes.BC2017/12/07 11:03 2017/12/08 0:54 If you do this, the text will al...


1 answers
103 views
0
Twitter OAuth Authentication Cannot Get Access Tokens

I am developing a Twitter app with Google spreadsheet, but I am having trouble getting a token in the OAuth authentication section of Twitter.Isn't there something like the localStorage feature in Jav...


1 answers
109 views
0
Twitter OAuth Authentication Cannot Get Access Tokens

I am developing a Twitter app with Google spreadsheet, but I am having trouble getting a token in the OAuth authentication section of Twitter.Isn't there something like the localStorage feature in Jav...


1 answers
79 views
0
I want to fill in the value by searching a separate sheet.

Sheet 1 key12321said the key.Seat 2 keyval1 abc2xyzLet's say it has a key and a string you want to fill.I'd like to put the corresponding string for the key in sheet 2 in the second row of sheet 1It s...

1 years ago

1 answers
91 views
0
I want to fill in the value by searching a separate sheet.

Sheet 1 key12321said the key.Seat 2 keyval1 abc2xyzLet's say it has a key and a string you want to fill.I'd like to put the corresponding string for the key in sheet 2 in the second row of sheet 1It s...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.