How to Add an Automatic Sum Formula to a Word Table

Tap through each step to add a working total to your Word table.

  1. Click into the cell where the total should appear

    Select the empty cell β€” usually at the bottom of a column or the end of a row β€” where you want the result to show up.

  2. Go to the table Layout tab and choose Formula

    With your cursor inside the table, open the "Layout" tab under Table Tools and click "Formula."

  3. Confirm =SUM(ABOVE)

    Word suggests "=SUM(ABOVE)" by default, which adds up every number in the cells directly above. Click OK to insert it.

  4. Update the field whenever numbers change

    Word does not recalculate automatically. After editing any number in the table, right-click the total and choose "Update Field" to refresh it.

  5. Know the difference from Excel

    Table calculations in Word are far more limited than a spreadsheet and never update live. For anything beyond a simple running total, it is usually easier to embed or link an Excel table instead.

Skip the calculator for quick totals

Opening a full spreadsheet just to add up a short expense list or a handful of quantities is overkill. Word's built-in table formulas handle simple sums, counts, and averages directly inside the document, which is more than enough for invoices, order forms, or short reports that already live in Word.

Formulas beyond SUM

The same Formula dialog also offers functions like AVERAGE, COUNT, MAX, and MIN, and you can target cells to the left with =SUM(LEFT) instead of above. Just remember that every one of these is a static snapshot β€” if precision and live recalculation matter, move the data to a spreadsheet application and link or paste it in as an object instead.

Frequently Asked Questions

Why does my total still show the old number after I changed a value?

Word table formulas do not auto-refresh. Right-click the field and select "Update Field," or select the whole document and press the update-fields shortcut for your platform before printing or sharing.

Can I sum a column instead of a row?

Yes β€” place the cursor in the cell below the column of numbers and Word will default to "=SUM(ABOVE)" automatically, since it detects numeric cells in that direction first.