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.