如何更改数组公式占用的大小?

发布于 2024-11-25 12:38:00 字数 44 浏览 0 评论 0原文

我有一个公式,返回数组。是否可以更改此公式结果占用的范围? (以编程方式)

I have a formula, that returns array. Is it possible to change range occupied for result of this formula? (programmatically)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

捶死心动 2024-12-02 12:38:00

不,这是不可能的。您必须删除该阵列并创建一个新阵列。

来自微软支持网站
您无法删除数组公式中的单元格(您将看到“您无法更改数组的一部分”错误),但您可以删除整个公式并重新开始。

因此,为了要实现此目的,您首先必须选择数组中的所有单元格,按delete,然后在新范围中再次键入/粘贴公式。

no, it's not possible. you have to delete the array and make a new one.

from the microsoft support website:
you can't delete cells in an array formula (you'll see a "You cannot change part of an array" error), but you can delete the entire formula and start over.

so in order to achieve this, you first have to select all the cells in the array, press delete and then type / paste the formula again in a new range.

落花随流水 2024-12-02 12:38:00

查看此网站微软。

向下滚动到“输入和更改数组公式的规则”部分

Take a look at this site from Microsoft.

Scroll down to the section called "Rules for entering and changing array formulas"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文