You can use formulas for automatic calculations in tables.
=A1+B1 — adds the values of cells A1 and B1.
=SUM(A1:B1) — same result.
=A1*B1 — multiplies A1 by B1.
=AVERAGE(A1:B1) — calculates the average.