Least To Greatest Calculator

Least to Greatest Calculator

Sort a list of numbers and review basic summary statistics at the same time.

Last updated: June 2026 | By Patchworkr Team

Main Calculator

Sorted List
2, 9, 17, 23, 31, 42, 48, 56, 65, 74, 83, 91
Count
12
Sum
541
Mean
45.083333
Min
2
Max
91
Range
89
Inputs are valid.

What is This?

This tool sorts a list of numbers and shows summary statistics for the same data set.

How to Use This Calculator

  1. Enter real numbers separated by commas, spaces, or new lines.
  2. Choose ascending or descending order.
  3. Read the sorted list and summary values in the result panel.

Worked Example

42, 17, 83, 9
Ascending sort = 9, 17, 42, 83

Frequently Asked Questions

Are decimals allowed?

Yes. Any finite real number is accepted, including decimal and scientific notation inputs.

Does the tool remove duplicates?

No. Duplicates stay in the sorted result because the tool is ordering, not deduplicating.

Why does the list need to be valid up front?

That prevents bad tokens from being silently dropped or coerced into zeros.

Can I sort descending?

Yes. Switch the order selector to greatest to least.

Related Tools