+ Reply to Thread
Results 1 to 6 of 6

Want to Split A1 Cell data to B2 , B2,B3,B4...

  1. #1
    Registered User
    Join Date
    07-11-2018
    Location
    Hyderabad
    MS-Off Ver
    Office 365
    Posts
    64

    Want to Split A1 Cell data to B2 , B2,B3,B4...

    Hi Team

    I have skills in cell A1 ( refer the attached sheet ). I want to split each skill in cell A1 into cell B1 , B2 , B3 and so on.

    Please help me how to split these skills into column example i want as below

    Delphi
    AS-400
    RPG
    IMS
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,769

    Re: Want to Split A1 Cell data to B2 , B2,B3,B4...

    You have marked the thread as solved - is it?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Want to Split A1 Cell data to B2 , B2,B3,B4...

    If it is NOT solved, use this:

    =IFERROR(TRIM(SUBSTITUTE(MID($A$1,SUMPRODUCT(LEN($A$1:A1))-LEN($A$1)+1+MAX(0,2*(COLUMNS($A:A)-2)),FIND(",",$A$1&",",SUMPRODUCT(LEN($A$1:A1))-LEN($A$1)+2+MAX(0,2*(COLUMNS($A:A)-2)))-(SUMPRODUCT(LEN($A$1:A1))-LEN($A$1)+1+MAX(0,2*(COLUMNS($A:A)-2)))),",","")),"")

    in B1, dragged across until blanks appear.

    You can also have a similar formula in A2, copied DOWN, but NOT in B1 copied down.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Want to Split A1 Cell data to B2 , B2,B3,B4...

    On second thoughts... you can (nearly) get what you want:

    =IFERROR(TRIM(SUBSTITUTE(MID($A$2,SUMPRODUCT(LEN($B$1:B1))+1+MAX(0,2*(ROWS($2:2)-2)),FIND(",",$A$2&",",SUMPRODUCT(LEN($B$1:B1))+2+MAX(0,2*(ROWS($2:2)-2)))-(SUMPRODUCT(LEN($B$1:B1))+1+MAX(0,2*(ROWS($2:2)-2)))),",","")),"")

    BUT B1 MUST be blank, otherwise this formula will need to be a little bit more complicated!!
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-11-2018
    Location
    Hyderabad
    MS-Off Ver
    Office 365
    Posts
    64

    Re: Want to Split A1 Cell data to B2 , B2,B3,B4...

    Hi Glenn

    When i copied the formula in B1 i am able to see the first word DELPHI and also in the other cells as well in B2 and so on. Please help me to populate the other skills in from B2 to other cells.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Want to Split A1 Cell data to B2 , B2,B3,B4...

    Re-read Post 4.

    I do not own a crystal ball. Unless you show me what you have done, how can I help?

    Post a sample sheet.

+ 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] Split Data In Cell
    By SmithStanley1212 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-03-2017, 09:53 AM
  2. Need Macro code to split data split in 7 sheets based on variable rows in column A
    By Alija_21 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-31-2015, 08:03 AM
  3. Split cell to create sorted heading on empty row above and keep second split info
    By CastingDirector in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-09-2015, 12:24 AM
  4. [SOLVED] Split Data in Cell
    By preveo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-09-2013, 03:31 AM
  5. How to split data from within one cell?
    By pede69 in forum Excel General
    Replies: 9
    Last Post: 10-08-2011, 10:51 PM
  6. How Do I Split Data Within a Cell?
    By Ocean Zhang in forum Excel General
    Replies: 3
    Last Post: 05-29-2009, 11:54 AM
  7. Split data from one cell...
    By ISThree in forum Excel General
    Replies: 3
    Last Post: 03-09-2009, 03:35 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