Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I can't delete a cell without deleting a row | Excel Discussion (Misc queries) | |||
How to Delete a Range in Closed Workbook (to Replace Delete Query) | Excel Discussion (Misc queries) | |||
in workbook, where is delete worksheet | Excel Worksheet Functions | |||
how do I delete a worksheet from my workbook | New Users to Excel | |||
Delete row depending on criteria | Excel Discussion (Misc queries) |