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

그건배열 수식.
이는 다양한 셀에 적용됩니다.

관련 정보