Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ann ann is offline
external usenet poster
 
Posts: 210
Default Alter Account numbers

I have a list of approx 9000 account numbers that are in the format:

#####-###-### (ex: 35000-455-876)

I would like to add "03-" to the front of the numbers and delete the last
"-###", so the final format would be:
03-#####-### (ex: 03-35000-455)

Any suggestions? I can't seem to figure out the concantenate function.

Thanks!
Ann
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Alter Account numbers

Ann,


Assume data is in A2 then in b2 put:

="03-" & LEFT(A2,9)

Change cells(Columns) as needed and copy this formula as required.

HTH

"Ann" wrote:

I have a list of approx 9000 account numbers that are in the format:

#####-###-### (ex: 35000-455-876)

I would like to add "03-" to the front of the numbers and delete the last
"-###", so the final format would be:
03-#####-### (ex: 03-35000-455)

Any suggestions? I can't seem to figure out the concantenate function.

Thanks!
Ann

  #4   Report Post  
Posted to microsoft.public.excel.programming
ann ann is offline
external usenet poster
 
Posts: 210
Default Alter Account numbers

Thanks! That was so incredibly easy! I was trying to make to much work of it.

Thanks,
Ann

"Toppers" wrote:

Ann,


Assume data is in A2 then in b2 put:

="03-" & LEFT(A2,9)

Change cells(Columns) as needed and copy this formula as required.

HTH

"Ann" wrote:

I have a list of approx 9000 account numbers that are in the format:

#####-###-### (ex: 35000-455-876)

I would like to add "03-" to the front of the numbers and delete the last
"-###", so the final format would be:
03-#####-### (ex: 03-35000-455)

Any suggestions? I can't seem to figure out the concantenate function.

Thanks!
Ann

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
Validation of Account Numbers trunzop Excel Discussion (Misc queries) 3 March 5th 07 07:08 PM
incrementing account numbers John Excel Discussion (Misc queries) 5 March 10th 06 02:44 PM
Generate new account numbers? Alan New Users to Excel 2 October 5th 05 09:15 PM
How to alter data on HTML webpage into Excell cells as numbers? roameri New Users to Excel 6 July 31st 05 11:42 PM
Sorting Account Numbers Erika Excel Worksheet Functions 5 June 21st 05 09:18 PM


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