About 1,810,234 results (4,068 milliseconds)

Referencing data from another sheet using a variable sheet name ...

https://support.google.com/docs/thread/4078098/referencing-data-from-another-sheet-using-a-variable-sheet-name?hl=en
Apr 12, 2019 ... Using this formula to reference data from another sheet (sheet names are years)... =2018!M47. Is it possible to reference a cell address instead of hard coding ...

named variable references include sheet name - Google Docs ...

https://support.google.com/docs/thread/171412677/named-variable-references-include-sheet-name?hl=en
Jul 16, 2022 ... ... reference cells in other sheets in the same file. Google sheets, Excel and Openoffice all use all the same syntax for their formulas. I am ...

How can you use a cell reference in place of Sheetname in a query ...

https://support.google.com/docs/thread/2992104/how-can-you-use-a-cell-reference-in-place-of-sheetname-in-a-query-formula?hl=en
Mar 25, 2019 ... Depending on the data, I will need to use a difference Sheet with a different name. I have the query formula occurring more than once to ...

Using a cell value as worksheet name in an Index Match formula ...

https://support.google.com/docs/thread/182192198/using-a-cell-value-as-worksheet-name-in-an-index-match-formula?hl=en
Oct 3, 2022 ... I am a Google Sheets/Excel novice. I have tried different variations of INDIRECT but can't get the formula to reference G2 (which for example ...

Use a variable instead of the actual sheetname

https://groups.google.com/g/google-apps-script-community/c/TtlytodCoLE
Mar 31, 2022 ... I have various bits of script in a function that refer to a sheet by it's name. E.g. var ss = SpreadsheetApp.getActive().getSheetByName ...

Script help maybe. Creating a variable that isn't preset in a cell for ...

https://support.google.com/docs/thread/37317503/script-help-maybe-creating-a-variable-that-isn-t-preset-in-a-cell-for-use-in-a-formula?hl=en
Apr 1, 2020 ... I'm making an interactive D&D character sheet with hundreds of equations, linked cells, and linked spreadsheets for the DM and players to have ...

Dynamic worksheet name in vlookup - Google Docs Editors ...

https://support.google.com/docs/thread/140832159/dynamic-worksheet-name-in-vlookup?hl=en
Dec 16, 2021 ... This is so I can use a set of prices specific to particular customers. =VLOOKUP(A2,'XXX'!$A$1:$C$24,2,FALSE).

Dynamic Formula Referencing Another Sheet - Google Docs Editors ...

https://support.google.com/docs/thread/201506996/dynamic-formula-referencing-another-sheet?hl=en
Feb 11, 2023 ... ... formula dynamic. For example enter the tabs name in a cell and all my formulas should use this cell for tab's name. For reference I used one ...

Using Indirect to put a sheet name and cell reference together not ...

https://support.google.com/docs/thread/149906414/using-indirect-to-put-a-sheet-name-and-cell-reference-together-not-working-when-sheet-name-updated?hl=en
Feb 8, 2022 ... I then have a formula which pulls a cell from each sheet based on their name using the number column. I am using the indirect formula =INDIRECT( ...

VLOOKUP and INDIRECT function? - Google Docs Editors Community

https://support.google.com/docs/thread/37606373/vlookup-and-indirect-function?hl=en
Apr 3, 2020 ... ... sheet. I have each table set as a named range and use a variable =IF(DROPDOWN1="OUTPUT 1", INDIRECT(TABLE1)) and it works but like I said I ...

Use variables to get a cell number - Google Docs Editors Community

https://support.google.com/docs/thread/179655733/use-variables-to-get-a-cell-number?hl=en
Sep 16, 2022 ... I would like to improve this by changing the number "13" in that formula to get the value of the sheet name instead so I don't have to go in and ...

SHEETS: How to reference the Text/Value from one cell within a ...

https://support.google.com/docs/thread/137041108/sheets-how-to-reference-the-text-value-from-one-cell-within-a-formula-of-another-cell?hl=en
Nov 24, 2021 ... ... names, each name on a different row. Within that row is a number of formulas referencing a SHEET with that corresponding name. So, A12 value ...

I want to use a cell value as a variable in IMPORTRANGE function ...

https://support.google.com/docs/thread/102022251/i-want-to-use-a-cell-value-as-a-variable-in-importrange-function?hl=en
Mar 13, 2021 ... How can I make the number 10 dependent on the value in cell A1 in the import range formula H10: L10? Thanks for the help. Details. Sheets, ...

Create Global Variable in Google Apps Script - Google Docs Editors ...

https://support.google.com/docs/thread/69070626/create-global-variable-in-google-apps-script?hl=en
Sep 4, 2020 ... ... sheets will be created for a new week. Sheet names in the function will be static. There will be multiple functions that will use the same ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Functions can be used to create formulas that manipulate data and calculate strings and numbers. Here's a list of all the functions available in each category.

Create & use named functions - Google Docs Editors Help

https://support.google.com/docs/answer/12504534?hl=en
Named functions let you create custom functions that can use built-in Sheets formulas. We've added the ability to import named functions so you can use them ...

Make Graph with Dynamic Date Range - Google Docs Editors ...

https://support.google.com/docs/thread/37364777/make-graph-with-dynamic-date-range?hl=en
Apr 1, 2020 ... ... formula are changed to match the name of your sheet containing data. So you will make sure you change graph to Sheet1 or whatever the name is.

Indirect to a cell on a separate sheet with a space in its name ...

https://support.google.com/docs/thread/110097538/indirect-to-a-cell-on-a-separate-sheet-with-a-space-in-its-name?hl=en
May 16, 2021 ... I am trying to enter an indirect formula on another sheet (Sheet46) that looks for cell E26 on those "Day" sheets, and returns that value.

Insert and use variable chips - Google Docs Editors Help

https://support.google.com/docs/answer/13584275?hl=en
Click Insert new variable New . · Optional: From the right panel, you can rename a variable chip. Hover over the variable chip, click Edit name Edit .

How to insert a cell as a variable in a Query function? - Google Docs ...

https://support.google.com/docs/thread/17615991/how-to-insert-a-cell-as-a-variable-in-a-query-function?hl=en
Oct 24, 2019 ... I want to make a cell where the user writes a name and the query ... Use your sample sheet to demonstrate what you'd like the sheet to do!