Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do i sort a list from cells by picking a specific letter?

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   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default how do i sort a list from cells by picking a specific letter?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default how do i sort a list from cells by picking a specific letter?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I count cells beginning with specific letter? jay New Users to Excel 7 October 15th 08 06:25 PM
sorting data on protected worksheet Sue Excel Discussion (Misc queries) 20 November 7th 06 07:31 PM
linking a cell with a specific letter value to a cell with a formu tommo64 Excel Worksheet Functions 4 April 3rd 06 10:44 AM
adding specific cells Shooter Excel Worksheet Functions 1 January 23rd 06 04:42 PM
Sort with a List Ray A Excel Worksheet Functions 0 September 7th 05 01:06 AM


All times are GMT +1. The time now is 07:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"