Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to sort a list of call numbers for a library and I want the list
to read as follows: AM7 .G55 1996 AM7 .R435 2004 AM11 .G45 1994 AM101 .S55 S555 1993 But when I sort, it looks like this: AM101 .S55 S555 1993 AM11 .G45 1994 AM7 .G55 1996 AM7 .R435 2004 Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you need a separate sort field where you give each code section the
maximum space the code section can take, then sort on this e.g. AM7--.G55--2004-----, where - is a space all codes need to be the same length for sorting to work correctly "clemcorc" wrote: I'm trying to sort a list of call numbers for a library and I want the list to read as follows: AM7 .G55 1996 AM7 .R435 2004 AM11 .G45 1994 AM101 .S55 S555 1993 But when I sort, it looks like this: AM101 .S55 S555 1993 AM11 .G45 1994 AM7 .G55 1996 AM7 .R435 2004 Any suggestions? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can make your life easier by using:
AM007 .G055 1996 AM007 .R435 2004 AM011 .G045 1994 AM101 .S055 S555 1993 Although, I'm not sure how that last one fits in. clemcorc wrote: I'm trying to sort a list of call numbers for a library and I want the list to read as follows: AM7 .G55 1996 AM7 .R435 2004 AM11 .G45 1994 AM101 .S55 S555 1993 But when I sort, it looks like this: AM101 .S55 S555 1993 AM11 .G45 1994 AM7 .G55 1996 AM7 .R435 2004 Any suggestions? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting high numbers from low numbers between two rows | New Users to Excel | |||
Sorting - cells containing numbers, numbers and letters | Excel Discussion (Misc queries) | |||
How do I sort Library of Congress call numbers in Excel? | Excel Worksheet Functions | |||
Call Center Management: How to calculate 'cost per call' | Excel Discussion (Misc queries) | |||
Sorting numbers with differing numbers of digits | Excel Discussion (Misc queries) |