
Thus, the "result cells" aren't containing the true result, but after manually changing the cell references to the correct cells the sorting actually *is* done correctly.
This happened on one computer, but not at the other (same LO version). Any clue why?
OS: Linux (Ubuntu + Mint)
Example:
(results are done by cell references)
addition of numbers;
line 1: 6 + 8 = 14
2: 5 + 7 = 12
3: 2 + 8 = 10
If I would sort reverse-wise here, it would result in the following:
1: 2 + 8 = 14
2: 5 + 7 = 12
3: 6 + 8 = 10
This is because the cell references aren't changing to the line moving along the result. However, the results ITSELF, after being updated with the correct cell references, are sorted correctly:
10
12
14