About 1,950,295 results (2,327 milliseconds)

How to use named dynamic range with number as column control ...

https://support.google.com/docs/thread/230791561/how-to-use-named-dynamic-range-with-number-as-column-control?hl=en
Aug 18, 2023 ... I'm looking to create a saved dynamic range whose column value is controlled by a number in another cell.

Help on a formula for getting smallest value from a dynamic range ...

https://support.google.com/docs/thread/87685546/help-on-a-formula-for-getting-smallest-value-from-a-dynamic-range?hl=en
Dec 9, 2020 ... My formula returns the names too. That means each formula returns two rows. If you are looking to address any further problem, please let me ...

How to create a dynamic range of multiple sheets that can be ...

https://support.google.com/docs/thread/76906397/how-to-create-a-dynamic-range-of-multiple-sheets-that-can-be-defined-through-a-list?hl=en
Oct 14, 2020 ... And I have a sheet (list_fruit) where i defined the 3 sheets names into 1 column underneath each other. And so I want if I create an other ...

Validating Data with a Dynamic Range - Google Docs Editors ...

https://support.google.com/docs/thread/165263802/validating-data-with-a-dynamic-range?hl=en
May 28, 2022 ... If you change the values around in A2 then it will fill the cells in I8:R8 with what it should be. The way that I did this was to name the ...

VLOOKUP Dynamic Range - Google Docs Editors Community

https://support.google.com/docs/thread/162886991/vlookup-dynamic-range?hl=en
May 8, 2022 ... I am trying to create a star trek name generator using vlookup, and I need the range of the function to change depending on the species of the character.

Dynamic Conditional formatting - Google Sheets - Google Docs ...

https://support.google.com/docs/thread/109061490/dynamic-conditional-formatting-google-sheets?hl=en
May 7, 2021 ... Apply to range: A1:Z2, or whatever your last column is. Apply to range. =OFFSET(A$1,1,0)<>"". I only tested on whether cells were empty or not ...

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 ... To transfer this over to your other sheet you can just right click the tab name "Chart Data" and select Copy To>Existing Sheet>Pick your sheet ...

Average same cell across a range of worksheets - Google Docs ...

https://support.google.com/docs/thread/110834752/average-same-cell-across-a-range-of-worksheets?hl=en
May 22, 2021 ... ... name, and the cell address. ... There is no way to average or aggregate in any way across a dynamic range of sheets like there is in excel.

Charts with Dynamic Ranges - Google Docs Editors Community

https://support.google.com/docs/thread/45581237/charts-with-dynamic-ranges?hl=en
May 9, 2020 ... In the Excel sheet I believe it uses the OFFSET function with a named range, but I don't know if this is possible in Sheets, and if not, if ...

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 ... I've got the range then hard-coded, inside quotes, but you could have that as part of the same string in D1, or even build it dynamically, if ...

Can you create chart with a rolling dynamic range, where range ...

https://support.google.com/docs/thread/173601238/can-you-create-chart-with-a-rolling-dynamic-range-where-range-shows-most-recent-3-months-of-data?hl=en
Aug 2, 2022 ... Is this possible? I know you can do it in excel with the offset function, but does not work the same way in Google sheets. Any help?

Google Sheets: SUM function, dynamic range based on input value ...

https://support.google.com/docs/thread/12410869/google-sheets-sum-function-dynamic-range-based-on-input-value?hl=en
Aug 20, 2019 ... I would suggest wrapping the formula with IFERROR() just in case cell A1 is empty. =IFERROR(SUM(OFFSET(B2, , ,1,A1))). Or if you want ...

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 ... When you start typing in the name of the range it will show in a ... dynamically reference a couple of cells to return the table name.

Does complicated sumproduct formula crashes excel?

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/LfVH4X0EC5A
Jul 13, 2009 ... Or you could use Dynamic Range Names. Alternatively you could probably use Pivot Tables to provide much faster and more flexible reporting ...

Read and Paste Values using Named Ranges

https://groups.google.com/g/exceldna/c/DFFpTEYZcFc
May 1, 2017 ... dynamic Excel = ExcelDnaUtil.Application; Excel.Range["ABC"].Value = 5.0;. Or even this:.

How to set up a self-expanding named range? - Google Docs ...

https://support.google.com/docs/thread/39590111/how-to-set-up-a-self-expanding-named-range?hl=en
Apr 12, 2020 ... ... named ranges are badly designed and implemented. Thanks to you both for your suggestions. I'll go back to my usual Excel workaround of naming ...

Can you dynamically build the 'sheet name'!Cell Reference part of ...

https://support.google.com/docs/thread/40307606/can-you-dynamically-build-the-sheet-name-cell-reference-part-of-the-match-formula?hl=en
Apr 16, 2020 ... notice I changed the index range from $B$22:$B$200 to $B$22L$M$200. Also changed formulas in I25, D36 and I36. Let me know if that is working ...

Conditional currency format in a spreadsheet - Google Docs Editors ...

https://support.google.com/docs/thread/158368830/conditional-currency-format-in-a-spreadsheet?hl=en
Apr 3, 2022 ... Important note: I cannot use references to specific ranges as they are pretty dynamic and sheet names can be changed often. Is there any way ...

How to convert from ExcelReference to Microsoft.Office.Interop.Excel ...

https://groups.google.com/g/exceldna/c/zqzEIos7ma0
Jul 7, 2011 ... range.Worksheet.Name);. } This is for a COM interface that I am ... dynamic app = ExcelDnaUtil.Application; return app.Range[XlCall ...

How to sum a column within a range chosen by the value in a cell ...

https://support.google.com/docs/thread/204573387/how-to-sum-a-column-within-a-range-chosen-by-the-value-in-a-cell?hl=en
Mar 3, 2023 ... I have a dynamically generated range with an arbitrary number of rows and columns. I need to provide a dynamic list of the column names.