![Microsoft Excel 2010 中的 { } 有什么用途?](https://linux22.com/image/1336160/Microsoft%20Excel%202010%20%E4%B8%AD%E7%9A%84%20%7B%20%7D%20%E6%9C%89%E4%BB%80%E4%B9%88%E7%94%A8%E9%80%94%EF%BC%9F.png)
我在我的一张工作表中遇到了这个函数,想知道花括号的用途。
这是一个例子。
{=array(sheet1!a1,sheet2!a3,sheet2!a5,sheet2!a6)}
答案1
它们被用于Array Formulas
。
Excel surrounds the formula with braces ({ }) and places an
instance of the formula in each cell of the selected range.
答案2
这是一个数组公式。
它适用于一定范围的单元格。