【问题标题】:arrayformula in goolge sheet vs in excel: autofill column谷歌表格中的数组公式与 excel 中的数组公式:自动填充列
【发布时间】:2021-05-22 15:00:39
【问题描述】:

我的老话题:auto-fill one column without dragging - Google sheet

这个公式:=Arrayformula(if(row(A1:A5000), "ABC DEF",)) 在谷歌表格中使用得很好

现在,我在 excel 中使用此公式,但不起作用。

请帮忙,指导我一个excel表格

提前致谢

【问题讨论】:

    标签: excel array-formulas


    【解决方案1】:

    如果您删除 Arrayformula 包装器,它在 Excel 365 中的工作方式完全相同:

    =if(row(A1:A5000), "ABC DEF",)
    

    您需要在以前版本的 Excel 中使用 CtrlShiftEnter

    对其进行数组输入

    【讨论】:

      猜你喜欢
      • 2021-09-06
      • 1970-01-01
      • 2012-11-22
      • 2019-02-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-09
      相关资源
      最近更新 更多