How will you calculate the sum in a table?
Answers
Answer:
Click the table cell where you want your result to appear. On the Layout tab (under Table Tools), click Formula. In the Formula box, check the text between the parentheses to make sure Word includes the cells you want to sum, and click OK. =SUM(ABOVE) adds the numbers in the column above the cell you're in.
Answer:
Explanation:
Click the table cell where you want your result to appear.
On the Layout tab (under Table Tools), click Formula.
The Formula option is highlighted on the Table Tools Layout tab.
In the Formula box, check the text between the parentheses to make sure Word includes the cells you want to sum, and click OK.
The Sum(Above) formula is shown.
=SUM(ABOVE) adds the numbers in the column above the cell you’re in.
=SUM(LEFT) adds the numbers in the row to the left of the cell you’re in.
=SUM(BELOW) adds the numbers in the column below the cell you’re in.
=SUM(RIGHT) adds the numbers in the row to the right of the cell you’re in.
Tip: If you change any of the numbers you’re adding, select the sum and press F9 to update the total.
Hope it will help you