+ Reply to Thread
Results 1 to 2 of 2

Finding repeating multiple characters from a string in cell

  1. #1
    Registered User
    Join Date
    10-16-2012
    Location
    earth
    MS-Off Ver
    Excel 2003
    Posts
    6

    Finding repeating multiple characters from a string in cell

    Hi there, i'm wanting to look through a string of text in a single cell to find repeating characters.

    Currently I can search for 3 repeating characters, but i'd like to be able to do it for more. See the attached file to see what I've done so far.

    Any help appreciated

    cheers.

    Book1.xlsx

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,427

    Re: Finding repeating multiple characters from a string in cell

    Not sure why your formula in column C only uses the range up to B391 when you have data up to B524.

    Anyway, here's another way - put this in D3:

    =(LEN($A$1)-LEN(SUBSTITUTE($A$1,B3,"")))/LEN(B3)

    then copy down.

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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