+ Reply to Thread
Results 1 to 4 of 4

Need help with extracting values

  1. #1
    Registered User
    Join Date
    06-09-2011
    Location
    Khar, Sud
    MS-Off Ver
    Excel 2013
    Posts
    9

    Post Need help with extracting values

    Hi All,

    Can someone be kind enough to help me with the below, cause I tried a lot of solutions with no luck at all.

    I usually have my column of QTY. this way (2.000 EACH) and sometimes the QTY. is any value 40,100,540,865,1000...etc (NUMBER.000 EACH/SET)

    what I need is to extract whatever number in that cell in separate column and the EACH/SET in another column.

    Any reply with excel sheet example would be of a great help...

    Regards,

    Zarealshook

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Need help with extracting values

    Please attach a sample workbook with expected output for our workings and better understanding.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Need help with extracting values

    hi Zarealshook, i'm assuming the brackets are not included? and if your data is in A1, try this in B1
    =LEFT(TRIM(A1),FIND(" ",TRIM(A1))-1)+0

    and this in C1:
    =MID(TRIM(A1),FIND(" ",TRIM(A1))+1,LEN(A1))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    06-09-2011
    Location
    Khar, Sud
    MS-Off Ver
    Excel 2013
    Posts
    9

    Re: Need help with extracting values

    Very much thank you benishiryo for your great help! It really works fine...

    I do appreciate your readiness for help Sixthsense. Problem was solved.

    Regards,

    Zarealshook

+ 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