#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Numbering

Hi there.

I would like to inquire on how to create formula for sequential numbering
for examples given below:
1. CMD/BCN/AMD/001
2. CMD/BCN/AMD/002
3. CMD/BCN/AMD/003
4. CMD/BCN/AMD/004

I need to make the first few characters fixed but change the number at the
end. I need formula for this as i want to change the numbering at the end to
diff no by just changing hte formula.

Thanks a lot.
--
Kumar
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Numbering

One way:

If you just want that to display:

A1: 1
A2: =A1 + 1


Copy A2 down.

Select Column A. Choose Format/Cells/Number/Custom and use

"CMD/BCN/AND/"000

as your format.




In article ,
Kumar wrote:

Hi there.

I would like to inquire on how to create formula for sequential numbering
for examples given below:
1. CMD/BCN/AMD/001
2. CMD/BCN/AMD/002
3. CMD/BCN/AMD/003
4. CMD/BCN/AMD/004

I need to make the first few characters fixed but change the number at the
end. I need formula for this as i want to change the numbering at the end to
diff no by just changing hte formula.

Thanks a lot.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Numbering

Try the below formula in Row 1 and copy this down as needed. The numbering is
as per the row. Once done copy the numbersPasteSpecialValues...

="CMD/BCN/AMD/" & TEXT(ROW(),"000")

If this post helps click Yes
---------------
Jacob Skaria


"Kumar" wrote:

Hi there.

I would like to inquire on how to create formula for sequential numbering
for examples given below:
1. CMD/BCN/AMD/001
2. CMD/BCN/AMD/002
3. CMD/BCN/AMD/003
4. CMD/BCN/AMD/004

I need to make the first few characters fixed but change the number at the
end. I need formula for this as i want to change the numbering at the end to
diff no by just changing hte formula.

Thanks a lot.
--
Kumar

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Numbering

Kumar,
If you put CMD/BCN/AMD/001 in a cell, and pull down the column, by the
bottom right hand corner (+ sign) of the cell, it will increase the
numerical section of the item. As long as the number section is to the far
right, it will increase by one as you drag down the column.

A12/b34 will fill in as:
A12/b35
A12/b36
A12/b37

Not:
A13/b35
A13/b36
A13/b37

JE,
There is a potential problem with formatting an excel cell as you have it,
if you want to use this data in a Mail Merge. The formatting in Excel will
not transfer to Word's mail merge.

You would have to manually construct the item# like this, in the Mail Merge
Document. If there is a large list of items, this could be a problem

CMD/BCN/AMD/{Mergefield "Item" \# "000"}

--
Add MS to your News Reader: news://msnews.microsoft.com
Rich/rerat
(RRR News) <message rule
<<Previous Text Snipped to Save Bandwidth When Appropriate


"JE McGimpsey" wrote in message
...
One way:

If you just want that to display:

A1: 1
A2: =A1 + 1


Copy A2 down.

Select Column A. Choose Format/Cells/Number/Custom and use

"CMD/BCN/AND/"000

as your format.




In article ,
Kumar wrote:

Hi there.

I would like to inquire on how to create formula for sequential numbering
for examples given below:
1. CMD/BCN/AMD/001
2. CMD/BCN/AMD/002
3. CMD/BCN/AMD/003
4. CMD/BCN/AMD/004

I need to make the first few characters fixed but change the number at the
end. I need formula for this as i want to change the numbering at the end
to
diff no by just changing hte formula.

Thanks a lot.



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
numbering Patrick Excel Discussion (Misc queries) 1 January 5th 06 01:11 AM
numbering Dr. Sachin Wagh Excel Discussion (Misc queries) 0 August 25th 05 08:31 PM
Numbering Lynne Excel Worksheet Functions 2 March 16th 05 06:38 PM


All times are GMT +1. The time now is 08:01 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"