
我在一張工作表中遇到了這個函數,並想知道花括號的用途。
這是一個例子。
{=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
那是一個數組公式。
它適用於一系列細胞。