Try this:
Select the range of values
From the Excel main menu:
<data><text-to-columns>
Check: Fixed width.............Click [Next]
Put break points before and after the first parenthesis and before the last
Click [Next]
In the Step_3_of_3 page
Select column_2.........Check: Do not import
Select column_3.........Check: Text (only if you want to retain leading zeros)
Select column_4.........Check: Do not import
Click [Finish]............. to break the values into 2 columns
In my testing,
XXX(000) Becomes: XXX 000
abc(123) Becomes: abc 123
abc(004) Becomes: abc 004
XXX(000) Becomes: XXX 000
abc(123) Becomes: abc 123
abc(004) Becomes: abc 004
Is that something you can work with?
***********
Regards,
Ron
XL2003, WinXP
AlanW said:
In column A, I have texts like "XXX(000)" and I want to move or copy only
"000" to Column B and "XXX" left in column A.
Could someone please help. Thank you in advance.