Thread: [Solved] Sorting
View Single Post
 
Old 07-14-2015, 09:32 AM
texascpa texascpa is offline Windows XP Office 2010 64bit
Novice
 
Join Date: Sep 2012
Posts: 19
texascpa is on a distinguished road
Default Sorting

I want to sort the following:
1
3
2
-1

When I sort I want the following:

1
-1
2
3

I want the numbers in order regardless if negative or positive.

Can this be done? If so, how?
Thanks for your help

texascpa
Reply With Quote