Thread: Sorting Help
View Single Post
  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

You could use a single helper column and leave your
original column alone.

=Left(A1) & "-" & mid(A1,2,300)

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"chainsaw" wrote in message ...

I am trying to sort data in a specific manner. My column shows
1
2
3
4
5
310
3A
3B

When sorted I want it to show
1
2
3
310
3A
3B
4
5

How can I get it to sort starting with the left most character and work
to the right and then down?


--
chainsaw
------------------------------------------------------------------------
chainsaw's Profile: http://www.excelforum.com/member.php...fo&userid=5976
View this thread: http://www.excelforum.com/showthread...hreadid=314426