+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : text to column wizard & brackets

  1. #1
    Registered User
    Join Date
    07-04-2008
    Location
    uk
    Posts
    6

    text to column wizard & brackets

    \hi its been a while since I've asked for help in the forums, I'm either getting better or i've just been lucky with any problems.

    I've a worksheet with over 250 rows of data (normally have about 3 or 4 of these a week to do) but one thing in particular is frustrating me

    when using the text to column wizard I'm trying to split the following:

    No: 10 (325904)

    so that the number contained in the brackets is moved to the next column keeping the brackets, but when I split the data the () disappear & are replaced by -

    i've tried replacing ( with |( which works but when i remove |( & replace with ( it once again becomes -

    thanks in advance for all help

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,311

    Re: text to column wizard & brackets

    Hi mahone,

    As you can see, Excel thinks (123) is a negative number. If you don't have any negative numbers inside those parins then create a new column and do an Abs() (absolute value) of all those numbers and the parins will go away. If you need to keep the Parins as text you can use something like:
    If in A1 is -123, in B1 put this formula. =IF(A1<0, TEXT(ABS(A1),"(#.##)"),A1)
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    07-04-2008
    Location
    uk
    Posts
    6

    Re: text to column wizard & brackets

    thanks for the help, it didn't solve my problem but it did put me on the right track with TEXT Right function, which keeps it simple.

    cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1