+ Reply to Thread
Results 1 to 21 of 21

Extracting text string from cell with no delimiters

Hybrid View

  1. #1
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,930

    Re: Extracting text string from cell with no delimiters

    Try this,

    I2
    =IF(COLUMNS($I:I)<=COUNT(IF($A$2:$A$100<>"",FIND($A$2:$A$100,$D2))),INDEX($A:$A,MOD(AGGREGATE(15,6,(IF($A$2:$A$100<>"",FIND($A$2:$A$100,$D2))*10^6+ROW($A$2:$A$100))/(IF($A$2:$A$100<>"",FIND($A$2:$A$100,$D2)>0)),COLUMNS($I:I)),10^6)),"")

    copied down and across.
    Attached Files Attached Files
    Last edited by windknife; 02-26-2023 at 12:17 PM.

+ 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. Macro to split text string based on its various structure/delimiters
    By Velehrad in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-04-2020, 02:52 PM
  2. Macro to split text string based on its various structure/delimiters
    By Velehrad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-03-2020, 11:24 PM
  3. Extract string of text in the middle of 2 delimiters
    By MoldyBread in forum Excel General
    Replies: 3
    Last Post: 05-07-2018, 07:21 AM
  4. [SOLVED] Extracting string between two specific delimiters among many of the same character.
    By DaniLucas in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-18-2016, 12:48 PM
  5. [SOLVED] Extracting a certain string of text from a cell
    By Jnap in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-02-2015, 10:25 PM
  6. Replies: 2
    Last Post: 04-09-2014, 11:48 AM
  7. Replies: 2
    Last Post: 09-07-2010, 04:14 PM

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