View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Brian Denny Brian Denny is offline
external usenet poster
 
Posts: 18
Default Sorting a column from the last letter or 2 letters of a part n

Thanks Jon, I'll do that!

Brian Denny

"Jon Peltier" wrote:

Use a helper column that uses a formula like =RIGHT(B2,2) to contain the
last two characters, and sort on this column.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Brian Denny" <Brian wrote in message
...
Anyone have any ideas on how to sort a column from the last letter or two
letters of a part number rather than the first. Sounds crazy, but it
would
save me hours of work monthly if I could figure this one out.

Thank you.