PC Review


Reply
Thread Tools Rate Thread

Create seqiuence numbers?

 
 
LAS
Guest
Posts: n/a
 
      23rd Jun 2010
I would like to create a column of sequence numbers that is identical to the
sequence numbers excel puts on the rows. My goal is to preserve information
about the order in which the rows were created. Is there a quick way to do
this? Or must I type in all the numbers?

TIA
LAS


 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      23rd Jun 2010
You could use a formula like:
=row()
and copy down as far as you need.

But if you delete/insert row(s), then these formulas will change accordingly.

You may want to convert them to values
(edit|copy followed by Edit|pastespecial values)

On 06/23/2010 15:14, LAS wrote:
> I would like to create a column of sequence numbers that is identical to the
> sequence numbers excel puts on the rows. My goal is to preserve information
> about the order in which the rows were created. Is there a quick way to do
> this? Or must I type in all the numbers?
>
> TIA
> LAS
>
>


--
Dave Peterson
 
Reply With Quote
 
LAS
Guest
Posts: n/a
 
      23rd Jun 2010
Thanks. If I insert/delete I would love to have them change!!

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:hvtqg0$kok$(E-Mail Removed)...
> You could use a formula like:
> =row()
> and copy down as far as you need.
>
> But if you delete/insert row(s), then these formulas will change
> accordingly.
>
> You may want to convert them to values
> (edit|copy followed by Edit|pastespecial values)
>
> On 06/23/2010 15:14, LAS wrote:
>> I would like to create a column of sequence numbers that is identical to
>> the
>> sequence numbers excel puts on the rows. My goal is to preserve
>> information
>> about the order in which the rows were created. Is there a quick way to
>> do
>> this? Or must I type in all the numbers?
>>
>> TIA
>> LAS
>>
>>

>
> --
> Dave Peterson



 
Reply With Quote
 
LAS
Guest
Posts: n/a
 
      23rd Jun 2010
Well, I did need to copy/values into a new row, because when I sorted I lost
the original value. But this works fine! Thanks.

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:hvtqg0$kok$(E-Mail Removed)...
> You could use a formula like:
> =row()
> and copy down as far as you need.
>
> But if you delete/insert row(s), then these formulas will change
> accordingly.
>
> You may want to convert them to values
> (edit|copy followed by Edit|pastespecial values)
>
> On 06/23/2010 15:14, LAS wrote:
>> I would like to create a column of sequence numbers that is identical to
>> the
>> sequence numbers excel puts on the rows. My goal is to preserve
>> information
>> about the order in which the rows were created. Is there a quick way to
>> do
>> this? Or must I type in all the numbers?
>>
>> TIA
>> LAS
>>
>>

>
> --
> Dave Peterson



 
Reply With Quote
 
Aaron
Guest
Posts: n/a
 
      24th Jun 2010
> I would like to create a column of sequence numbers that is identical to the
> sequence numbers excel puts on the rows. My goal is to preserve information
> about the order in which the rows were created. Is there a quick way to do
> this? Or must I type in all the numbers?
>
> TIA
> LAS


Another method (which worked as far back as at least Excel 3):

Type the first 4 or 5 number in the appropriate rows.
Highlight the numbers.
Carefully place the cursor over the lower right corner of the
highlighted cells.
Click and drag down as many rows as necessary.

This will also work across columns, and with almost any pattern. Dates,
letters, alphabet, months, etc.; there just has to be a pattern that
Excel can recognize.

--

I'm glad my Mom named me Aaron,
That's what everybody calls me.
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      24th Jun 2010
Aaron

Info only................

Type first number in a row.

Right-click and drag down.

Release button and "Fill Series"


Gord Dibben MS Excel MVP

On Wed, 23 Jun 2010 19:35:11 -0400, Aaron <(E-Mail Removed)> wrote:

>> I would like to create a column of sequence numbers that is identical to the
>> sequence numbers excel puts on the rows. My goal is to preserve information
>> about the order in which the rows were created. Is there a quick way to do
>> this? Or must I type in all the numbers?
>>
>> TIA
>> LAS

>
>Another method (which worked as far back as at least Excel 3):
>
>Type the first 4 or 5 number in the appropriate rows.
>Highlight the numbers.
>Carefully place the cursor over the lower right corner of the
>highlighted cells.
>Click and drag down as many rows as necessary.
>
>This will also work across columns, and with almost any pattern. Dates,
>letters, alphabet, months, etc.; there just has to be a pattern that
>Excel can recognize.

 
Reply With Quote
 
Aaron
Guest
Posts: n/a
 
      25th Jun 2010
> Aaron
>
> Info only................
>
> Type first number in a row.
>
> Right-click and drag down.
>
> Release button and "Fill Series"


Thank you. I learn something new every day (I must not be dead yet).

I just played with it in Excel 2007. I could have swore it would do that
for the alphabet, but it would not.

The copy series is nice too; and now that I learned a new way, I have to
remember it next time I need it.

--

I'm glad my Mom named me Aaron,
That's what everybody calls me.
 
Reply With Quote
 
LAS
Guest
Posts: n/a
 
      25th Jun 2010
I type a 1 in a cell.
I right click on that cell. I get the right-mouse menu and cannot drag.
What am I missing?

