+ Reply to Thread
Results 1 to 6 of 6

Extract values from text

  1. #1
    Forum Contributor
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2010
    Posts
    427

    Extract values from text

    see the attachment i want to extract Quantity like that 5.290, 1.83,2.23 this Quantity appear after word QTY or some time WT. or
    some time WEIGHT or some time more different , so be careful for that , and also see Before After sheets for what i expect
    Attached Files Attached Files

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

    Re: Extract values from text

    May be like this
    G8=IFERROR(LOOKUP(99^9,MID(E8,IFERROR(SEARCH("QTY.",E8)+4,SEARCH("QTY",E8)+3),{1,2,3,4,5,6,7,8,9,10})+0),"")
    Please Login or Register  to view this content.
    Try this, copy and paste towards down
    Samba

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

  3. #3
    Forum Contributor
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2010
    Posts
    427

    Re: Extract values from text

    Your formula did not work in specific condition see the atttachment i highlighted that area where your formula is not working
    Attached Files Attached Files

  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: Extract values from text

    Hi keshavtale,
    Try this formula:
    Enter in G8 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by AlKey; 04-06-2019 at 01:23 PM.
    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

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Extract values from text

    Please try at G8
    =IFERROR(--MID(E8,-LOOKUP(0,-FIND({"QTY","WT","ITY","="},E8)-{4,3,3,1}),5),"")

  6. #6
    Forum Contributor
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2010
    Posts
    427

    Re: Extract values from text

    Thanks for solution, now my problem is solved

+ 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. [SOLVED] Extract list of unique values, only if they have specific text next to them.
    By Who_else in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-12-2017, 04:36 PM
  2. Extract unique text values from a filtered list
    By ljerromes in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-23-2015, 07:51 PM
  3. [SOLVED] extract unique values & create new text file
    By hluk in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-07-2013, 07:34 PM
  4. Extract multiple values from long strings of text
    By Patrick791 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-05-2012, 04:17 AM
  5. extract time-values from variable text
    By WilliamV in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 02-09-2012, 11:30 AM
  6. Extract Values and percentages from text string
    By Andy748 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-01-2007, 05:56 PM
  7. [SOLVED] Comparing two coloumns text contents & extract different values
    By nabil in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-11-2006, 09:30 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