PC Review


Reply
Thread Tools Rate Thread

Creating independant Arrays of sequential numbers

 
 
Robert Hatcher
Guest
Posts: n/a
 
      26th Sep 2011
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?
 
Reply With Quote
 
 
 
 
Robert Hatcher
Guest
Posts: n/a
 
      27th Sep 2011
Thanks Don, after I though about it, your right. Whats an extra
worksheet to reference the ranges cost me...

On Sep 26, 9:38*pm, Ron Rosenfeld <r...@nospam.net> wrote:
> On Mon, 26 Sep 2011 13:17:52 -0700 (PDT), Robert Hatcher <rhatcher...@gmail.com> wrote:
> >I need to create several named arrays of sequential numbers in excel

>
> >The microsoft articalhttp://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?

>
> I'm not sure exactly what you mean when you write "require a range of cell be established", or why that should be an issue.
>
> Various methods:
>
> =row(indirect("1:100"))
>
> =row($1:$100)
>
> =ROW(INDEX($1:$65536,1,1):INDEX($1:$65536,100,1))


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Labels with sequential numbers Richard Microsoft Word Document Management 3 22nd May 2010 05:52 AM
Creating sequential numbers in subform CCH Microsoft Access Forms 7 30th Aug 2009 03:22 AM
creating formulas for sequential numbers in excel tacks Microsoft Excel Worksheet Functions 4 12th Jun 2008 05:08 AM
Creating Random Sequential Numbers... =?Utf-8?B?Um9i?= Microsoft Access 8 2nd Jul 2007 08:26 PM
Creating a list of sequential numbers eb1mom Microsoft Access Database Table Design 2 22nd Sep 2004 10:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:55 PM.