I have some data, and either the sort doesn't have this function, or I don't know how to use it.
The data (fake) is something like this:
Upon sorting, the result is as follows:
This is what I want:
I am pretty sure the program sorts them column by column, instead as a whole (e.g. repeat391).
The options has numeric sort selected.
Anyone help?
The data (fake) is something like this:
Code: Select all
repeat123 adrehadrhfe
repeat3465 gtgt343rrt
repeat239 ratrrtrtr4r
repeat391 w39dfd
Code: Select all
repeat123 adrehadrhfe
repeat239 ratrrtrtr4r
repeat3465 gtgt343rrt
repeat391 w39dfd
Code: Select all
repeat123 adrehadrhfe
repeat239 ratrrtrtr4r
repeat391 w39dfd
repeat3465 gtgt343rrt
The options has numeric sort selected.
Anyone help?