How to retain two decimal places in a word document
First create a new table in word and click on the menu bar Select the Table command from the Insert command under "Table".
Enter the number of columns as 4 and the number of rows as 2.
Enter the content in the table and place the cursor to the total score.
Click the "Formula" command under "Table" in the menu bar.
The formula dialog box pops up. The formula input is =sum(left). The English words in the brackets refer to the left side, that is, the sum of the numbers on the left.
Under Number Format, select the format type as 0.00, which means two decimal places are reserved.
The best calculated total score is 135.00
If you are summing the right sides, the formula for=sum(right)
The above is the detailed content of How to retain two decimal places in a word document. For more information, please follow other related articles on the PHP Chinese website!