+ Reply to Thread
Results 1 to 5 of 5

Split data by delimiters but by formula (not Text to Columns)

  1. #1
    Banned User!
    Join Date
    09-26-2015
    Location
    Manchester
    MS-Off Ver
    2013
    Posts
    218

    Split data by delimiters but by formula (not Text to Columns)

    Hi All,

    I need to split data based on a delimiter but can't use text to columns because the columns adjacent to the complete data are already utilised. What formula do I use?

    FYI the data looks like this:

    12/34/567890/12

    The delimiter of course being '/'

    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Split data by delimiters but by formula (not Text to Columns)

    Where is the result to go? One (or more columns) ?

    It cannot be in the same cell (unless you use VBA)

  3. #3
    Banned User!
    Join Date
    09-26-2015
    Location
    Manchester
    MS-Off Ver
    2013
    Posts
    218

    Re: Split data by delimiters but by formula (not Text to Columns)

    Hi John (again!)

    The original data is in column K. The new data needs to go into N, O, P & Q.

    That is to say, the data before the first de-limiter should be shown in column N, the data between the first and second delimiter goes into column O and so on.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Split data by delimiters but by formula (not Text to Columns)

    In N2

    =TRIM(MID(SUBSTITUTE($K2,"/",REPT(" ",99)),(COLUMNS($A:A)-1)*99+1,99))

    copy across to Q

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Split data by delimiters but by formula (not Text to Columns)

    You can use Text2Columns, set delimiter (in Delimiters: Other) "/", Next, Select destination cell (in this case can be N2) , Finish

+ 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: 7
    Last Post: 04-29-2016, 12:25 AM
  2. Replies: 2
    Last Post: 04-09-2014, 11:48 AM
  3. Split text into array using multiple delimiters
    By TKFRMjarvis in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-26-2014, 03:07 PM
  4. Use of multiple delimiters under Text To Columns
    By ryandonn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-20-2013, 03:05 PM
  5. Text to columns with no delimiters
    By angies in forum Excel General
    Replies: 11
    Last Post: 08-15-2011, 08:24 AM
  6. Use of multiple-character delimiters under Text To Columns
    By longtalker in forum Excel General
    Replies: 3
    Last Post: 03-16-2009, 06:00 PM
  7. Text to Columns with multi-character delimiters
    By Dave B in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2005, 01:30 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