+ Reply to Thread
Results 1 to 4 of 4

Replace/remove accented characters

  1. #1
    Registered User
    Join Date
    08-14-2013
    Location
    Pakistan
    MS-Off Ver
    Excel 2016
    Posts
    32

    Replace/remove accented characters

    Hi,
    I have very large text data which contains accented characters (e.g., "ÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïðñòóôõöùúûüýÿ?µ" etc.) within words. Since I have several data sheets, some of which having 500000+ rows, Find and Replace and similar options are not viable.


    I wish to replace each of these characters with regular English characters in all sheets. If that is difficult, these must at least be removed from the whole text. Please note that I need to preserve regular characters that are commonly used, particularly the hyphen (-) and underscore (_).


    I shall be very grateful for any help.


    Best regards,
    Guest2013

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Replace/remove accented characters

    First you have to build an equivalence table

    Basically, you would have 2 strings one containing the above mentioned characters and the other their replacements.

    Once that is done you use the find() function in a loop (checking 1 character at a time) for every cell to be changed.

    so if a match is found (find() will render the location within the string if any, delete the character and insert its replacement.

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Replace/remove accented characters

    First you have to build an equivalence table
    Here is a (in dutch) table
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  4. #4
    Registered User
    Join Date
    08-14-2013
    Location
    Pakistan
    MS-Off Ver
    Excel 2016
    Posts
    32

    Re: Replace/remove accented characters

    Hi @rcm and @popipipo,
    Thanks for your response. I found a free-for-personal-use Add-in "ASAP Utilities" that has solved the problem.

+ 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. [SOLVED] find and replace to not replace characters found as wildcards
    By sabutler4 in forum Excel General
    Replies: 4
    Last Post: 07-03-2013, 06:48 PM
  2. [SOLVED] Need to remove first two characters of column and replace with a "U"
    By arashn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-23-2012, 06:21 PM
  3. Macro to replace European characters with non "special" English characters?
    By johanna0507 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2012, 09:13 AM
  4. Sort on accented (French) characters
    By greek in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-30-2011, 06:43 AM
  5. fin/replace and keep some characters
    By skullk in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-11-2009, 10:31 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