📜  在Word 2010中添加公式

📅  最后修改于: 2020-11-18 09:43:18             🧑  作者: Mango


在本章中,我们将讨论如何在Word 2010中向表中添加公式。MicrosoftWord允许您在表单元格中使用数学公式,该单元格可用于添加数字,查找数字的平均值或查找最大或最大的整数。您指定的表格单元格中的最小数字。有一个公式列表,您可以根据需要从众多公式中选择。本章将教您如何在单词表中使用公式。

添加公式

以下是在Word文档中可用的表格单元中添加公式的简单步骤。

步骤1-考虑下表与总行数。单击应包含行总和的单元格。

工资表

步骤2-现在单击“布局”选项卡,然后单击“公式”按钮;这将显示一个公式对话框,其中将建议一个默认公式,在本例中为= SUM(LEFT) 。您可以使用数字格式列表框选择一种数字格式以显示结果,也可以使用“公式列表框”更改公式。

公式对话框

步骤3-现在单击确定以应用公式,您将看到已添加左侧单元格,并且总和已放入我们想要的总单元格中。您可以重复该过程以同时获得其他两行的总和。

结果总和

单元格公式

“公式”对话框提供了以下重要功能,可用作单元格中的公式。

S.No Formula & Description
1

AVERAGE( )

The average of a list of cells

2

COUNT( )

The number of items in a list of cells

3

MAX( )

The largest value in a list of cells

4

MIN( )

The smallest value in a list of cells

5

PRODUCT( )

The multiplication of a list of cells

6

SUM( )

The sum of a list of cells

我们假设您熟悉如何创建电子表格程序;您可以构建单词单元格公式。单词公式使用引用系统来引用单个表单元格。每列均由字母标识,第一列以A开头,第二列以B开头,依此类推。字母后面是行号。因此,第一行中的第一个单元格是A1,第四行中的第三个单元格是C4,依此类推。

以下是有助于您构造单词单元公式的有用点。

S.No Cell References and Description
1 A single cell reference, such as B3 or F7
2 A range of cells, such as A4:A9 or C5:C13
3 A series of individual cells, such as A3, B4, C5
4 ABOVE, referring to all cells in the column above the current cell.
5 BELOW, referring to all cells in the column below the current cell.
6 LEFT, referring to all cells in the row to the left of the current cell
7 RIGHT, referring to all cells in the row to the right of the current cell

您还可以使用简单的数学运算符+,-,/,*,%构造简单的Math表达式,例如B3 + B5 * 10