Microsoft Excel 2010 で { } は何に使用されますか?

Microsoft Excel 2010 で { } は何に使用されますか?

ワークシートの 1 つでこの関数を見つけたのですが、中括弧が何に使用されるのか知りたいと思いました。

ここに例があります。

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

それは配列数式
セルの範囲に適用されます。

関連情報