Results 1 to 4 of 4

Find the (n) matched of string in a string.

Threaded View

  1. #1
    Registered User
    Join Date
    07-21-2015
    Location
    Earth
    MS-Off Ver
    2013
    Posts
    28

    Find the (n) matched of string in a string.

    Is there any SIMPLE excel function that can find the (n)th matched of a string in a string?
    I need to extract the number and text, separated by "+" as in example below:
    In cell A2 I have value: "abcd+123+xyz".
    This is what I'm doing:
    In cell A3, I add two more "++" to the end of A1 cell value
    = A2 &"++"
    Cell A4 I have formular:
    =LEFT(B3,SEARCH("+",B3)-1)
    and cell A5:
    =MID(B3,LEN(B4)+2,SEARCH("+",B3,LEN(B4)+2)-LEN(B4)-2)
    and cell A6:
    =SUBSTITUTE(MID(B3,LEN(B4&B5)+3,20),"+","")
    Is there anything like this:
     findthis(string, string-to-find, 2nd-mached)
    without writing VBA code?

    I don't think there is such function, and I can find one more solution to my problem via this thread:
    http://www.excelforum.com/excel-form...r-x-and-y.html
    Last edited by gaixixon; 08-22-2016 at 11:38 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 03-30-2015, 03:20 PM
  2. Replies: 5
    Last Post: 02-11-2015, 10:41 PM
  3. VBA Find Partial String in String Array and Output the Found String Array Value
    By scherich in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-02-2014, 11:20 AM
  4. [SOLVED] problem finding string using .find method when string to be found contains ~ (a tilde)
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-01-2013, 07:38 AM
  5. [SOLVED] Vlookup, Match (Search or Find) partial string within string in a Cell
    By dluhut in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-28-2013, 12:40 PM
  6. find how many times a word appears in a string at certain positions within the string
    By jordan2322 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-05-2013, 12:05 AM
  7. how to find Certain String in a column, select/Copy the cell till another String
    By excelkeechak in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-18-2009, 10:59 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