Microsoft Excel 2010 中的 { } 有何用途?

Microsoft Excel 2010 中的 { } 有何用途?

我在一張工作表中遇到了這個函數,並想知道花括號的用途。

這是一個例子。

{=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.

來源 -http://office.microsoft.com/en-us/excel-help/guidelines-and-examples-of-array-formulas-HA010342564.aspx

答案2

那是一個數組公式
它適用於一系列細胞。

相關內容