#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Row Numbering

In Excel 2003 i want to use the fill handle to enter a series of numbers
through x number of rows. I've entered 10000-00, 10001-00, 10002-00 in
B1,B2,B3 then selected those cells and used the fill handle to drag down to
fill cells. When it fills it gives me 10001-01, 10002-01, 10003-01, 10001-02
....ect. I just need the first five digits to increment and leave the -00 at
the end of every number. Is this possible? how?
--
steviebob
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Row Numbering

That is how text numbers work in Excel

assume 10000-00 in B2, in B2 put

=TEXT(LEFT(B1,5)+1,"00000")&"-00"


copy down

then copy all "number" and paste special as values in place


--
Regards,

Peo Sjoblom



"steviebob" wrote in message
...
In Excel 2003 i want to use the fill handle to enter a series of numbers
through x number of rows. I've entered 10000-00, 10001-00, 10002-00 in
B1,B2,B3 then selected those cells and used the fill handle to drag down
to
fill cells. When it fills it gives me 10001-01, 10002-01, 10003-01,
10001-02
...ect. I just need the first five digits to increment and leave the -00
at
the end of every number. Is this possible? how?
--
steviebob




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Row Numbering

In B1 enter 10000-00
In B2 enter =--LEFT(B2,5)+1&"-00"
Drag the fill handle (double click it if there are entries in column A)
If needed, Copy and Paste Special (values) to convert formulas to text
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"steviebob" wrote in message
...
In Excel 2003 i want to use the fill handle to enter a series of numbers
through x number of rows. I've entered 10000-00, 10001-00, 10002-00 in
B1,B2,B3 then selected those cells and used the fill handle to drag down
to
fill cells. When it fills it gives me 10001-01, 10002-01, 10003-01,
10001-02
...ect. I just need the first five digits to increment and leave the -00
at
the end of every number. Is this possible? how?
--
steviebob



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 52
Default Row Numbering

If you want them all to end in -00 you can put a custom number format of
0"-00" for the first cell and Ctrl drag the fill handle down

Judith
--
Hope this helps


"steviebob" wrote:

In Excel 2003 i want to use the fill handle to enter a series of numbers
through x number of rows. I've entered 10000-00, 10001-00, 10002-00 in
B1,B2,B3 then selected those cells and used the fill handle to drag down to
fill cells. When it fills it gives me 10001-01, 10002-01, 10003-01, 10001-02
...ect. I just need the first five digits to increment and leave the -00 at
the end of every number. Is this possible? how?
--
steviebob

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Row Numbering

how do you put 10000-00 in B2 and the formula
=TEXT(LEFT(B1,5)+1,"00000")&"-00" in B2?
--
steviebob


"Peo Sjoblom" wrote:

That is how text numbers work in Excel

assume 10000-00 in B2, in B2 put

=TEXT(LEFT(B1,5)+1,"00000")&"-00"


copy down

then copy all "number" and paste special as values in place


--
Regards,

Peo Sjoblom



"steviebob" wrote in message
...
In Excel 2003 i want to use the fill handle to enter a series of numbers
through x number of rows. I've entered 10000-00, 10001-00, 10002-00 in
B1,B2,B3 then selected those cells and used the fill handle to drag down
to
fill cells. When it fills it gives me 10001-01, 10002-01, 10003-01,
10001-02
...ect. I just need the first five digits to increment and leave the -00
at
the end of every number. Is this possible? how?
--
steviebob







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Row Numbering

Typo, should of course be in B1 and the formula in B2


--
Regards,

Peo Sjoblom



"steviebob" wrote in message
...
how do you put 10000-00 in B2 and the formula
=TEXT(LEFT(B1,5)+1,"00000")&"-00" in B2?
--
steviebob


"Peo Sjoblom" wrote:

That is how text numbers work in Excel

assume 10000-00 in B2, in B2 put

=TEXT(LEFT(B1,5)+1,"00000")&"-00"


copy down

then copy all "number" and paste special as values in place


--
Regards,

Peo Sjoblom



"steviebob" wrote in message
...
In Excel 2003 i want to use the fill handle to enter a series of
numbers
through x number of rows. I've entered 10000-00, 10001-00, 10002-00 in
B1,B2,B3 then selected those cells and used the fill handle to drag
down
to
fill cells. When it fills it gives me 10001-01, 10002-01, 10003-01,
10001-02
...ect. I just need the first five digits to increment and leave
the -00
at
the end of every number. Is this possible? how?
--
steviebob







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
PO with sequential numbering with start / end numbering [email protected] Excel Discussion (Misc queries) 1 April 24th 07 03:38 PM
numbering Polarbilly Excel Discussion (Misc queries) 4 February 25th 07 10:51 AM
Row Numbering GravityGuy Excel Discussion (Misc queries) 1 November 22nd 06 03:29 PM
numbering Patrick Excel Discussion (Misc queries) 1 January 5th 06 01:11 AM
Numbering add in Paul Excel Discussion (Misc queries) 2 March 23rd 05 02:46 PM


All times are GMT +1. The time now is 04:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"