About 1,319,487 results (1,013 milliseconds)

VLOOKUP paired with INDIRECT formula - Google Docs Editors ...

https://support.google.com/docs/thread/67458042/vlookup-paired-with-indirect-formula?hl=en
Aug 27, 2020 ... I've tried to complete the INDIRECT formula inside the VLOOKUP formula on excel and it works. The function proves to work well and would like to use it on ...

INDIRECT - Google Docs Editors Help

https://support.google.com/docs/answer/3093377?hl=en
INDIRECT. Returns a cell reference specified by a string. Examples. Make a copy. Note: Each example is in its own tab. Sample Usage. INDIRECT("Sheet2!"&B10).

Using nested Indirect function to reference a range of cells on ...

https://support.google.com/docs/thread/3484026/using-nested-indirect-function-to-reference-a-range-of-cells-on-another-sheet?hl=en
Apr 2, 2019 ... ... excel file in the future and I need the cell formulas to transfer. I have an example sheet linked below. https://docs.google.com ...

INDIRECT function is unable to reference a Named Table - Google ...

https://support.google.com/docs/thread/283710260/indirect-function-is-unable-to-reference-a-named-table?hl=en
Jul 5, 2024 ... I'm trying to use an INDIRECT function to dynamically reference a Named Table. This seems to work as expected in Excel but in Google Sheets it doesn't seem to ...

Using column(indirect()) within arrayformula? - Google Docs Editors ...

https://support.google.com/docs/thread/2888109/using-column-indirect-within-arrayformula?hl=en
Mar 23, 2019 ... I created a very simple example to show why the INDIREC() function does not work in an ArrayFormula as in the case of what you are trying to do.

INDIRECT Formula in Data Validation to Populate Dynamic Drop ...

https://support.google.com/docs/thread/18864947/indirect-formula-in-data-validation-to-populate-dynamic-drop-down?hl=en
Nov 7, 2019 ... Excel has this feature using an INDIRECT formula in Data Validation and can show the drop-down in the cell. It is used with NAMED RANGE also ...

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 am using the indirect formula =INDIRECT("'"&A5&"'!"&"B3" also ... Here is a very simple example of what I am trying to achieve. Many ...

=INDIRECT() has a #REF! error even though formula is correct ...

https://support.google.com/docs/thread/12065995/indirect-has-a-ref-error-even-though-formula-is-correct?hl=en
Aug 15, 2019 ... I'm using =INDIRECT() to reference other cells in other sheets. For example, I want to reference various cells in different sheets.

VLOOKUP and INDIRECT function? - Google Docs Editors Community

https://support.google.com/docs/thread/37606373/vlookup-and-indirect-function?hl=en
Apr 3, 2020 ... and then call on it using the VLOOKUP(DROPDOWN,OUTPUTTABLE, 2, 0) and have the outcome populated using the INDIRECT function? ... sample of what ...

Is there a way to reference an array of addresses? (INDIRECT over ...

https://support.google.com/docs/thread/141530233/is-there-a-way-to-reference-an-array-of-addresses-indirect-over-range?hl=en
Dec 21, 2021 ... But sadly, for some reason, INDIRECT doesn't work with ranges or arrays. Even if I use ARRAYFORMULA, it doesn't work - doing that just returns ...

Indirect function inside arrayformula - Google Docs Editors Community

https://support.google.com/docs/thread/127324081/indirect-function-inside-arrayformula?hl=en
Sep 22, 2021 ... This is just an example, my real spreadsheet has hundreds of rows. This is why I was trying to avoid using hlookup (that was my first idea), and ...

Build a dynamic FILTER using INDIRECT in arguments - Google ...

https://support.google.com/docs/thread/67016496/build-a-dynamic-filter-using-indirect-in-arguments?hl=en
Aug 25, 2020 ... This formula works but is NOT dynamic: =filter('01 - Planner ... See the new Solution sheet in your sample spreadsheet for an illustration.

How to use Indirect Function in a transpose formula? - Google Docs ...

https://support.google.com/docs/thread/98046133/how-to-use-indirect-function-in-a-transpose-formula?hl=en
Feb 13, 2021 ... What I want in Col C, is for example, I type "Gale" in cell B1, it should get all the dates when Gale visits fb.com. Please check my formula and ...

Trying to pull data from multiple sheets using VLOOKUP and ...

https://support.google.com/docs/thread/18803736/trying-to-pull-data-from-multiple-sheets-using-vlookup-and-returning-averages?hl=en
Nov 7, 2019 ... Most of the examples or fixes where for Excel, so was thinking they do not work the same way in Sheets. ... Then i put this one formula in cell E4 ...

INDIRECT function to define range of columns to sum using cell ...

https://support.google.com/docs/thread/202064488/indirect-function-to-define-range-of-columns-to-sum-using-cell-values?hl=en
Feb 15, 2023 ... Using the example below I'm attempting to sum the values from columns F1 through H1. The correct value would be 6. The following formula works:.

Using INDIRECT w/ IF to Pull Data from Another Sheet - Google ...

https://support.google.com/docs/thread/127278367/using-indirect-w-if-to-pull-data-from-another-sheet?hl=en
Sep 22, 2021 ... This worked in my example spreadsheet, but I'm having issues with it ... INDIRECT function (see sheet 'Popular Prices'): https://docs ...

Conditional formatting with Custom formula referencing another ...

https://support.google.com/docs/thread/104768984/conditional-formatting-with-custom-formula-referencing-another-sheet?hl=en
Apr 2, 2021 ... Though one can get by using the INDIRECT() function, it is limited and will not work in every scenario. ... I created an example tab in your ...

Alternative for INDIRECT with ARRAYFORMULA - Google Docs ...

https://support.google.com/docs/thread/44492848/alternative-for-indirect-with-arrayformula?hl=en
May 4, 2020 ... I have an issue using INDIRECT and ARRAYFORMULA. I have seen some other post regarding the problems using this combination, so I wondered if anyone have ...

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 ... 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 such formula in A2 ...

INDIRECT("A1") give a error ("give a valid range") - Google Docs ...

https://support.google.com/docs/thread/89962345/indirect-a1-give-a-error-give-a-valid-range?hl=en
Dec 23, 2020 ... Hello,. The way they do "Dynamic Dependent Drop-downs" in Excel using Tables, Named ranges and a INDIRECT formula when creating the drop ...