arrays - 谷歌表格 : Array formula for fixed cell value

标签 arrays if-statement google-sheets google-sheets-formula array-formulas

我正在尝试使用 Google Sheets 中的 ArrayFormula 函数来申请 =$V$1到整个 V 列(从 V3 开始)。

我写了 =ArrayFormula($V$1)在单元格 V3 中,但这不会填充整个列。

我究竟做错了什么?

最佳答案

像这样做:

=ARRAYFORMULA(IF(ROW(V3:V), V1))

0

关于arrays - 谷歌表格 : Array formula for fixed cell value,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56104032/

相关文章:

javascript - 如何将数组从 Controller 传递到 _layout.cshtml

PHP:如果语句无意中导致多个 MySQL 列更新?

google-sheets - Google 表格中一个月的最后一天和第一天

c - 具有零长度数组的结构的大小是多少?

c# - LINQ Varbinary 到 C# 字节数组

php - 如何将一个数组重新分配到某个 "shape"的另一个数组中。 PHP

excel - If Function - 如果什么都没有,什么也不做

php - 如何在 Wordpress 的 PHP if 语句中显示超链接?

google-apps-script - 谷歌表格, "The request is missing a valid API key"

google-sheets - 在 Google 表格中遇到 IMPORTDATA 最大尺寸错误时,我有哪些替代方法?