Share via

SEQUENCE函数的4个参数都使用RANDBETWEEN(1,5)会溢出

Anonymous
2024-03-22T01:42:43+00:00

为什么SEQUENCE函数的4个参数都使用RANDBETWEEN(1,5)会溢出?

公式如下

=SEQUENCE(RANDBETWEEN(1,5),RANDBETWEEN(1,5),RANDBETWEEN(1,5),RANDBETWEEN(1,5))

按照函数本身的计算方法

生成的数组最小值为1个单元格,数字为1(1行1列)

生成的数组最大值为25个单元格,数字从5到125(1行1列起始5步进5)

而以上公式在刷新中会有概率出现溢出,按逻辑分析这个计算量并不会很大。

Microsoft 365 and Office | Excel | For home | MacOS

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments