Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am only dealing with 1 colum in MS Excel.
I have a colum of job numbers i.e. "ABC123CL" what I am trying to achieve is sort this list of about 17000 numbers by using the unique 2nd letter from the right "C". This will alphabetically arrange in order my list? Hope you can help? MS Excel 2003 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
If all of your job numbers are the same format, you could use a helper cell, alongside your data, with: =MID(A2,7,1) in it and then sort on that column. Andy. "abecus" wrote in message ... I am only dealing with 1 colum in MS Excel. I have a colum of job numbers i.e. "ABC123CL" what I am trying to achieve is sort this list of about 17000 numbers by using the unique 2nd letter from the right "C". This will alphabetically arrange in order my list? Hope you can help? MS Excel 2003 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi abecus,
With your data in A1 down. In B1 put =MID(A1,7,1) (That will return the seventh character in your job number) Copy down as far as needed. Then sort on column B. Is that the sort of thing you are looking for? HTH Martin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count cells beginning with specific letter? | New Users to Excel | |||
sorting data on protected worksheet | Excel Discussion (Misc queries) | |||
linking a cell with a specific letter value to a cell with a formu | Excel Worksheet Functions | |||
adding specific cells | Excel Worksheet Functions | |||
Sort with a List | Excel Worksheet Functions |