【发布时间】: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
我的老话题:auto-fill one column without dragging - Google sheet
这个公式:=Arrayformula(if(row(A1:A5000), "ABC DEF",)) 在谷歌表格中使用得很好
现在,我在 excel 中使用此公式,但不起作用。
请帮忙,指导我一个excel表格
提前致谢
【问题讨论】:
标签: excel array-formulas
如果您删除 Arrayformula 包装器,它在 Excel 365 中的工作方式完全相同:
=if(row(A1:A5000), "ABC DEF",)
您需要在以前版本的 Excel 中使用 CtrlShiftEnter
对其进行数组输入【讨论】: