+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Numbers to be extracted

  1. #1
    Forum Contributor
    Join Date
    10-28-2011
    Location
    Delhi
    MS-Off Ver
    Excel 2007
    Posts
    101

    Numbers to be extracted

    Hi,

    Attached is the excel file and wish to know (may be a formula) how to extract (from column E) only numbers (to column G), e.g,

    s/inverse/2041/done 2041 (to be extracted to column G)

    Regards
    Sushil

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Numbers to be extracted

    A general formula to extract numbers from a string
    Please Login or Register  to view this content.
    entered as an array formula with Ctrl+Shift+Enter
    pull down as needed

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Numbers to be extracted

    Hi

    Try this:

    Please Login or Register  to view this content.
    IS CSE formula

    Regards
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Numbers to be extracted

    Fotis, the best way to be spammed is to place your e-mail address on the forum

  5. #5
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Numbers to be extracted

    If your data is in same format s/inverse/4 digit/done, you can use

    =MID(E8,11,4)+0

    If the position is dependent try the below formula

    =LOOKUP(9E300,--MID(E8,MIN(FIND({0,1,2,3,4,5,6,7,8,9},E8&"0123456789")),ROW(A$1:A$30)))
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  6. #6
    Registered User
    Join Date
    05-12-2013
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Numbers to be extracted

    Haseeb A---thank you! Your =Lookup formula worked for my data!

+ 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