Number Sorter (Ascending / Descending)
Sort a list of numbers in ascending or descending order, with ranks and original positions shown in a table. The maximum and minimum are highlighted at a glance.
Input
Sort order
Separate values with line breaks, commas, or spaces. Non-numeric entries are removed automatically.
Result
Max / Min
98/64
Sorted in Descending (largest first) order (7 values total)
Data count
7 values
Maximum
98
Minimum
64
Sorted results
| Rank | Value | Original position |
|---|---|---|
| 1 | 98 | #6 |
| 2 | 90 | #3 |
| 3 | 88 | #7 |
| 4 | 85 | #1 |
| 5 | 72 | #2 |
| 5 | 72 | #4 |
| 7 | 64 | #5 |
How it works
- Enter multiple numbers separated by line breaks, commas, or spaces. Characters that cannot be read as numbers are removed automatically.
- Choose between "Ascending (smallest first)" and "Descending (largest first)"; switching the order updates the results instantly.
- Ranks use standard competition ranking. Equal values share the same rank, and the next rank is skipped accordingly (e.g. 1st, 1st, 3rd).
- "Original position" shows where each value appeared in the input list, which is helpful for tracing the before-and-after order.
- Use it to build rankings of test scores, sales, or measurements, to check the maximum and minimum, or to spot outliers.
- Your input is processed entirely within your device (browser) and is never sent to any server.
Reviews
Tell us what you think of this calculator.
Write a review
Found an incorrect result or a problem? Turn this on to report it.
- Home
Number Sorter (Ascending / Descending)