View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default problem naming range

OFFSET(a1,0,0,count(a:a),10)
OFFSET($a$1,0,0,count($a:$a),10)
and you probably want countA instead of count
excel will automatically change to the sheet you are on when creating the
formula
OFFSET(sheet1!$a$1,0,0,count(sheet1!$a:$a),10)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"BorisS" wrote in message
...
I have a range I'm defining in the name manager, and when I enter the
formula

OFFSET(a1,0,0,count(a:a),10)

then shft-tab/tab to get the blinking highlight of what it's defining,
it's
clearly seeing the right range.

however, three problems:

1) when I go to the named range dropdown, the newly created range isn't
there
2) when I use it in a vlookup to test, it only recognizes the range as a
1-column range
3) as soon as I save the range as the formula above, it automatically
converts to

OFFSET([sheet]A1,0,0,count([sheet]a:a,10)

Any of these problems explainable (I can understand (3), but not the
others)? Am using 2003.
--
Boris