Results 1 to 13 of 13

Formula to identify Segments of text and percentages

Threaded View

  1. #13
    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: Formula to identify Segments of text and percentages

    It can be built into the formula too. It's a BIT more complicated than normal in your case as I am using the ; as the delimiter to build up the XML string... However, this will safely allow the presence of & in your strings:

    =FILTERXML("<A><B>"&SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A2,";","¦"),"&","#38;"),"¦","</B><B>")&"</B></A>","//B[contains(.,'"&MAX(IF(ISERROR(1*MID(A2,ROW($1:$1000),3)),0,1*MID(A2,ROW($1:$1000),3)))&"')]")

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Identify 1 IP address from a cell with multiple IPs match against legend of IP segments
    By suchetherrah in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-27-2018, 11:52 AM
  2. [SOLVED] Split percentages into groups of 10 for 5 segments
    By dchubbock in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-11-2014, 06:56 PM
  3. Defining Segments of Text From General Workbook
    By smiz in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-27-2013, 09:57 AM
  4. [SOLVED] TEXT Formula to identify rows of cells with Matching TEXT *** Actual Worksheet attached.
    By steve08087 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-29-2013, 12:42 PM
  5. [SOLVED] Formula to identify text within a cell
    By Glayva in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-22-2012, 05:29 AM
  6. Identify percentages
    By NoCanDo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-27-2008, 03:34 AM
  7. How do I take segments (Example, $1 $2 $3) from a text box (or string)???
    By BaLLZaCH in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2008, 08:31 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