Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ajax/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets Google sheets-是否可以使用同一单元格中的数据在单元格中输入公式?_Google Sheets - Fatal编程技术网

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

Google sheets Google sheets-是否可以使用同一单元格中的数据在单元格中输入公式?,google-sheets,Google Sheets,在google sheets中,是否可以使用同一单元格中的数据在单元格中输入公式?答案非常简单:不。因为有一个非常简单的算法: 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 f

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

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

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

不直接。但是,您可以拥有一个重复的工作表,重复的工作表引用另一个工作表,并使用适当的公式进行任何更改

例如,您需要更新的“视图”工作表B,以供其他用户使用,这些用户也会根据工作表A上的数据更改某些值,但您不希望它们干扰工作表A


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

应该可以使用google apps脚本创建其VBA等效值-获取A1值,计算一些东西,然后用结果替换A1的值。但我对这一点并不熟悉,这可能不是你想要的。我也在quora上问过,一个人给了我一个解决方案。基本上,你必须有三个电子表格来处理,但最终还是会有结果的——仅仅添加一个单元格可能会更容易。你可以将它的字体颜色设置为背景色,如果外观是一个问题的话。有道理,我想添加一个单元格是最容易的