Using Excel formulas in Word Document
Method 1: Direct input of Formulas in a table in word document
1) Create a table and insert required data into it
2) In our example, we need to have a formula in the last column, it should be a multiplication of the 2 columns to its left. To do this keep the cursor on the cell which needs the formula then go to to "Layout" tab at the top and click on the button "Formula"
3) In our example, we can calculate the product using the following 2 formulas:
- =PRODUCT(LEFT)
- =C2*D2
Quick Notes:
- The word (LEFT) in the above Formula indicates that the formula will be applicable on all cells to the left of the cell where the formula is applied.
- The Cells can also be referred to how they are referred to in excels starting with A1 referring to the cell in the first column and the first row.
- The list of all possible formulas can be seen in the drop-down under "Past Function"
- In case of any value change in cells of the table, the formula will not auto-refresh like in excel, to refresh the formula, right-click on the cell and click "Update Field" or use shortcut F9. For a quick refresh, Select all the contents of the document using "Ctrl + A" and then hit F9.
- The Formula will have to be applied on each cell of the column as described above and does not auto-apply to all the rows in a column as in excel.
More details are at the below link:
Method 2: Embedding an Excel table in a Word document
This approach is to be used in the case of complex formulas used in excels when the required table is already existing in excel and we need to have it included in a word document along with the formulas for editing it later.
1) Copy the table from Excel and paste it into the Word document using the "Paste Special" Option:
2) In the Pop-Up that comes, select the option "Microsoft Excel Worksheet Object"
3) The Result is as shown below:
Note: Initial idea/thought for this post is from the below link
https://www.makeuseof.com/use-excel-formulas-in-word-documents/






Comments
Post a Comment