google-sheets Questions
2
Solved
I am using SpreadsheetApp.getActiveRange().getValues(); to get the value of a range of cells, but it doesn't return the hyperlink associated with that cell, only the text. Is there any way to get t...
Stoll asked 12/12, 2012 at 19:18
8
I would like to display easily an image on Gsheet cell based from URL of image stored in Gdrive.
I have tried with the Gsheet function =IMAGE("URL") and it does not work.
The objective is to disp...
Novelize asked 18/2, 2020 at 18:42
3
I have a range of cells in one column, some contain text and some are blank cells. I want to search the range for the first occurrence of a word. I know that it's possible to combine Index and Matc...
Phenacetin asked 1/7, 2016 at 21:58
5
Solved
I have a conditional formatting rule (color scale) applied to a row (e.g. A1:Z1). I want the to duplicate this rule for another row, but when I use Paste Special -> Paste Conditional Formatting ...
Reinhard asked 24/1, 2017 at 14:7
4
Solved
I'm using Google App Script for the first time.
I'm using it on a Google Doc spreadsheet.
I'm trying very simple functions, just to learn the basics. For example this works:
function test_hello()...
Aesir asked 26/7, 2012 at 0:14
8
Solved
I know this looks simple.
In a Google spreadsheet, I have a column where I enter time in one timezone (GMT)
And another column should automatically get time in another time zone (Pacific Time)
G...
Megasporophyll asked 22/1, 2016 at 12:31
2
Is there a way to get the identification (i.e. A1 notation) of a selected cell or range in Google Sheets?
Something like:
=SELECTION(['Sheet1']) -> "D6"
Trihydric asked 11/6, 2015 at 11:23
14
I have a few Simple Custom Functions that I use all the time. I have recently run into a spreadsheet that I desperately need to use them in, but when I try to use even the most basic custom functio...
Lemur asked 16/6, 2015 at 21:3
2
Solved
In google sheet I have 2 ranges of variable length with some data,i.e.
column A: aa, ab, ac; and
column B: ba, bb, bc.
I would like to combine them in one long list in column C with a some form...
Celesta asked 27/3, 2018 at 18:4
2
Solved
I have created a google sheet and have converted it into JSON using the URL. example: https://spreadsheets.google.com/feeds/list/SHEETID/od6/public/values?alt=json
I want to add a api key to this g...
Liponis asked 12/4, 2021 at 12:56
1
I'm trying to calculate the rate of change in Google finances' data. For example if price of AMD was 2 dollar and tomorrow it was 1 dollars, then the result I want is -0.5. I called the Google fina...
Unsightly asked 10/7, 2019 at 2:3
0
I have a code that converts range from the spreadsheet into a image and send it as a repot. It works well but the quality of the image is low. The PDF I am getting is in really good quality but the...
Agraffe asked 30/5, 2024 at 1:0
6
Solved
I can't find any reference to an API that enables Rest API clients to export an existing Google Sheet to a csv file.
https://developers.google.com/sheets/
I believe there should be a way to expor...
Sinner asked 8/6, 2016 at 14:35
2
Suppose I want to color scale complete rows on the basis of values in a column (using Google Sheets inbuilt color scale option in the conditional formatting menu). How do I achieve this?
Testimonial asked 11/12, 2019 at 19:22
2
I use GOOGLEFINANCE() to query the historical USD/GBP exchange rate at a set of fixed dates.
This works fine, except sometimes GOOGLEFINANCE returns #N/A, for whatever temporary upstream reason. W...
Vulgarity asked 29/4, 2019 at 14:40
2
Can someone help me figure out how Google Sheets' inbuilt Lambda function works? There is no official documentation for it and the only information available is as in the below snapshot.
When usin...
Roundtree asked 28/9, 2021 at 4:54
3
How to use a formula to determine the current timezone?
The formula I use gives an unexpected result.
My spreadsheet settings (File > Spreadsheet settings...):
Time zone: (GMT+01:00) Amsterdam
...
Natika asked 3/10, 2012 at 11:12
7
Solved
I'm having trouble stopping the googlefinance function on a specific date to use "that" specific exchange rate to convert currency from GBP to EUR.
Here is my formulae: =Finance!B4*GOOGLEFINANCE("...
Zippel asked 15/11, 2017 at 14:59
2
Solved
I am trying to combine two codes that I found here:
Google Sheet Range mail pdf
Convert a gdoc into image
I want to achieve something that will send an email with the inline picture of specific ran...
Chiropractor asked 14/5, 2024 at 8:21
2
Solved
I found the below code of @Tanaike which works for me perfect but I would like to add some parameters to exporting like size of the page or exporting in landscape etc.
I know that I need to add par...
Sheepskin asked 14/5, 2024 at 6:5
1
Solved
convert UTC timezone into custom local time with daylight savings offset (and back) in google sheets
I'm looking for a way to convert standard UTC timestamps into a valid Date Time values of local timezone with daylight saving oscillation in mind.
...using this unnamed calendar app, that does not ...
Halothane asked 7/5, 2024 at 19:32
2
Solved
I created Browser.inputBox which accepts only a single text. However I need to make a drop down list where I can choose from the list instead of typing the string myself.
A screenshot of the inpu...
Adamina asked 2/10, 2015 at 8:1
13
Solved
The following illustration should help:
Gamble asked 4/8, 2017 at 9:2
4
Solved
I'm wondered if it's possible in google sheet to convert Gregorian calendar to jalali using a function. In fact, I have some date such as :
February 20, 2021 4:30 AM
I need to display this date in...
Straightforward asked 22/2, 2021 at 12:41
6
Is it possible to do an array formula with index match:
e.g:
=arrayformula(if(len(A3:A),INDEX('SheetB'!E:E,MATCH(A3:A,'SheetB'!H:H,0))))
If not, is there a solution that doesn't involve google...
Melainemelamed asked 20/1, 2015 at 10:35
© 2022 - 2025 — McMap. All rights reserved.