05/21/2018
Create simple formulas without leaving Word
(Word 2016/2013/2010)
Though Excel is the numbers powerhouse of the Office suite, Word can hold its own when you need to run some basic calculations in a Table.
For example, to add all of the numerical values to the left of the current cell, simply select the Table Tools Layout contextual tab on the main ribbon, and click on Formula in the Data group. In the resulting Formula dialog box, in the Formula text box, type =SUM(LEFT) and click OK. Similarly, you can use =SUM(RIGHT), =SUM(ABOVE), and =SUM(BELOW) to calculate numerical data to the right of, above, and below your selected cell. You can explore the Paste Function dropdown list in the Formula dialog box to see other formula options, such as AVERAGE, MIN, and ROUND.
When necessary, you can use specific cell references, such as A1 or B3, instead of directional arguments. This way, you click in cell B5 and type the formula =SUM(B2:B4) to find the total without including cell B1. You could even add nonadjacent cells using the formula =SUM(A3,B2,C5).
Important: These Word formulas use field code. If you make a change to the data in your table that will affect a calculation, right-click on that field to recalculate it.
NICE!