Results 1 to 8 of 8

extract text out of a string [SOLVED]

Threaded View

  1. #1
    Registered User
    Join Date
    01-18-2012
    Location
    california
    MS-Off Ver
    Excel 2010
    Posts
    4

    extract text out of a string [SOLVED]

    A B
    1
    2 125 BUSINESS CENTER DR 125
    3 127 BUSINESS CENTER DR 127
    4 132 BUSINESS CENTER DR 132
    5 143 BUSINESS CENTER DR 143


    for the above table, I used the below code to extract numerical values in strings in column A and put the result in column B,
    "=LOOKUP(99^99,--(0&MID(A2,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A2&1234567890)),ROW(INDIRECT("1:"&LEN(A2)+1)))))"

    Could you help me edit this code so that now the remainning texts will result in column C
    (i.e. C2 will be "BUSINESS CENTER DR")

    Thank you
    Last edited by hung2502; 01-18-2012 at 07:12 PM.

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