named-ranges Questions

4

I have a list of 594 named ranges in a workbook with nearly 20 sheets, each sheet has about 200 columns of data. I need to find out where the named ranges are being used so as to remove irrelevant ...
Frangible asked 1/11, 2014 at 8:28

5

Solved

I need two dynamic drop down lists for data validation. One containing a unique list of continents to choose from, and then the second list which is a dynamically generated subset of countries base...
Patois asked 31/12, 2013 at 1:5

4

Solved

I'd like to apply a conditional formatting rule to a named range. Is that even possible? How do I do that? When trying to enter the Name of the Range to the Field where you set up the range the rul...

6

Solved

I have a workbook with multiple sheets, and each sheet has the same set of named ranges (IE they are scoped to the sheet, not workbook). I want to query based on a named range on any of the sheets...
Peppery asked 31/3, 2013 at 15:30

3

Solved

What I have is part descriptions that I have split into separate columns. All columns have headings, but not all columns contain information for every part, ex: some might have size, material, and ...
Fornax asked 7/11, 2014 at 13:14

6

Solved

For example, I have a named range A10—A20 as Age; how do I get Age[5] which is same as A14. I can write "=A14" but I did like to write "=Age$5" or something similar.
Uptown asked 12/3, 2010 at 8:38

3

Solved

I have a spreadsheet with lots of named ranges, and I'd like to have a sort of table of contents which provides hyperlinks to jump to them. In the UI I can create a hyperlink to a named range, whi...
Houston asked 1/3, 2017 at 16:18

2

Solved

Background: Since recently I came to know about a secret named range that gets created through using AutoFilter. Usually (if not always) this is called "_FilterDatabase". I thought about playing ...
Qoph asked 21/11, 2019 at 18:28

2

Solved

Currently I have such formula: COUNTIFS(B3:B36,"16",E3:E36,"01") Would it be possible to turn these ranges B3:B36 and E3:E36 into variables, like B'start_cell_value':B'stop_cell_value'. The whole...

1

The Google Apps Script API for Docs has a number of methods defined that work with Named Ranges in Docs. While I am familiar with Named Ranges in Sheets, I cannot find a way to name a range in Docs...
Electrometer asked 18/5, 2018 at 13:48

2

Solved

I've spent hours trying to find out how to join returned values from a named range, but the result is a run-time error 32 - Type mismatch. As a newbie I'm still struggling with arrays, so may...
Podolsk asked 11/7, 2018 at 9:55

1

Solved

Situation: I am getting #Value! when trying to pass the OFFSET of a dynamic named range to SUMPRODUCT. Setup: I have the following data in range A2:B4 of Sheet1. | TextA | 1 | |-------|---| | T...
Agripina asked 26/2, 2018 at 9:16

8

I have a table in Excel with column headings that correspond to part of a dynamic named range elsewhere in my workbook. For example, I have these column headings: "10", "20", etc., and these dynami...
Foamy asked 13/2, 2013 at 15:24

2

Solved

I have a worksheet where I have defined names for certain cells. These cells will be used in the function and I am calling them using their names. However, I get 0 as a return of the function when...
Hydric asked 21/6, 2013 at 10:11

6

Solved

In Google Docs Spreadsheets, one can use Range Names to put labels on ranges of cells to make formulas more legible. In most formulas, one can use the range C:C to denote the entire C column, and C...
Bricklayer asked 6/3, 2009 at 6:41

2

Solved

EDIT: Title changed for clarity. Quick summary: I want to know if the behavior of workbook-scoped, worksheet dependent named formulas (which I will describe below) is a documented feature in Excel...
Intermigration asked 7/4, 2014 at 18:18

1

I have an Excel question, I am wondering if there is an easy way to set up a clone or copy of a named range in one worksheet to another worksheet in the same workbook. I need this to be done automa...
Drumlin asked 4/4, 2013 at 23:11

1

To elaborate, let's say I have two named ranges in my workbook. Both named ranges have the same Name (let's say "myName"), but one is scoped to Sheet1 and the other is scoped to the Workbook. Giv...
Zanthoxylum asked 9/10, 2012 at 22:44

1

Solved

Can the getRange be used to have a named range instead of an area? When I seem to do it, it says the argument must be a range. For example, Instead of: getRange("A4:E7"); The area of A4:E7 h...
Calgary asked 9/9, 2012 at 19:19

3

Solved

I have: Microsoft.Office.Interop.Excel.Workbook wb; Microsoft.Office.Interop.Excel.Name name; Is there any way to get the worksheet name that the named range is on in the given workbook, assumin...
Hypogeous asked 14/11, 2011 at 21:4

1

Solved

Dim sampleRange as Range Set sampleRange = Worksheet.Range(Cells(1,1),Cells(1,4) sampleRange.Name = "Range1" MsgBox sampleRange.Name The above code will show the actual address of the range, not ...
Elzaelzevir asked 2/9, 2010 at 19:27
1

© 2022 - 2024 — McMap. All rights reserved.