谷歌表格 - 是否可以使用同一单元格中的数据在单元格中输入公式?



在谷歌表格中,是否可以使用同一单元格中的数据在单元格中输入公式?

不是直接的。但是您可以有一个重复的工作表,重复的工作表引用另一个工作表,并具有您想要的任何更改的正确公式。

例如,您希望为其他用户更新"视图"工作表 (B),该用户也会根据工作表 (A) 上的数据更改某些值,但您不希望它们弄乱您的工作表 (A)。

解决方案是创建一个引用工作表 A 的工作表 B ,例如,如果您只想显示信息,请使用IMPORTRANGE或涉及引用工作表 A 中的数据的公式。

答案很简单:不。因为一个非常简单的算法:

1 - Target cell formula's parameter and go to step 2
2 - If a targeted cell changed go to step 3 else finish the treatment
3 - Evaluate the formula, display the value into the cell and finish the treatment

最新更新