在使用Excel工作表时,填充增量单元格是很常见的。增量(Increment)单元格是其中数值以固定增量值跨列排列的单元格。这可以是连续数字,如 1、2、3 等,也可以是固定增量,如 73、76、79、82 等。

Excel中自动填充增量单元(Increment Cells)格
- 如何使用自动填充(Autofill)功能在Excel中自动填充增量单元格(Excel)
- 如何使用公式自动填充Excel中的增量单元格(Excel)
有趣的是,我们甚至不需要这个动作的公式。自动填充(Autofill)功能就足够了。虽然我们也会讨论这个公式。
使用Excel中的(Excel)自动填充(Autofill)在另一列中的值更改时递增数字
您可以使用自动填充功能自动填充 Excel 中的增量单元格,( fill increment cells in Excel using the Autofill function)如下所示:
选择一列并在前 2 个单元格中输入数值。这两个单元格中数值之间的差异应该是增量值,并且具有较低值的单元格应该高于具有较高值的单元格。
现在单击单元格外的任意位置,然后再次选择这两个单元格。
这将突出显示自动填充(Autofill)功能。
单击(Click)选区右下角的点,然后将选区下拉到需要递增列表的单元格。
例如。假设您需要从单元格 B3 到B10自动填充 B 列中的增量单元格,使第一个值为 65,增量值为 3。

在单元格 B3 中插入(Insert)值 65,在单元格 B4 中插入值 68 (65+3)。现在单击单元格外部并再次选择单元格 B3 和 B4。

使用选择的按钮右上角的点,将列表下拉到单元格B10。
(Fill)使用公式填充Excel中的增量单元格值
即使在使用公式时,您也必须使用“填充(Fill)”选项。但是,在这种情况下,您将输入增量值而不是手动添加。增量值的公式为:
=<first cell in list from which you start incrementing>+<increment value>
在哪里,
- <列表中您开始递增的第一个单元格> 是列中您开始计算增量的第一个单元格。
- <increment value> 是每个后续增量的值。
例如,让(Let)我们考虑前面例子的情况。在这种情况下,我们可能必须在单元格 B4 中输入以下公式:
=B3+3

然后只需使用“填充(Fill)”选项将公式下拉到单元格B10 。
为此,请单击单元格 B4 外部并返回(仅单元格 B4,而不是整个选择)并将公式下拉到单元格B10。
How to automatically fill Increment Cells in Excel
While working with Excel sheets, it is very сommon to fill increment cells. Incrеment cells аre cells in which numerical values are arranged with a fixеd increment valuе across a cоlumn. This could be sequential numbers like 1,2,3, аnd so on or with fixed increments like 73, 76, 79, 82, etc.

Automatically fill Increment Cells in Excel
- How to automatically fill increment cells in Excel using the Autofill function
- How to automatically fill increment cells in Excel using formula
Interestingly, we don’t even need a formula for this action. The Autofill function would be sufficient. Though we will discuss the formula as well.
Increment numbers when value changes in another column using Autofill in Excel
You can automatically fill increment cells in Excel using the Autofill function as follows:
Pick a column and enter the numerical values in the first 2 cells. The difference between the numerical values in those two cells should be the increment value and the cell with the lower value should be above the cell with a higher value.
Now click anywhere outside the cell and then select those 2 cells again.
This will highlight the Autofill function.
Click on the dot on the bottom-right corner of the selection and pull the selection down to the cell till which you need the incremented list.
Eg. Let us assume you need to automatically fill increment cells in column B starting from cell B3 to B10 such that the first value is 65 and the increment value is 3.

Insert the value 65 in cell B3 and 68 (65+3) in cell B4. Now click outside the cell and select both cell B3 and B4 again.

Using the dot at the button-right corner of the selection, pull the list down to cell B10.
Fill incremental cell values in Excel using formula
Even while using the formula, you would have to use the Fill option. However, in this case, you would be entering the increment value instead of adding manually. The formula for increment value is:
=<first cell in list from which you start incrementing>+<increment value>
Where,
- <first cell in list from which you start incrementing> is the first cell in the column from which you start counting the increment.
- <increment value> is the value of each subsequent increment.
Eg- Let us consider the case with the earlier example. In this case, we could have to enter the following formula in cell B4:
=B3+3

Then simply pull the formula down to cell B10 using the Fill option.
To do so, click outside cell B4 and back on it (only cell B4, not the whole selection) and pull the formula down till cell B10.