How can I reverse the order of numbers in a column?
i.e. My column contains [1 4 6 3 2] and I want it to contain [2 3 6 4 1].
Thank you.
How can I reverse the order of numbers in a column?
i.e. My column contains [1 4 6 3 2] and I want it to contain [2 3 6 4 1].
Thank you.
in a column next to it, put 1, 2 and fill down. then sort both columns using
this new column, sort descending, delete the helper column.
"rcc" wrote:
> How can I reverse the order of numbers in a column?
> i.e. My column contains [1 4 6 3 2] and I want it to contain [2 3 6 4 1].
>
> Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks