+ Reply to Thread
Results 1 to 8 of 8

Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

  1. #1
    Registered User
    Join Date
    10-13-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    2010
    Posts
    4

    Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    In one column i have:

    Suite 4, Level 13 97 Creek Street BRISBANE
    202 Boundary Street SPRING HILL
    Level 2 303 Adelaide Street BRISBANE
    Level 21 345 Queen Street BRISBANE

    In the column beside it i have:
    BRISBANE
    SPRING HILL
    BRISBANE
    BRISBANE

    I am looking for a way to delete the words in capitals at the end. Sometimes it is 2 words.
    It would be great if i could simply deduct the second column text from the first column.

    Thoughts?

  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: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    you can use find and replace, just copy in the word like BRISBANE to the find, then in replace leave blank.
    hit replace all and they're gone.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    Hi

    in C2

    =Substitute(A2,B2,"")

    Should do the trick: after that copy paste special values on column A.

    Hope it helps
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  4. #4
    Registered User
    Join Date
    10-13-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    2010
    Posts
    4

    Re: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    The problem is they arent all BRISBANE.. there are hundreds of different names

  5. #5
    Registered User
    Join Date
    10-13-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    2010
    Posts
    4

    Re: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    Quote Originally Posted by canapone View Post
    Hi

    in C2

    =Substitute(A2,B2,"")

    Should do the trick: after that copy paste special values on column A.

    Hope it helps
    Thanks. Going to try this now

  6. #6
    Registered User
    Join Date
    10-13-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    2010
    Posts
    4

    Re: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    Quote Originally Posted by canapone View Post
    Hi

    in C2

    =Substitute(A2,B2,"")

    Should do the trick: after that copy paste special values on column A.

    Hope it helps
    Worked like a charm! Thank you Repped

  7. #7
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    Hi,

    thanks for your very kind feedback.

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

    Re: Is it possible to DELETE words within a cell that are in UPPER CASE (not change case)

    If you copy your text into Word this command in the Find and Replace will remove all uppercase words.

    Enable wildcards

    Find What: [A-Z]{2,}

    Replace With: nothing

    Replace all.
    <---------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

+ 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. Replies: 7
    Last Post: 04-18-2014, 04:11 PM
  2. Write a subroutine in a module to change case upon exit of a cell to upper case
    By Stephd22 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-15-2013, 06:39 PM
  3. Delete duplicates with lower case and upper case taken into account?
    By Tinwelende in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-17-2013, 11:35 AM
  4. Replies: 3
    Last Post: 10-30-2009, 04:00 PM
  5. Replies: 2
    Last Post: 12-09-2005, 05:15 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