Sort Positive Numbers and Negative Numbers by Absolute Values
If both positive numbers and negative numbers exist in the same column, when sorting them by absolute values, we can sort them with the help of ABS function and helper column. In this article, we will show you the way to sort numbers by absolute values. EXAMPLE We want to sort numbers in “Numbers” column… read more »