• Moving ‘find’ results to new cell (Excel 2003)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Moving ‘find’ results to new cell (Excel 2003)

    Author
    Topic
    #429576

    I need a formula that will allow me to extract the number from parentheses in a cell, move the number to an adjacent cell, and delete it and the parentheses from the original cell, leaving just the numbers in the adjacent cells (see attachment). I want to covert column A into columns B and C. Can anyone help me out? confused3

    Thanks,

    Viewing 0 reply threads
    Author
    Replies
    • #1000768

      In B2:

      =VALUE(LEFT(A2,FIND("(",A2)-1))

      In C2:

      =VALUE(MID(A2,FIND("(",A2)+1,FIND(")",A2)-FIND("(",A2)-1))

      Copy (autofill) B2:C2 to B3:C21

      Steve

    Viewing 0 reply threads
    Reply To: Moving ‘find’ results to new cell (Excel 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: