+ Reply to Thread
Results 1 to 4 of 4

Spilt data into columns

Hybrid View

  1. #1
    Registered User
    Join Date
    07-08-2019
    Location
    London
    MS-Off Ver
    Windows 10
    Posts
    2

    Spilt data into columns

    hi all,
    I have hundred rows of data like below, how can I spilt them into column with the numbers?
    I have tried hlookup,index,etc.. but lost along the way.
    Any hints will be very much appreciate

    Capture.JPG
    2.JPG

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Spilt data into columns

    Try this, where you have Apple, Orange and Grapes in F1:F3.

    =SUBSTITUTE(INDEX($A1:$C1, MATCH("*"&F$1, $A1:$C1,0)),F$1,"")
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    07-08-2019
    Location
    London
    MS-Off Ver
    Windows 10
    Posts
    2

    Re: Spilt data into columns

    Thanks so much! It works, by the way, I got error when the some of the cell has "10 fruits Apple", is there a way to do a partial match?
    I also tried to use the entire range but it doesn't work?
    Last edited by laksa; 07-08-2019 at 10:22 AM.

  4. #4
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Spilt data into columns

    You could try this.

    =SUBSTITUTE(INDEX($A1:$C1, MATCH("*"&F$1&"*", $A1:$C1,0)),F$1,"")

+ 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. how to format data to spilt into next cell
    By kedrick in forum Excel General
    Replies: 1
    Last Post: 01-31-2015, 09:07 AM
  2. Replies: 2
    Last Post: 05-15-2014, 12:37 PM
  3. [SOLVED] Spilt of DATA
    By Nikunj15 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2013, 05:15 AM
  4. Graph data source spilt by column insert
    By ElfieUK4 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-29-2010, 07:47 AM
  5. spilt words
    By delboy2405 in forum Excel General
    Replies: 3
    Last Post: 11-04-2007, 10:05 AM
  6. Spilt value and currency
    By AJ in forum Excel General
    Replies: 2
    Last Post: 05-16-2006, 05:15 AM
  7. Spilt Screen
    By owl527 in forum Excel General
    Replies: 3
    Last Post: 03-11-2005, 07:47 AM

Tags for this Thread

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