Excel 正确自动填充公式,但值保持不变

Excel autofills the formulas correctly but the values remain the same

在我的 excel sheet 中,我尝试了简单的自动填充,它运行良好。然后今天,它开始在所有列中复制相同的值,而不是更新值。里面的公式不一样,应该是什么,但是数值和第一个是一样的。例如,如果列具有公式“=B1/A1”和值 23.5,则自动填充会将公式填充为“=B2/A2”等等,但所有列的值仍然为 23.5。当我分别转到每个单元格并在公式上按 enter 时,它才会更新。我一直在谷歌上搜索 hpur,但似乎找不到问题。

打开你的自动计算,这样公式就会自动计算。

F9 到:

Recalculate formulas that have changed since the last calculation, and formulas dependent on them, in all open workbooks. If a workbook is set for automatic recalculation, you do not need to press F9 for recalculation.

SHIFT+F9

Recalculate formulas that have changed since the last calculation, and formulas dependent on them, in the active worksheet.

CTRL+ALT+F9

Recalculate all formulas in all open workbooks, regardless of whether they have changed since last time or not.

CTRL+SHIFT+ALT+F9

Recheck dependent formulas, and then recalculate all formulas in all open workbooks, regardless of whether they have changed since last time or not.

或者直接转到 Options>Formulas>Calculation options> 打开 Automatic 工作簿计算。