S
skiman123321
I have a column of numbers that I sort based on the first integer. Fo
example,
I want
2
4
77
555
777
11111
to sort as
11111
2
4
555
77
777
Is there a way to do that? Thanks
example,
I want
2
4
77
555
777
11111
to sort as
11111
2
4
555
77
777
Is there a way to do that? Thanks