Quote: Originally Posted by Wiredwrx
That is what I do, and then just drag the formula down the entire column, and it will do it for the entire list automatically. Then, you must copy and then paste special, choosing to paste the values or else you won't be able to manipulate the new data.
Michael
I agree with the formula. Depending on the quality of your data, you may want to clean it up before you do it. You may want to get rid of leading of trailing spaces or put it all in the same format (upper, lower, proper). Here's a few examples:
It can get really sticky when you have user-entered data...like from a web form that doesn't have a data validation step. Then you've just got to be creative. I usually end up using =find("[whatever the bad character is],A1) to identify the stuff I want to get rid of and then sorting based on the "find" column. Useful with larger data sets that still fit on one excel sheet.