+ Reply to Thread
Results 1 to 2 of 2

Extract three value and put each one in different cell

  1. #1
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Extract three value and put each one in different cell

    Dear All
    i have the following value in Specific cell and want to extract each value in different cell
    for example
    V=18731, S=19833, A=18915 in Q2
    and want to extract Value of V in B8 ( cell B8 will be 18731)
    and extract Value of S in B9 ( cell B9 will be 19833)
    and extract Value of A in B10 ( cell B10 will be 18915 )
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Extract three value and put each one in different cell

    Hi mazan,

    See if something like this works for you.

    =MID(TRIM(MID(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE($Q$2,",",""),"=","")," ",REPT(" ",100)),1+(100*(ROW()-8)),100)),2,100)
    Parse out 3 numbers.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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. Replies: 2
    Last Post: 02-09-2015, 09:40 AM
  2. [SOLVED] How to extract text data from one cell based on the date on another cell?
    By Prabhu.nanda in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-11-2013, 08:46 AM
  3. Replies: 4
    Last Post: 04-18-2013, 12:27 PM
  4. Replies: 5
    Last Post: 01-10-2013, 09:51 AM
  5. Replies: 12
    Last Post: 09-15-2012, 10:20 PM
  6. Replies: 3
    Last Post: 07-25-2012, 07:54 AM
  7. Replies: 0
    Last Post: 05-05-2011, 06:41 AM

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