keisoku

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

RankValueOriginal position
198#6
290#3
388#7
485#1
572#2
572#4
764#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.