Skip to main content
Calctrove Calctrove

Number Sorter

Number Sorter

Paste input, adjust settings if needed, then run.

More actions
Input: manual
InputsTextManual input • Auto-updateWaiting

Settings

2

Status

Waiting for output.

Health 55/100

Result size
Live

0chars

Run to update output.

Copy result = output only. Copy report = output + settings.

Flow
  • Parse input numbers from lines, commas, or spaces.
  • Validate numeric tokens and optionally dedupe values.
  • Sort values by chosen order and return normalized output.
Example

Worked example: descending unique values

  1. 1 Input: 9, 3, 3, 12, 1
  2. 2 Enable descending order with dedupe.
  3. 3 Output: 12, 9, 3, 1

Sorted output is cleaner for downstream calculations.

How
  1. Paste your numeric list into the input panel.
  2. Choose ascending/descending and dedupe options.
  3. Run sorting and copy the output list.
Cases
  • Clean spreadsheet exports before analysis.
  • Normalize test IDs and value fixtures.
  • Prepare inputs for median/percentile/statistics tools.
Avoid
  • Mixing non-numeric tokens without checking validation warnings.
  • Expecting lexical sort instead of numeric sort.
  • Removing duplicates when repeated values are meaningful.
FAQ
Does number sorter send my input to a server?

No. Number Sorter handles the input in your browser whenever possible, so routine conversions, previews, and copy actions stay on your device instead of being sent to Calctrove servers.

Are decimals and negatives supported?

Yes. Valid decimal and negative numbers are supported.

Can I keep duplicates?

Yes. Dedupe is optional, so repeated values can be preserved.

Switch
Switch12