Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试过=4^{2,3,4}了,它返回 16
=4^{2,3,4}
所以我猜它是将 4 提高到数组中第一个数字的幂。它什么时候会使用其他数字(3,4)?
该公式返回一个数组。如果要在单元格中查看结果,请连续选择 3 个单元格,在第一个单元格中输入公式,然后按Ctrl+ Shift+ Enter。
您使用的公式返回结果数组。
如果您按下F2包含公式的单元格并按下F9,您应该会看到={16,64,256}。
={16,64,256}