I’ve a block of columns and rows that are similar to this:
- 1 |8 |38|47|43
- 21|32|3 |37|26
- 23|12|33|65|51
and I want them to sort into this:
- 1 |8 |38|43|47
- 3 |21|26|32|37
- 12|23|33|51|65
IOW, I want the columns in each row to reorder such that the number values increase to the right. I select a block of cells…Sort…enable the Left to Right (Sort Columns) feature…OK, but it only works on one row at a time, even if I have multiple rows selected in the block. What am I doing wrong?
LibreOffice 5.3 with latest updates
TIA