Basic Calculation

Sum, average, and group-count numbers from a list separated by the chosen delimiter.




Ready.

    

What this page can do

Compute sum and average from a list of numbers, and group by value to count occurrences. Input is split by the delimiter you choose.

Expect input

Numbers separated by the delimiter (default newline). Non-numeric lines are ignored.

Output

SUM/AVG show a single line result. GROUP BY outputs value and count pairs sorted by value.