
ワークシートの 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.
答え2
それは配列数式
セルの範囲に適用されます。