If you used early versions of Microsoft Word, you might remember a handy feature from the Tools menu: the Calculate command. With the standard four functions, plus exponents and percentages, Calculate could handle a lot of the math needed for simple sales reports or budget proposals.
Though Microsoft removed the command from the Tools menu in Word 6.0, you can still find it if you know where to look. This hack shows you how to put the Calculate command back on the Tools menu, but you can add it to any of the toolbars or shortcut menus.
Resurrecting CalculateFirst, select Tools > Customize and click the Commands tab.
In the Categories column, choose All Commands. Scroll down until you find ToolsCalculate, as shown below.  Drag the command to the Tools menu and place it right under the Speech option or anywhere else on the menu. Right-click the new menu item and rename it Calculate, as shown below.  When you first place the command on a menu or toolbar, it may appear grayed out. Calculate is available only when you've selected text. Using CalculateBy default, the Calculate command will add any set of selected numbers separated by white space. Word temporarily displays the result in the status bar, as shown below, and also places it on the clipboard.  Calculate ignores any text that isn't a number, except for currency symbols, periods, and commas, which it recognizes when these are part of a number. For operations other than addition, you must include the mathematical operator. Table 1 (below) lists the operations in reverse order of precedence. To force a calculation out of precedence order, enclose the expression in parentheses. Addition and subtraction are of equal precedence and are evaluated left to right. Multiplication and division also are of equal precedence and are evaluated left to right. Though Calculate is most often used in tables, it works on any selected text. . Table 1: Syntax for the Calculate command, in reverse order of precedence. | Operation | Operator | Example | Result | | Addition | + or space
| 200 + 300 200
| 700 | | Subtraction | - or ( )
| 1200 (300) - 200
| 700 | | Multiplication | * | 50 * 2
| 100 | | Division | / | 50 / 2
| 25 | | Exponential | ^ | 4 ^ 2
| 8 | | Percentage | % | €100 * 21%
| €21.00 |
|