+ Reply to Thread
Results 1 to 5 of 5

Now how to delete plurals??

  1. #1
    Mis
    Guest

    Now how to delete plurals??

    If I have a ton of phrases listed, some singular and some plural form in
    separate cells of one column, listed like below, is there a way to delete the
    plural versions quickly and keep the singular without spaces inbetween the
    cells (where the plural forms used to be)? If it helps, a lot of the plural
    phrases do end with 'costumes' so I'm dealing mainly with the same word.

    halloween costume
    halloween costumes
    pet costume
    pet costumes
    anakin skywalker costume
    anakin skywalker costumes

    Thanks for any feedback you can give,
    Mis

  2. #2
    Elkar
    Guest

    RE: Now how to delete plurals??

    If removal of an ending S is what you're looking for, then this formula
    should do the trick:

    =IF(RIGHT(A1,1)="S",MID(A1,1,LEN(A1)-1),A1)

    This assumes your data starts in A1. If not, then change to match your needs.

    HTH,
    Elkar




    "Mis" wrote:

    > If I have a ton of phrases listed, some singular and some plural form in
    > separate cells of one column, listed like below, is there a way to delete the
    > plural versions quickly and keep the singular without spaces inbetween the
    > cells (where the plural forms used to be)? If it helps, a lot of the plural
    > phrases do end with 'costumes' so I'm dealing mainly with the same word.
    >
    > halloween costume
    > halloween costumes
    > pet costume
    > pet costumes
    > anakin skywalker costume
    > anakin skywalker costumes
    >
    > Thanks for any feedback you can give,
    > Mis


  3. #3
    Mis
    Guest

    RE: Now how to delete plurals??

    Elkar,

    That worked. And I finished it off with a pivot table to eliminate
    duplicates.

    Thanks a bunch!
    Mis

    "Elkar" wrote:

    > If removal of an ending S is what you're looking for, then this formula
    > should do the trick:
    >
    > =IF(RIGHT(A1,1)="S",MID(A1,1,LEN(A1)-1),A1)
    >
    > This assumes your data starts in A1. If not, then change to match your needs.
    >
    > HTH,
    > Elkar
    >
    >
    >
    >
    > "Mis" wrote:
    >
    > > If I have a ton of phrases listed, some singular and some plural form in
    > > separate cells of one column, listed like below, is there a way to delete the
    > > plural versions quickly and keep the singular without spaces inbetween the
    > > cells (where the plural forms used to be)? If it helps, a lot of the plural
    > > phrases do end with 'costumes' so I'm dealing mainly with the same word.
    > >
    > > halloween costume
    > > halloween costumes
    > > pet costume
    > > pet costumes
    > > anakin skywalker costume
    > > anakin skywalker costumes
    > >
    > > Thanks for any feedback you can give,
    > > Mis


  4. #4
    Registered User
    Join Date
    01-09-2013
    Location
    mumbai
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Now how to delete plurals??

    hi thanks for solution
    i need one help in this
    i dont want to delete purals. i just want to highlights those
    is it possible?

  5. #5
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Now how to delete plurals??

    Hi amit87

    Please read Forum Rule:
    2. Don't post a question in the thread of another member -- start your own. If you feel it's particularly relevant, provide a link to the other thread.

    Regards
    Click (*) if you received helpful response.

    Regards,
    David

+ 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