LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
sunslight
 
Posts: n/a
Default

Thanks Edwin,

I'll give it a go.

Looks simple enough, just didn't know how to put it together.

Bob

"Edwin Tam" wrote:

You can perform such conversion with a worksheet formula.

For example, if a cell A1 contains the text "100(24)". Then, in cell B1, you
type:
=RIGHT(A1,LEN(A1)-FIND("(",A1)+1) & LEFT(A1,FIND("(",A1)-1)

The formual will return the answer "(24)100"

Once you've placed the formula into the cell adjacent to A1, you can just
drag the formula downward to convert all the cells.

If you then want to convert all the formulas into static values, you can
COPY the cells, and the from Edit menu, choose "Paste Special", and choose to
paste "values".

Regards,
Edwin Tam

http://www.vonixx.com



"sunslight" wrote:

I need to have to control of numbers in a list of numbers and puncuation,
keeping the solution as numbers & not a new, text string.

List:

01(25)
02(25)
100(25)
01(26)
03(26)
10(26)

I want to take the list and make it:

(25)01
(25)02
(25)100
(26)01
(26)03
(26)10

Can you help?

Thanks,
Bob

 
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
Sorting order - text and numbers jmt Excel Discussion (Misc queries) 2 April 4th 05 01:25 AM
How can I reverse the order of a column of numbers . . . buckeye999 Excel Discussion (Misc queries) 2 January 14th 05 08:35 PM
How can I reverse the order of a column of numbers . . . Wyoming Buckeye Excel Discussion (Misc queries) 1 January 14th 05 07:53 PM
How do I split a column having numbers and text in a random order rana8689 Excel Worksheet Functions 2 December 17th 04 09:14 PM
automatic order or invoice numbers jwjones Excel Worksheet Functions 1 November 16th 04 06:55 AM


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