+ Reply to Thread
Results 1 to 3 of 3

Extract Data to 3 Column

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Extract Data to 3 Column

    hi guys....

    how to extract to 3 columns....

    data :
    12 tahun 7 bulan 20 hari
    9 tahun 12 bulan 4 hari

    after formula (not vba) in 3 column (col.b,col.c,col.d):
    col.b
    12 tahun
    9 tahun

    col.c
    7 bulan
    12 bulan

    col.d
    20 hari
    4 hari

    any assistance, will be appreciated..

    john m

  2. #2
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Cool Re: Extract Data to 3 Column

    Here is my way..
    Drag Horizontally
    Formula: copy to clipboard
    =TRIM(MID(SUBSTITUTE($A1," ",REPT(" ",255)),((COLUMN(A$1)-1)*255*2)+1,255*2))

    Check the attached file..
    Attached Files Attached Files
    Regards,
    Vikas Gautam
    Excel-buzz.blogspot.com

    Excel is not a matter of Experience, its a matter of Application.

    Say Thanks, Click * Add Reputation

  3. #3
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: Extract Data to 3 Column

    hello, Vikas Gautam, it's wonderfull

    you're great..thanks a lot..

+ 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. Delimiter-like function to extract data from a column and put in another column
    By MikeStewart1 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-03-2014, 02:42 PM
  2. Replies: 2
    Last Post: 10-31-2013, 01:20 AM
  3. [SOLVED] Extract first cell in a row, given the column header and data point in that column.
    By pguarino in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-25-2013, 02:27 AM
  4. Replies: 1
    Last Post: 04-23-2012, 10:27 AM
  5. Replies: 3
    Last Post: 02-08-2010, 06:18 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