I am editing a huge database that has been created in excel and is about 9800 entries.
I need the database to sort properly by last name and then by first name. When I select my data (there are 3 rows of "headers" at the top) and do the sort by First Name and then by Last Name, it catches all the last names, in the correct order, and then some of the first names, in the correct order, but then randomly decides to jumble some of the more common last names, such as Smith. Here's an example:
Smith, Andrew
Smith, Andrew
Smith, Andrew
Smith, Denise
Smith, Jason
Smith, Jason
Smith, Jason
Smith, Jason
Smith, Kellie
Smith, Andrew
etc (and then ir resorts properly within the next subset)
This problem does not happen on all entries, but enough to make manually moving then everytime I have resort a giant pain.
There are no blanks and all the cells are formatted the same. I'm stumped and am trying to meet a deadline for today, but if you know a solution and it is 3 weeks or longer from now PLEASE post it. I will inevitably run into this problem in the future.
Last edited by physicsgal; 03-17-2011 at 09:51 AM.
Hi and welcome to the board
Is your data imported from another application, source?
It might contain non printable character that need to be cleaned
Try adding =TRIM(CLEAN(SUBSTITUTE(A1,CHAR(160)," "))) in a helper column, pull down as needed and try sorting again to see if this helps
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
Thanks, and you are life-saver, it fixed the issue!
MUCH gratitude :D
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks