Creating independant Arrays of sequential numbers

  • Thread starter Thread starter Robert Hatcher
  • Start date Start date
R

Robert Hatcher

I need to create several named arrays of sequential numbers in excel

The microsoft artical http://support.microsoft.com/kb/75834 "Returning
an Array of Sequential Numbers in Excel" and a few others on the web
have methods to do this but require a range of cell be established. I
could do that and then refer a name to the range but I would rather
have a stand alone named range with the array.

For example the reference would be in a name would be like:
={1,2,3,4,5,6,7,8,9}

Is ther a way to generate this without having to type out the numbers?
 
Thanks Don, after I though about it, your right. Whats an extra
worksheet to reference the ranges cost me...
 
Back
Top