Find the minimum, maximum, range, and other key statistics from a list of numbers.
Example: 1, 2, 3, 4, 5
Find the minimum (smallest) value in a list
Find the maximum (largest) value in a list
Calculate the range (difference between max and min)
Count the total number of values
Calculate the sum of all values
Customize number formatting with different separators
Copy results with one click