Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nagorb
 
Posts: n/a
Default sequential numbering of zero leading values

I have a value with leading zeros that is 18 digits, for example
001001001001001001. How do I create a list of sequential numbers for this
value for example:
001001001001001001
001001001001001002
001001001001001003
etc....
etc....
  #2   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

If your first number is in cell A1 (which you have to enter as text as excel
does not recognise numbers more than 15 characters)
Then copy the following formula in A2, and drag down:
=LEFT(A1,LEN(A1)-4)&INT(RIGHT(A1,4))+1

Mangesh


"nagorb" wrote in message
...
I have a value with leading zeros that is 18 digits, for example
001001001001001001. How do I create a list of sequential numbers for this
value for example:
001001001001001001
001001001001001002
001001001001001003
etc....
etc....



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
sequential numbering in non adjacent cells Sue Excel Worksheet Functions 6 June 4th 05 03:16 AM
Sequential numbering Monique Excel Discussion (Misc queries) 0 March 4th 05 01:01 AM
automatic sequential numbering in excel or word greg2 Excel Discussion (Misc queries) 1 January 15th 05 05:35 PM
Leading Zeros in Numeric Values DBavirsha Excel Worksheet Functions 6 January 4th 05 05:21 PM
How do I set up sequential numbering on labels inventorybrokers Excel Worksheet Functions 3 November 19th 04 04:46 PM


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

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

About Us

"It's about Microsoft Excel"