"Gord Dibben" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Aaron
>
> Info only................
>
> Type first number in a row.
>
> Right-click and drag down.
>
> Release button and "Fill Series"
>
>
> Gord Dibben MS Excel MVP
>
> On Wed, 23 Jun 2010 19:35:11 -0400, Aaron <(E-Mail Removed)> wrote:
>
>>> I would like to create a column of sequence numbers that is identical to
>>> the
>>> sequence numbers excel puts on the rows. My goal is to preserve
>>> information
>>> about the order in which the rows were created. Is there a quick way to
>>> do
>>> this? Or must I type in all the numbers?
>>>
>>> TIA
>>> LAS

>>
>>Another method (which worked as far back as at least Excel 3):
>>
>>Type the first 4 or 5 number in the appropriate rows.
>>Highlight the numbers.
>>Carefully place the cursor over the lower right corner of the
>>highlighted cells.
>>Click and drag down as many rows as necessary.
>>
>>This will also work across columns, and with almost any pattern. Dates,
>>letters, alphabet, months, etc.; there just has to be a pattern that
>>Excel can recognize.



 
Reply With Quote
 
Aaron
Guest
Posts: n/a
 
      26th Jun 2010
> I type a 1 in a cell.
> I right click on that cell. I get the right-mouse menu and cannot drag.
> What am I missing?


Right Click on the lower right corner of the cell, that corner (in Excel
2007) is a tiny filled-in box which is a bit wider than the rest of the
active cell's border. The pointer will change from a 'fat' plus sign to
a 'skinny' plus sign when it is positioned correctly. The 'be careful'
part is to not move the mouse as you click.

Note, if the pointer changes to a 4-way arrow, then it is on the border
of the active cell, which lets you drag it around and move it.

>> Aaron
>>
>> Info only................
>>
>> Type first number in a row.
>>
>> Right-click and drag down.
>>
>> Release button and "Fill Series"
>>
>> Gord Dibben MS Excel MVP
>>
>>>> I would like to create a column of sequence numbers that is identical to
>>>> the
>>>> sequence numbers excel puts on the rows. My goal is to preserve
>>>> information
>>>> about the order in which the rows were created. Is there a quick way to
>>>> do
>>>> this? Or must I type in all the numbers?
>>>>
>>>> TIA
>>>> LAS
>>>
>>> Another method (which worked as far back as at least Excel 3):
>>>
>>> Type the first 4 or 5 number in the appropriate rows.
>>> Highlight the numbers.
>>> Carefully place the cursor over the lower right corner of the
>>> highlighted cells.
>>> Click and drag down as many rows as necessary.
>>>
>>> This will also work across columns, and with almost any pattern. Dates,
>>> letters, alphabet, months, etc.; there just has to be a pattern that
>>> Excel can recognize.


As I have since found out, it does NOT work for the alphabet as I had
thunk it dude.

--

I'm glad my Mom named me Aaron,
That's what everybody calls me.
 
Reply With Quote
 
LAS
Guest
Posts: n/a
 
      26th Jun 2010
Voila!!!! How neat! (And how very tricky!!)

"Aaron" <(E-Mail Removed)> wrote in message
news:i03kj7$2ck$(E-Mail Removed)...
>> I type a 1 in a cell.
>> I right click on that cell. I get the right-mouse menu and cannot drag.
>> What am I missing?

>
> Right Click on the lower right corner of the cell, that corner (in Excel
> 2007) is a tiny filled-in box which is a bit wider than the rest of the
> active cell's border. The pointer will change from a 'fat' plus sign to a
> 'skinny' plus sign when it is positioned correctly. The 'be careful' part
> is to not move the mouse as you click.
>
> Note, if the pointer changes to a 4-way arrow, then it is on the border of
> the active cell, which lets you drag it around and move it.
>
>>> Aaron
>>>
>>> Info only................
>>>
>>> Type first number in a row.
>>>
>>> Right-click and drag down.
>>>
>>> Release button and "Fill Series"
>>>
>>> Gord Dibben MS Excel MVP
>>>
>>>>> I would like to create a column of sequence numbers that is identical
>>>>> to
>>>>> the
>>>>> sequence numbers excel puts on the rows. My goal is to preserve
>>>>> information
>>>>> about the order in which the rows were created. Is there a quick way
>>>>> to
>>>>> do
>>>>> this? Or must I type in all the numbers?
>>>>>
>>>>> TIA
>>>>> LAS
>>>>
>>>> Another method (which worked as far back as at least Excel 3):
>>>>
>>>> Type the first 4 or 5 number in the appropriate rows.
>>>> Highlight the numbers.
>>>> Carefully place the cursor over the lower right corner of the
>>>> highlighted cells.
>>>> Click and drag down as many rows as necessary.
>>>>
>>>> This will also work across columns, and with almost any pattern. Dates,
>>>> letters, alphabet, months, etc.; there just has to be a pattern that
>>>> Excel can recognize.

>
> As I have since found out, it does NOT work for the alphabet as I had
> thunk it dude.
>
> --
>
> I'm glad my Mom named me Aaron,
> That's what everybody calls me.



 
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
Using functions to create pin numbers Jeremy Microsoft Excel Worksheet Functions 0 11th May 2009 10:07 AM
How to create a pie chart with 793 numbers? Possible? excelnovice123 Microsoft Excel New Users 2 7th Jul 2008 07:16 PM
How can I create captions without numbers =?Utf-8?B?VGVt?= Microsoft Word Document Management 4 11th Jul 2006 09:26 AM
create self-generating numbers with letters and numbers =?Utf-8?B?Y3hsb3VnaDQx?= Microsoft Excel Misc 11 4th Jan 2006 01:16 AM
Create an index with page numbers and list numbers =?Utf-8?B?QXRvbW9z?= Microsoft Word Document Management 1 16th Aug 2005 11:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:41 AM.