Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.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工作表中拖动公式?_Google Sheets_Google Sheets Formula - Fatal编程技术网

Google sheets 如何在google工作表中拖动公式?

Google sheets 如何在google工作表中拖动公式?,google-sheets,google-sheets-formula,Google Sheets,Google Sheets Formula,我想将所有从A63到A65的数字除以单元格A61中的数字,然后将结果放入从B63到B65的单元格中 如何实现这一点?在B63中使用: =INDEX(A63:A65/A61) 如果仍要拖动它,请使用: =A63/A$61 61之前$61的意义是什么?拖动它后,它将冻结第61行,使其不会在下一行更改

我想将所有从A63到A65的数字除以单元格A61中的数字,然后将结果放入从B63到B65的单元格中

如何实现这一点?

在B63中使用:

=INDEX(A63:A65/A61)
如果仍要拖动它,请使用:

=A63/A$61

61之前$61的意义是什么?拖动它后,它将冻结第61行,使其不会在下一行更改