+ Reply to Thread
Results 1 to 3 of 3

how to extract the nos from the text (text and nos mixed inbetween) with formulas in excel

  1. #1
    Registered User
    Join Date
    06-29-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    how to extract the nos from the text (text and nos mixed inbetween) with formulas in excel

    Hi all,

    Thanks a lot for welcoming me again . Need your help in solving my problem i tried a lot to solve this but unsuccessful and still trying.

    For eg: This is the text and i want to extract only the nos but not to add. Levis Mens 501 straight Jeans (6901163478597_00501-1937_32W x 34L_Dark Indigo)

    The answer will be 6901163478597_00501-1937_32 meaans without the text.


    Request you to kindly help me.
    Appreciate you help in advance

    Ronita

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: how to extract the nos from the text (text and nos mixed inbetween) with formulas in e

    In orde ro do this properly we need to find a pattern.
    You can't find a pattern with one piece of data.
    Have you any other examples?
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: how to extract the nos from the text (text and nos mixed inbetween) with formulas in e

    if you have your data in A1 try below formula
    =LEFT(MID(A1,FIND("(",A1)+1,9^9),MIN(INDEX(SEARCH(MID("abcdefghijklmnopqrstuvwxyz",ROW($1:$26),1),MID(A1,FIND("(",A1)+1,9^9)&"abcdefghijklmnopqrstuvwxyz")-1,0)))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: how to extract the nos from the text (text and nos mixed inbetween) with formulas in e

    Or this array formula

    =SUBSTITUTE(LEFT(A1,SMALL(IFERROR(FIND(CHAR(ROW(A$65:A$90)),A1,1),""),1)-1),"(","")

    ***Array formula must be entered by using key combination of CTRL+SHIFT+ENTER and not just ENTER

    Row\Col
    A
    B
    1
    (6901163478597_00501-1937_32W x 34L_Dark Indigo) 6901163478597_00501-1937_32
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Extract Numbers from Mixed (Text + Numeric) Data
    By asimjavedcma in forum Excel General
    Replies: 1
    Last Post: 01-27-2015, 05:37 AM
  2. Extract text from cells with mixed characters
    By sa02000 in forum Excel General
    Replies: 4
    Last Post: 07-15-2014, 02:57 PM
  3. Moving only Text in a Mixed Text/Number Column to different Row/Colum
    By eas84 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-07-2012, 12:37 PM
  4. Return text from a mixed text/value 3d array result
    By rmiller in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-04-2009, 08:17 PM
  5. [SOLVED] Extract just numeric part of mixed text/number entry?
    By Heidi in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-01-2006, 02:35 PM

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