B
Blue
Is there a way to sort data by absolute value? I have a list of numbers,
both negative and positive and I would like the list to have the
highest positive and negative numbers at the top (e.g. -10,000 and
+10,000 and the lowest numbers to be at the bottom(e.g -1 & 1).
both negative and positive and I would like the list to have the
highest positive and negative numbers at the top (e.g. -10,000 and
+10,000 and the lowest numbers to be at the bottom(e.g -1 & 1).