+ Reply to Thread
Results 1 to 7 of 7

How to edit a list of names to remove suffix in brackets?

  1. #1
    Registered User
    Join Date
    06-27-2008
    Location
    england
    Posts
    3

    How to edit a list of names to remove suffix in brackets?

    hi guys, I import data in the form of a column of names, they come with a country suffix eg/ John Doe (GB), I need to add the names to a table without the suffix. at the minute I am doing this manually, and its slow, what is the best way to speed this up.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: How to edit a list of names to remove suffix in brackets?

    have you tried find and replace? Find (*) and replace - leave blank. Worked in my test file.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to edit a list of names to remove suffix in brackets?

    Try this formula

    =REPLACE(A1,FIND("(",A1)-1,255,"")

    A
    B
    1
    John Doe (GB) John Doe
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: How to edit a list of names to remove suffix in brackets?

    This will also work. The TRIM will remove any unneeded spaces.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: How to edit a list of names to remove suffix in brackets?

    Or simply this.....

    Assuming your name is in A1 then

    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  6. #6
    Registered User
    Join Date
    06-27-2008
    Location
    england
    Posts
    3

    Re: How to edit a list of names to remove suffix in brackets?

    Gentlemen you are all superstars I thank you one and all

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: How to edit a list of names to remove suffix in brackets?

    You're welcome.
    If that takes care of your question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.
    Moreover you may also click on * (star) to Add Reputation to those who have put their time and efforts to help you in this forum. This is another way to say thanks to them.

+ 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. Use API to edit registry keys to remove Add-In from Add-Ins List
    By mc84excel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-13-2013, 12:00 AM
  2. remove names from drop down list after they have been used
    By mastahtata in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-15-2013, 11:31 AM
  3. [SOLVED] Macro help: create, edit, and save 200 files from list of names
    By mkbruin in forum Excel General
    Replies: 7
    Last Post: 12-18-2012, 03:27 PM
  4. Remove Suffix From Files
    By Orangeworker in forum Excel Programming / VBA / Macros
    Replies: 31
    Last Post: 01-21-2011, 04:40 PM
  5. How to remove a suffix in excel
    By BC in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-13-2006, 06:45 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