+ Reply to Thread
Results 1 to 4 of 4

Formula to Create new row on specific text in cell

  1. #1
    Registered User
    Join Date
    12-13-2018
    Location
    Reading
    MS-Off Ver
    MS Office 2016
    Posts
    5

    Formula to Create new row on specific text in cell

    Hi All,

    I have been struggling to find a solution where I can create a new row if a specific Character '/' is detected from the right(ideally), and then the new row has the data after the character:

    The data in a column is as followed:

    Oti22:35/id006/pi000/OP
    Oti22:43/id006/pi000/CL
    Nti04:12/ri1/RP
    Nti08:30/id4/ri1/OP
    NRP
    Nid1/OP
    Nid1/CL
    NRP
    Nid1/OP
    Nid4/CL

    Example of what I looking for below:

    Oti22:35/id006
    /pi000
    /OP
    Oti22:43/id006
    /pi000
    /CL
    Nti04:12/ri1
    /RP
    Nti08:30/id4
    /ri1
    /OP
    NRP
    Nid1/OP
    Nid1/CL
    NRP
    Nid1/OP
    Nid4/CL

    Any thing like above would be great.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    Re: Formula to Create new row on specific text in cell

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    12-13-2018
    Location
    Reading
    MS-Off Ver
    MS Office 2016
    Posts
    5

    Re: Formula to Create new row on specific text in cell

    Ok Think Attachment been done correctly.
    Attached Files Attached Files

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula to Create new row on specific text in cell

    Not exact the same result.

    Please try at

    A1 Press Ctrl+Shift+Enter
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    B1
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    C1
    =IF(A1="","",IF(COUNTIF(A$1:A1,A1)=1,VLOOKUP(A1,Before!$A$1:$C$20,3,),""))

    Copy A1:C1 down

    Please see attached
    Attached Files Attached Files

+ 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. Formula to create new rows when a cell has specific text beyond a comma
    By hionman in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-08-2017, 02:52 AM
  2. Replies: 1
    Last Post: 07-20-2016, 10:12 AM
  3. Create a pop up message if specific text found in a cell
    By xtremeblu in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-20-2015, 11:55 AM
  4. [SOLVED] How to create a formula that excludes specific text.
    By eekbubble in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-08-2014, 08:52 AM
  5. Replies: 10
    Last Post: 04-11-2014, 03:11 PM
  6. Replies: 2
    Last Post: 05-31-2013, 12:01 AM
  7. [SOLVED] Formula with specific text that inserts value from BESIDE cell with specific text.
    By jtmann in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-13-2012, 09:24 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