+ Reply to Thread
Results 1 to 3 of 3

extract specific values

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

    extract specific values

    see attached file in that file in cell C16 there is QTY. 95.610 MT how extract only 95.610 from that cell,
    so many entries like that in this file .
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: extract specific values

    Put this in H1 and copy down:

    =IF(ISNUMBER(SEARCH(" QTY. ", C1)), TRIM(MID(C1, FIND(" QTY. ", C1)+5, 6))+0, "")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

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

    Re: extract specific values

    but that formula extracting wrongly it is extract value 56.800 when actual value is 56.805

+ 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] Search & extract cell data, after & before specific values with a formula
    By lagiosman in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-20-2014, 09:03 AM
  2. [SOLVED] Wanting to extract specific data from a table of values
    By lvsmr2 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-04-2013, 02:24 AM
  3. Macros to extract specific values from a .DAT file
    By rkeyes47 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-22-2013, 11:33 AM
  4. [SOLVED] Extract a list that allows specific value to have duplicates but not any other values.
    By bike_far in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-16-2013, 10:07 AM
  5. [SOLVED] Extract specific range values on an active workbook
    By Surya51 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-27-2012, 11:55 AM
  6. Macro Loop to Extract Specific Values and Min/Max Values From Column/Rows Range
    By ExcelQuestFL in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 12-19-2010, 09:19 AM
  7. extract specific values from list
    By mcm1009 in forum Excel General
    Replies: 5
    Last Post: 10-15-2010, 04:50 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