arrayformula in google sheet vs in excel: 自动填充列

arrayformula in goolge sheet vs in excel: autofill column

我的老话题:

和这个公式:=Arrayformula(if(row(A1:A5000), "ABC DEF",)) 在 google sheet

中使用得很好

现在,我在 excel 中使用了这个公式,但没有用。

请帮助,指导我 excel 正式

提前致谢

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

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

您需要在 Excel 的早期版本中使用 CtrlShiftEnter 进行数组输入