keisoku

Three-Variable Function Calculator (Combine 3 Columns)

Paste three columns of x, y and z, then apply operations like sum, product, average or x×y+z all at once. See per-row results, totals, averages and a bar chart together.

Input

Column x

(4 values)

Column y

(4 values)

Column z

(4 values)

Operation to apply

Result

Operation x + y + z

Total of the result column

120

Average

30

Minimum

13

Maximum

47

Rows

4 rows


Result per row (bar chart)

011.7523.535.25471234Row number

Results table

RowxyzResult
1102113
2203124
3304236
4405247
Sum120
Average30

How it works

  • Enter numbers into the x, y and z columns and pick an operation from the dropdown to compute the result for each row automatically.
  • Supported operations are sum (x+y+z), product (x×y×z), average ((x+y+z)÷3), x×y+z, x+y×z, maximum and minimum.
  • Input can be separated by line breaks, commas or spaces, and any token that cannot be read as a number is ignored.
  • When the columns contain different numbers of values, the calculation uses the length of the shortest column.
  • Results appear in a per-row table along with the total, average, maximum and minimum of the result column.
  • The bar chart lets you visually compare the result of each row, with negative values shown in orange.