Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KRC
 
Posts: n/a
Default Serial Numbers that begin with Text

I need to assign several thousand numbers. However, the numbers must
begin with the text ISRC US-ABC-06- How can I use this prefix and
then automatically assign numbers.

For example:
ISRC US-ABC-06-00001
ISRC US-ABC-06-00002
ISRC US-ABC-06-00003

  #2   Report Post  
Posted to microsoft.public.excel.misc
baxybaxy
 
Posts: n/a
Default Serial Numbers that begin with Text


you obviously need to insert a formula to count which record you're on
(row above plus 1!)

then use =TEXT(serialnumber,"00000") - formats number as
text with 5 digits (adds preceding zeros)

then just join your text to this using &

eg. "ISRC US-ABC-06-" & TEXT (serialnumber,"00000")


--
baxybaxy
------------------------------------------------------------------------
baxybaxy's Profile: http://www.excelforum.com/member.php...o&userid=35824
View this thread: http://www.excelforum.com/showthread...hreadid=556072

  #3   Report Post  
Posted to microsoft.public.excel.misc
Owen
 
Posts: n/a
Default Serial Numbers that begin with Text

This should do what you're looking for.

="ISRC US-ABC-06-" & TEXT(ROW(),"00000")

KRC wrote:
I need to assign several thousand numbers. However, the numbers must
begin with the text ISRC US-ABC-06- How can I use this prefix and
then automatically assign numbers.

For example:
ISRC US-ABC-06-00001
ISRC US-ABC-06-00002
ISRC US-ABC-06-00003


  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Serial Numbers that begin with Text

Hand type the first two in their cells, say A1 and A2. Then highlight them
both and left click on the little black square in the lower right corner of
A2 and hold and drag it down the column.........the numbers will fill in
sequence.

hth
Vaya con Dios,
Chuck, CABGx3



"KRC" wrote:

I need to assign several thousand numbers. However, the numbers must
begin with the text ISRC US-ABC-06- How can I use this prefix and
then automatically assign numbers.

For example:
ISRC US-ABC-06-00001
ISRC US-ABC-06-00002
ISRC US-ABC-06-00003


  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Serial Numbers that begin with Text

If you want to autofill these numbers, just enter what you have used in your
example in A1:A3.

Select A1:A3 and drag/copy down column A.


Gord Dibben MS Excel MVP

On 27 Jun 2006 08:28:11 -0700, "KRC" wrote:

I need to assign several thousand numbers. However, the numbers must
begin with the text ISRC US-ABC-06- How can I use this prefix and
then automatically assign numbers.

For example:
ISRC US-ABC-06-00001
ISRC US-ABC-06-00002
ISRC US-ABC-06-00003


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
converting numbers to text gls858 New Users to Excel 2 October 18th 05 10:56 PM
How do I convert numbers stored as text with spaces to numbers Baffuor Excel Discussion (Misc queries) 1 May 24th 05 07:39 AM
How to reformat numbers stored as text (apostrophe at beginning) Dave Excel Discussion (Misc queries) 1 May 11th 05 02:34 AM
How to convert Excel imported numbers from text to numbers? Alden Excel Discussion (Misc queries) 9 April 1st 05 09:51 PM
Sort or Filter option? Mcobra41 Excel Worksheet Functions 3 February 23rd 05 07:22 PM


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

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"