Myriad_Rocker
Board Regular
- Joined
- Dec 1, 2004
- Messages
- 67
So I'm trying to implement some dynamic named ranges in a sheet of data that I have so that I can look up values based on those ranges. Basically, it is sales and quantity data that is divided out by Region, Brand, Pack, and Product. I need to select, for example, only the 'Atlantic' region's data.
I have attached an example spreadsheet of my data.
This is the formula that I was trying to use, but it errors and I'm not sure why.
OFFSET(CELL("address",INDEX('Sheet1'!$A:$A,MATCH("Atlantic",'Sheet1'!$A:$A,0),1)),0,0,COUNTIF('Sheet1'!$A:$A,"Atlantic"),6)
Here is the file: http://www.mediafire.com/file/wetylp1c188ez2x/NamedRange.xls
Sure would appreciate some help on this.
Oh, and IF possible, I'd like for the named range to select only from Brand onward (not include the Region column) because I'll be doing a vlookup on brand using the named range.
I have attached an example spreadsheet of my data.
This is the formula that I was trying to use, but it errors and I'm not sure why.
OFFSET(CELL("address",INDEX('Sheet1'!$A:$A,MATCH("Atlantic",'Sheet1'!$A:$A,0),1)),0,0,COUNTIF('Sheet1'!$A:$A,"Atlantic"),6)
Here is the file: http://www.mediafire.com/file/wetylp1c188ez2x/NamedRange.xls
Sure would appreciate some help on this.
Oh, and IF possible, I'd like for the named range to select only from Brand onward (not include the Region column) because I'll be doing a vlookup on brand using the named range.