0
0-0 Wai Wai ^-^
Hi.
Normally when we do a sort, it is sorted vertically (ie straight down)
How about if I wish to sort a list of data horizontally?
Eg:
I have the following data in Row 1:
number -- 13 -- 23 -- 9 -- 45
I do a horizontal sort, so the data in Row 1 becomes:
number -- 9 -- 13 -- 23 -- 45
How to do?
Normally when we do a sort, it is sorted vertically (ie straight down)
How about if I wish to sort a list of data horizontally?
Eg:
I have the following data in Row 1:
number -- 13 -- 23 -- 9 -- 45
I do a horizontal sort, so the data in Row 1 becomes:
number -- 9 -- 13 -- 23 -- 45
How to do?