Column Math

Add, subtract, multiply, or divide two columns of numbers row by row. Paste comma, space, or newline-separated values. Runs entirely in your browser — no server, no sign-up.

Result

What this tool does

Column Math does element-wise arithmetic between two columns of numbers, right in your browser. Paste Column A and Column B, pick an operation, and get the row-by-row result back. Nothing is sent to a server — it runs locally, works offline, and needs no sign-up.

It is the quick way to do the kind of math a spreadsheet does with a fill-down formula: sum two columns, take their difference, scale one by another, or compute a ratio — without opening a spreadsheet.

How it works

  1. Paste your first list of numbers into Column A (one per line, or separated by commas or spaces).
  2. Paste the matching list into Column B — it must have the same number of values as A.
  3. Choose an Operation and read the result, one value per row.

Operations

OperationWhat it computes (per row)
add (default)A + B
subtractA − B
multiplyA × B
divideA ÷ B

On divide, a zero in Column B is reported as an error (with the row number) rather than producing infinity.

Input format

Examples

Column AColumn BOperationResult
1, 2, 34, 5, 6add5, 7, 9
10, 203, 5subtract7, 15
2, 34, 5multiply8, 15
10, 92, 3divide5, 3
1.5, 2.250.5, 0.25add2, 2.5

FAQ

Is it free and private?

Yes — your numbers never leave your device, and the tool keeps working offline once the page has loaded.

What if the two columns are different lengths?

You will get an error telling you how many values each column has, so you can line them up.

Can I paste a column straight from a spreadsheet?

Yes — a spreadsheet column copies as one value per line, which is exactly the format this tool accepts.

Does it handle decimals and negatives?

Yes. Mix integers, decimals, and negative numbers freely in either column.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool column-math "1
2
3" 'b=4
5
6'

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/column-math/?a=1%0A2%0A3&b=4%0A5%0A6&operation=add

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.