@univerjs/preset-sheets-core 0.10.2 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ index_num이 분수이면 사용되기 전에 가장 낮은 정수로 잘립니
59
59
  1.A calculation that uses all names within the LET function. This must be the last argument in the LET function.
60
60
  2.A second name to assign to a second name_value. If a name is specified, name_value2 and calculation_or_name3 become required.`},nameValue2:{name:"name_value2",detail:"The value that is assigned to calculation_or_name2."},calculationOrName3:{name:"calculation_or_name3",detail:`One of the following:
61
61
  1.A calculation that uses all names within the LET function. The last argument in the LET function must be a calculation.
62
- 2.A third name to assign to a third name_value. If a name is specified, name_value3 and calculation_or_name4 become required.`}}},MAKEARRAY:{description:"LAMBDA를 적용하여 지정된 행 및 열 크기의 계산된 배열을 반환합니다",abstract:"LAMBDA를 적용하여 지정된 행 및 열 크기의 계산된 배열을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/makearray-함수-b80da5ad-b338-4149-a523-5b221da09097"}],functionParameter:{number1:{name:"rows",detail:"The number of rows in the array. Must be greater than zero."},number2:{name:"cols",detail:"The number of columns in the array. Must be greater than zero."},value3:{name:"lambda",detail:" A LAMBDA that is called to create the array. The LAMBDA takes two parameters: row (The row index of the array), col (The column index of the array)."}}},MAP:{description:"배열의 각 값을 새 값에 매핑하여 형성된 배열을 반환합니다",abstract:"배열의 각 값을 새 값에 매핑하여 형성된 배열을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/map-함수-48006093-f97c-47c1-bfcc-749263bb1f01"}],functionParameter:{array1:{name:"array1",detail:"매핑할 배열입니다."},array2:{name:"array2",detail:"An array2 to be mapped."},lambda:{name:"lambda",detail:"각 배열에서 하나의 값을 받아들이고 하나의 결과를 반환하는 LAMBDA입니다."}}},NOT:{description:"인수의 논리를 반대로 바꿉니다",abstract:"인수의 논리를 반대로 바꿉니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/not-함수-9cfc6011-a054-40c7-a140-cd4ba2d87d77"}],functionParameter:{logical:{name:"logical",detail:"반대로 바꿀 조건 또는 값입니다."}}},OR:{description:"인수가 하나라도 TRUE이면 TRUE를 반환합니다",abstract:"인수가 하나라도 TRUE이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/or-함수-7d17ad14-8700-4281-b308-00b131e22af0"}],functionParameter:{logical1:{name:"logical1",detail:"TRUE 또는 FALSE로 평가하려는 첫 번째 조건입니다."},logical2:{name:"logical2",detail:"TRUE 또는 FALSE로 평가하려는 추가 조건으로 최대 255개 조건입니다."}}},REDUCE:{description:"각 값에 LAMBDA를 적용하여 배열을 누적 값으로 축소하고 누적기에서 총 값을 반환합니다",abstract:"각 값에 LAMBDA를 적용하여 배열을 누적 값으로 축소하고 누적기에서 총 값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/reduce-함수-42e39910-b345-45f3-84b8-0642b568b7cb"}],functionParameter:{initialValue:{name:"initial_value",detail:"누산기의 시작 값을 설정합니다."},array:{name:"array",detail:"축소할 배열입니다."},lambda:{name:"lambda",detail:"배열의 각 요소에서 호출되는 LAMBDA입니다."}}},SCAN:{description:"각 값에 LAMBDA를 적용하여 배열을 검색하고 각 중간 값을 갖는 배열을 반환합니다",abstract:"각 값에 LAMBDA를 적용하여 배열을 검색하고 각 중간 값을 갖는 배열을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/scan-함수-d58dfd11-9969-4439-8730-1f22e81cc0f5"}],functionParameter:{initialValue:{name:"initial_value",detail:"누산기의 시작 값을 설정합니다."},array:{name:"array",detail:"검색할 배열입니다."},lambda:{name:"lambda",detail:"배열의 각 요소에서 호출되는 LAMBDA입니다."}}},SWITCH:{description:"값 목록에 대해 식을 평가하고 첫 번째로 일치하는 값에 해당하는 결과를 반환합니다",abstract:"값 목록에 대해 식을 평가하고 첫 번째로 일치하는 값에 해당하는 결과를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/switch-함수-47ab33c0-28ce-4530-8a45-d532ec4aa25e"}],functionParameter:{expression:{name:"expression",detail:"값(예: 숫자, 날짜 또는 일부 텍스트)에 대해 평가되는 식입니다."},value1:{name:"value1",detail:"식과 비교될 값입니다."},result1:{name:"result1",detail:"해당 값이 식과 일치하면 반환되는 값입니다."},defaultOrValue2:{name:"default_or_value2",detail:"기본 - 생략 가능. 일치 항목이 없으면 반환할 값입니다."},result2:{name:"result2",detail:"기본 - 생략 가능. 해당 값이 식과 일치하면 반환되는 값입니다."}}},TRUE:{description:"논리값 TRUE를 반환합니다",abstract:"논리값 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/true-함수-7652c6e3-8987-48d0-97cd-ef223246b3fb"}],functionParameter:{}},XOR:{description:"모든 인수의 논리적 배타적 OR을 반환합니다",abstract:"모든 인수의 논리적 배타적 OR을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/xor-함수-1548d4c2-5e47-4f77-9a92-0533bba14f37"}],functionParameter:{logical1:{name:"logical1",detail:"1에서 254개의 조건으로 TRUE 또는 FALSE를 테스트할 수 있습니다."},logical2:{name:"logical2",detail:"1에서 254개의 조건으로 TRUE 또는 FALSE를 테스트할 수 있습니다."}}}},...{CELL:{description:"셀의 서식, 위치 또는 내용에 대한 정보를 반환합니다",abstract:"셀의 서식, 위치 또는 내용에 대한 정보를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cell-함수-51bd39a5-f338-4dbe-a33f-955d67c2b2cf"}],functionParameter:{infoType:{name:"info_type",detail:"반환할 셀 정보 유형을 지정하는 텍스트 값입니다."},reference:{name:"reference",detail:"정보를 원하는 셀입니다."}}},ERROR_TYPE:{description:"오류 유형에 해당하는 숫자를 반환합니다",abstract:"오류 유형에 해당하는 숫자를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/error-type-함수-10958677-7c8d-44f7-ae77-b9a9ee6eefaa"}],functionParameter:{errorVal:{name:"error_val",detail:"식별 번호를 찾으려는 오류 값입니다."}}},INFO:{description:"현재 운영 환경에 대한 정보를 반환합니다",abstract:"현재 운영 환경에 대한 정보를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/info-함수-725f259a-0e4b-49b3-8b52-58815c69acae"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},ISBETWEEN:{description:"제공된 숫자가 포함적으로 또는 제외적으로 다른 두 숫자 사이에 있는지 확인합니다.",abstract:"제공된 숫자가 포함적으로 또는 제외적으로 다른 두 숫자 사이에 있는지 확인합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/10538337?hl=ko&sjid=7730820672019533290-AP"}],functionParameter:{valueToCompare:{name:"value_to_compare",detail:"`lower_value`와 `upper_value` 사이에 있는지 테스트할 값입니다."},lowerValue:{name:"lower_value",detail:"`value_to_compare`가 속할 수 있는 값 범위의 하한입니다."},upperValue:{name:"upper_value",detail:"`value_to_compare`가 속할 수 있는 값 범위의 상한입니다."},lowerValueIsInclusive:{name:"lower_value_is_inclusive",detail:"값 범위에 `lower_value`가 포함되는지 여부입니다. 기본적으로 TRUE입니다."},upperValueIsInclusive:{name:"upper_value_is_inclusive",detail:"값 범위에 `upper_value`가 포함되는지 여부입니다. 기본적으로 TRUE입니다."}}},ISBLANK:{description:"값이 비어 있으면 TRUE를 반환합니다",abstract:"값이 비어 있으면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISDATE:{description:"값이 날짜인지 여부를 반환합니다.",abstract:"값이 날짜인지 여부를 반환합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/9061381?hl=ko&sjid=2155433538747546473-AP"}],functionParameter:{value:{name:"value",detail:"날짜로 확인할 값입니다."}}},ISEMAIL:{description:"값이 유효한 이메일 주소인지 확인합니다",abstract:"값이 유효한 이메일 주소인지 확인합니다",links:[{title:"사용법",url:"https://support.google.com/docs/answer/3256503?hl=ko&sjid=2155433538747546473-AP"}],functionParameter:{value:{name:"value",detail:"이메일 주소로 확인할 값입니다."}}},ISERR:{description:"값이 #N/A를 제외한 오류 값이면 TRUE를 반환합니다",abstract:"값이 #N/A를 제외한 오류 값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISERROR:{description:"값이 오류 값이면 TRUE를 반환합니다",abstract:"값이 오류 값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISEVEN:{description:"숫자가 짝수이면 TRUE를 반환합니다",abstract:"숫자가 짝수이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/iseven-함수-aa15929a-d77b-4fbb-92f4-2f479af55356"}],functionParameter:{value:{name:"value",detail:"테스트할 값입니다. 숫자가 정수가 아니면 잘립니다."}}},ISFORMULA:{description:"수식이 포함된 셀에 대한 참조가 있으면 TRUE를 반환합니다",abstract:"수식이 포함된 셀에 대한 참조가 있으면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/isformula-함수-e4d1355f-7121-4ef2-801e-3839bfd6b1e5"}],functionParameter:{reference:{name:"reference",detail:"테스트하려는 셀에 대한 참조입니다."}}},ISLOGICAL:{description:"값이 논리값이면 TRUE를 반환합니다",abstract:"값이 논리값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISNA:{description:"값이 #N/A 오류 값이면 TRUE를 반환합니다",abstract:"값이 #N/A 오류 값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISNONTEXT:{description:"값이 텍스트가 아니면 TRUE를 반환합니다",abstract:"값이 텍스트가 아니면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISNUMBER:{description:"값이 숫자이면 TRUE를 반환합니다",abstract:"값이 숫자이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISODD:{description:"숫자가 홀수이면 TRUE를 반환합니다",abstract:"숫자가 홀수이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/isodd-함수-1208a56d-4f10-4f44-a5fc-648cafd6c07a"}],functionParameter:{value:{name:"value",detail:"테스트할 값입니다. 숫자가 정수가 아니면 잘립니다."}}},ISOMITTED:{description:"LAMBDA의 값이 누락되었는지 확인하고 TRUE 또는 FALSE를 반환합니다",abstract:"LAMBDA의 값이 누락되었는지 확인하고 TRUE 또는 FALSE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/isomitted-함수-831d6fbc-0f07-40c4-9c5b-9c73fd1d60c1"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},ISREF:{description:"값이 참조이면 TRUE를 반환합니다",abstract:"값이 참조이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISTEXT:{description:"값이 텍스트이면 TRUE를 반환합니다",abstract:"값이 텍스트이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISURL:{description:"값이 유효한 URL인지 확인합니다.",abstract:"값이 유효한 URL인지 확인합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/3256501?hl=ko&sjid=7312884847858065932-AP"}],functionParameter:{value:{name:"value",detail:"URL로 확인할 값입니다."}}},N:{description:"숫자로 변환된 값을 반환합니다",abstract:"숫자로 변환된 값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/n-함수-a624cad1-3635-4208-b54a-29733d1278c9"}],functionParameter:{value:{name:"value",detail:"변환하려는 값입니다."}}},NA:{description:"오류 값 #N/A를 반환합니다",abstract:"오류 값 #N/A를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/na-함수-5469c2d1-a90c-4fb5-9bbc-64bd9bb6b47c"}],functionParameter:{}},SHEET:{description:"참조된 시트의 시트 번호를 반환합니다",abstract:"참조된 시트의 시트 번호를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/sheet-함수-44718b6f-8b87-47a1-a9d6-b701c06cff24"}],functionParameter:{value:{name:"value",detail:"시트 번호를 원하는 시트의 이름 또는 참조입니다. value가 생략되면 SHEET는 함수가 포함된 시트의 번호를 반환합니다."}}},SHEETS:{description:"통합 문서의 시트 수를 반환합니다",abstract:"통합 문서의 시트 수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/sheets-함수-770515eb-e1e8-45ce-8066-b557e5e4b80b"}],functionParameter:{}},TYPE:{description:"값의 데이터 형식을 나타내는 숫자를 반환합니다",abstract:"값의 데이터 형식을 나타내는 숫자를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/type-함수-45b4e688-4bc3-48b3-a105-ffa892995899"}],functionParameter:{value:{name:"value",detail:"숫자, 텍스트, 논리값 등과 같은 모든 값이 될 수 있습니다."}}}},...{BESSELI:{description:"Returns the modified Bessel function In(x)",abstract:"Returns the modified Bessel function In(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/besseli-function-8d33855c-9a8d-444b-98e0-852267b1c0df"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BESSELJ:{description:"Returns the Bessel function Jn(x)",abstract:"Returns the Bessel function Jn(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/besselj-function-839cb181-48de-408b-9d80-bd02982d94f7"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BESSELK:{description:"Returns the modified Bessel function Kn(x)",abstract:"Returns the modified Bessel function Kn(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/besselk-function-606d11bc-06d3-4d53-9ecb-2803e2b90b70"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BESSELY:{description:"Returns the Bessel function Yn(x)",abstract:"Returns the Bessel function Yn(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bessely-function-f3a356b3-da89-42c3-8974-2da54d6353a2"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BIN2DEC:{description:"Converts a binary number to decimal",abstract:"Converts a binary number to decimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bin2dec-function-63905b57-b3a0-453d-99f4-647bb519cd6c"}],functionParameter:{number:{name:"number",detail:"The binary number you want to convert."}}},BIN2HEX:{description:"Converts a binary number to hexadecimal",abstract:"Converts a binary number to hexadecimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bin2hex-function-0375e507-f5e5-4077-9af8-28d84f9f41cc"}],functionParameter:{number:{name:"number",detail:"The binary number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},BIN2OCT:{description:"Converts a binary number to octal",abstract:"Converts a binary number to octal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bin2oct-function-0a4e01ba-ac8d-4158-9b29-16c25c4c23fd"}],functionParameter:{number:{name:"number",detail:"The binary number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},BITAND:{description:"Returns a 'Bitwise And' of two numbers",abstract:"Returns a 'Bitwise And' of two numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitand-function-8a2be3d7-91c3-4b48-9517-64548008563a"}],functionParameter:{number1:{name:"number1",detail:"Must be in decimal form and greater than or equal to 0."},number2:{name:"number2",detail:"Must be in decimal form and greater than or equal to 0."}}},BITLSHIFT:{description:"Returns a value number shifted left by shift_amount bits",abstract:"Returns a value number shifted left by shift_amount bits",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitlshift-function-c55bb27e-cacd-4c7c-b258-d80861a03c9c"}],functionParameter:{number:{name:"number",detail:"Number must be an integer greater than or equal to 0."},shiftAmount:{name:"shift_amount",detail:"Shift_amount must be an integer."}}},BITOR:{description:"Returns a bitwise OR of 2 numbers",abstract:"Returns a bitwise OR of 2 numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitor-function-f6ead5c8-5b98-4c9e-9053-8ad5234919b2"}],functionParameter:{number1:{name:"number1",detail:"Must be in decimal form and greater than or equal to 0."},number2:{name:"number2",detail:"Must be in decimal form and greater than or equal to 0."}}},BITRSHIFT:{description:"Returns a value number shifted right by shift_amount bits",abstract:"Returns a value number shifted right by shift_amount bits",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitrshift-function-274d6996-f42c-4743-abdb-4ff95351222c"}],functionParameter:{number:{name:"number",detail:"Number must be an integer greater than or equal to 0."},shiftAmount:{name:"shift_amount",detail:"Shift_amount must be an integer."}}},BITXOR:{description:"Returns a bitwise 'Exclusive Or' of two numbers",abstract:"Returns a bitwise 'Exclusive Or' of two numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitxor-function-c81306a1-03f9-4e89-85ac-b86c3cba10e4"}],functionParameter:{number1:{name:"number1",detail:"Must be in decimal form and greater than or equal to 0."},number2:{name:"number2",detail:"Must be in decimal form and greater than or equal to 0."}}},COMPLEX:{description:"Converts real and imaginary coefficients into a complex number",abstract:"Converts real and imaginary coefficients into a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/complex-function-f0b8f3a9-51cc-4d6d-86fb-3a9362fa4128"}],functionParameter:{realNum:{name:"real_num",detail:"The real coefficient of the complex number."},iNum:{name:"i_num",detail:"The imaginary coefficient of the complex number."},suffix:{name:"suffix",detail:'The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be "i".'}}},CONVERT:{description:"Converts a number from one measurement system to another",abstract:"Converts a number from one measurement system to another",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2"}],functionParameter:{number:{name:"number",detail:"is the value in from_units to convert."},fromUnit:{name:"from_unit",detail:"is the units for number."},toUnit:{name:"to_unit",detail:"is the units for the result."}}},DEC2BIN:{description:"Converts a decimal number to binary",abstract:"Converts a decimal number to binary",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/dec2bin-function-0f63dd0e-5d1a-42d8-b511-5bf5c6d43838"}],functionParameter:{number:{name:"number",detail:"The decimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},DEC2HEX:{description:"Converts a decimal number to hexadecimal",abstract:"Converts a decimal number to hexadecimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/dec2hex-function-6344ee8b-b6b5-4c6a-a672-f64666704619"}],functionParameter:{number:{name:"number",detail:"The decimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},DEC2OCT:{description:"Converts a decimal number to octal",abstract:"Converts a decimal number to octal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/dec2oct-function-c9d835ca-20b7-40c4-8a9e-d3be351ce00f"}],functionParameter:{number:{name:"number",detail:"The decimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},DELTA:{description:"Tests whether two values are equal",abstract:"Tests whether two values are equal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/delta-function-2f763672-c959-4e07-ac33-fe03220ba432"}],functionParameter:{number1:{name:"number1",detail:"The first number."},number2:{name:"number2",detail:"The second number. If omitted, number2 is assumed to be zero."}}},ERF:{description:"Returns the error function",abstract:"Returns the error function",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erf-function-c53c7e7b-5482-4b6c-883e-56df3c9af349"}],functionParameter:{lowerLimit:{name:"lower_limit",detail:"The lower bound for integrating ERF."},upperLimit:{name:"upper_limit",detail:"The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit."}}},ERF_PRECISE:{description:"Returns the error function",abstract:"Returns the error function",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erf-precise-function-9a349593-705c-4278-9a98-e4122831a8e0"}],functionParameter:{x:{name:"x",detail:"The lower bound for integrating ERF.PRECISE."}}},ERFC:{description:"Returns the complementary error function",abstract:"Returns the complementary error function",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erfc-function-736e0318-70ba-4e8b-8d08-461fe68b71b3"}],functionParameter:{x:{name:"x",detail:"The lower bound for integrating ERFC."}}},ERFC_PRECISE:{description:"Returns the complementary ERF function integrated between x and infinity",abstract:"Returns the complementary ERF function integrated between x and infinity",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erfc-precise-function-e90e6bab-f45e-45df-b2ac-cd2eb4d4a273"}],functionParameter:{x:{name:"x",detail:"The lower bound for integrating ERFC.PRECISE."}}},GESTEP:{description:"Tests whether a number is greater than a threshold value",abstract:"Tests whether a number is greater than a threshold value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/gestep-function-f37e7d2a-41da-4129-be95-640883fca9df"}],functionParameter:{number:{name:"number",detail:"The value to test against step."},step:{name:"step",detail:"The threshold value. If you omit a value for step, GESTEP uses zero."}}},HEX2BIN:{description:"Converts a hexadecimal number to binary",abstract:"Converts a hexadecimal number to binary",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/hex2bin-function-a13aafaa-5737-4920-8424-643e581828c1"}],functionParameter:{number:{name:"number",detail:"The hexadecimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},HEX2DEC:{description:"Converts a hexadecimal number to decimal",abstract:"Converts a hexadecimal number to decimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/hex2dec-function-8c8c3155-9f37-45a5-a3ee-ee5379ef106e"}],functionParameter:{number:{name:"number",detail:"The hexadecimal number you want to convert."}}},HEX2OCT:{description:"Converts a hexadecimal number to octal",abstract:"Converts a hexadecimal number to octal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/hex2oct-function-54d52808-5d19-4bd0-8a63-1096a5d11912"}],functionParameter:{number:{name:"number",detail:"The hexadecimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},IMABS:{description:"Returns the absolute value (modulus) of a complex number",abstract:"Returns the absolute value (modulus) of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imabs-function-b31e73c6-d90c-4062-90bc-8eb351d765a1"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the absolute value."}}},IMAGINARY:{description:"Returns the imaginary coefficient of a complex number",abstract:"Returns the imaginary coefficient of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imaginary-function-dd5952fd-473d-44d9-95a1-9a17b23e428a"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the imaginary coefficient."}}},IMARGUMENT:{description:"Returns the argument theta, an angle expressed in radians",abstract:"Returns the argument theta, an angle expressed in radians",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imargument-function-eed37ec1-23b3-4f59-b9f3-d340358a034a"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the argument theta."}}},IMCONJUGATE:{description:"Returns the complex conjugate of a complex number",abstract:"Returns the complex conjugate of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imconjugate-function-2e2fc1ea-f32b-4f9b-9de6-233853bafd42"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the conjugate."}}},IMCOS:{description:"Returns the cosine of a complex number",abstract:"Returns the cosine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcos-function-dad75277-f592-4a6b-ad6c-be93a808a53c"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the cosine."}}},IMCOSH:{description:"Returns the hyperbolic cosine of a complex number",abstract:"Returns the hyperbolic cosine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcosh-function-053e4ddb-4122-458b-be9a-457c405e90ff"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic cosine."}}},IMCOT:{description:"Returns the cotangent of a complex number",abstract:"Returns the cotangent of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcot-function-dc6a3607-d26a-4d06-8b41-8931da36442c"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the cotangent."}}},IMCOTH:{description:"Returns the hyperbolic cotangent of a complex number",abstract:"Returns the hyperbolic cotangent of a complex number",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/9366256?hl=en&sjid=1719420110567985051-AP"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic cotangent."}}},IMCSC:{description:"Returns the cosecant of a complex number",abstract:"Returns the cosecant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcsc-function-9e158d8f-2ddf-46cd-9b1d-98e29904a323"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the cosecant."}}},IMCSCH:{description:"Returns the hyperbolic cosecant of a complex number",abstract:"Returns the hyperbolic cosecant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcsch-function-c0ae4f54-5f09-4fef-8da0-dc33ea2c5ca9"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic cosecant."}}},IMDIV:{description:"Returns the quotient of two complex numbers",abstract:"Returns the quotient of two complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imdiv-function-a505aff7-af8a-4451-8142-77ec3d74d83f"}],functionParameter:{inumber1:{name:"inumber1",detail:"The complex numerator or dividend."},inumber2:{name:"inumber2",detail:"The complex denominator or divisor."}}},IMEXP:{description:"Returns the exponential of a complex number",abstract:"Returns the exponential of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imexp-function-c6f8da1f-e024-4c0c-b802-a60e7147a95f"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the exponential."}}},IMLN:{description:"Returns the natural logarithm of a complex number",abstract:"Returns the natural logarithm of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imln-function-32b98bcf-8b81-437c-a636-6fb3aad509d8"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the natural logarithm."}}},IMLOG:{description:"Returns the logarithm of a complex number for a specified base",abstract:"Returns the logarithm of a complex number for a specified base",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/9366486?hl=zh-Hans&sjid=1719420110567985051-AP"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number whose logarithm to a specific base needs to be calculated."},base:{name:"base",detail:"The base to use when calculating the logarithm."}}},IMLOG10:{description:"Returns the base-10 logarithm of a complex number",abstract:"Returns the base-10 logarithm of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imlog10-function-58200fca-e2a2-4271-8a98-ccd4360213a5"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the common logarithm."}}},IMLOG2:{description:"Returns the base-2 logarithm of a complex number",abstract:"Returns the base-2 logarithm of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imlog2-function-152e13b4-bc79-486c-a243-e6a676878c51"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the base-2 logarithm."}}},IMPOWER:{description:"Returns a complex number raised to an integer power",abstract:"Returns a complex number raised to an integer power",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/impower-function-210fd2f5-f8ff-4c6a-9d60-30e34fbdef39"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number you want to raise to a power."},number:{name:"number",detail:"The power to which you want to raise the complex number."}}},IMPRODUCT:{description:"Returns the product of from 2 to 255 complex numbers",abstract:"Returns the product of from 2 to 255 complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/improduct-function-2fb8651a-a4f2-444f-975e-8ba7aab3a5ba"}],functionParameter:{inumber1:{name:"inumber1",detail:"1 to 255 complex numbers to multiply."},inumber2:{name:"inumber2",detail:"1 to 255 complex numbers to multiply."}}},IMREAL:{description:"Returns the real coefficient of a complex number",abstract:"Returns the real coefficient of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imreal-function-d12bc4c0-25d0-4bb3-a25f-ece1938bf366"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the real coefficient."}}},IMSEC:{description:"Returns the secant of a complex number",abstract:"Returns the secant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsec-function-6df11132-4411-4df4-a3dc-1f17372459e0"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the secant."}}},IMSECH:{description:"Returns the hyperbolic secant of a complex number",abstract:"Returns the hyperbolic secant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsech-function-f250304f-788b-4505-954e-eb01fa50903b"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic secant."}}},IMSIN:{description:"Returns the sine of a complex number",abstract:"Returns the sine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsin-function-1ab02a39-a721-48de-82ef-f52bf37859f6"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the sine."}}},IMSINH:{description:"Returns the hyperbolic sine of a complex number",abstract:"Returns the hyperbolic sine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsinh-function-dfb9ec9e-8783-4985-8c42-b028e9e8da3d"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic sine."}}},IMSQRT:{description:"Returns the square root of a complex number",abstract:"Returns the square root of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsqrt-function-e1753f80-ba11-4664-a10e-e17368396b70"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the square root."}}},IMSUB:{description:"Returns the difference between two complex numbers",abstract:"Returns the difference between two complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsub-function-2e404b4d-4935-4e85-9f52-cb08b9a45054"}],functionParameter:{inumber1:{name:"inumber1",detail:"inumber1."},inumber2:{name:"inumber2",detail:"inumber2."}}},IMSUM:{description:"Returns the sum of complex numbers",abstract:"Returns the sum of complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsum-function-81542999-5f1c-4da6-9ffe-f1d7aaa9457f"}],functionParameter:{inumber1:{name:"inumber1",detail:"1 to 255 complex numbers to add."},inumber2:{name:"inumber2",detail:"1 to 255 complex numbers to add."}}},IMTAN:{description:"Returns the tangent of a complex number",abstract:"Returns the tangent of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imtan-function-8478f45d-610a-43cf-8544-9fc0b553a132"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the tangent."}}},IMTANH:{description:"Returns the hyperbolic tangent of a complex number",abstract:"Returns the hyperbolic tangent of a complex number",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/9366655?hl=en&sjid=1719420110567985051-AP"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic tangent."}}},OCT2BIN:{description:"Converts an octal number to binary",abstract:"Converts an octal number to binary",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/oct2bin-function-55383471-3c56-4d27-9522-1a8ec646c589"}],functionParameter:{number:{name:"number",detail:"The octal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},OCT2DEC:{description:"Converts an octal number to decimal",abstract:"Converts an octal number to decimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/oct2dec-function-87606014-cb98-44b2-8dbb-e48f8ced1554"}],functionParameter:{number:{name:"number",detail:"The octal number you want to convert."}}},OCT2HEX:{description:"Converts an octal number to hexadecimal",abstract:"Converts an octal number to hexadecimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/oct2hex-function-912175b4-d497-41b4-a029-221f051b858f"}],functionParameter:{number:{name:"number",detail:"The octal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}}},...{CUBEKPIMEMBER:{description:"KPI 속성을 반환하고 셀에 KPI 이름을 표시합니다. KPI는 조직의 성과를 모니터링하는 데 사용되는 측정 가능한 지표입니다, 예: 월간 총 이익 또는 분기별 직원 회전율.",abstract:"KPI 속성을 반환하고 셀에 KPI 이름을 표시합니다. KPI는 조직의 성과를 모니터링하는 데 사용되는 측정 가능한 지표입니다, 예: 월간 총 이익 또는 분기별 직원 회전율.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubekpimember-function-744608bf-2c62-42cd-b67a-a56109f4b03b"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBEMEMBER:{description:"큐브에서 멤버 또는 튜플을 반환합니다. 멤버 또는 튜플이 큐브에 존재하는지 확인하려면 사용합니다.",abstract:"큐브에서 멤버 또는 튜플을 반환합니다. 멤버 또는 튜플이 큐브에 존재하는지 확인하려면 사용합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubemember-function-0f6a15b9-2c18-4819-ae89-e1b5c8b398ad"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBEMEMBERPROPERTY:{description:"큐브에서 멤버 속성의 값을 반환합니다. 멤버 이름이 큐브에 존재하는지 확인하려면 사용합니다.",abstract:"큐브에서 멤버 속성의 값을 반환합니다. 멤버 이름이 큐브에 존재하는지 확인하려면 사용합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubememberproperty-function-001e57d6-b35a-49e5-abcd-05ff599e8951"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},CUBERANKEDMEMBER:{description:"집합에서 n번째 또는 순위가 지정된 멤버를 반환합니다. 최고 판매 역할을 수행하는 사람이나 상위 10명의 학생과 같은 집합에서 하나 이상의 요소를 반환하려면 사용합니다.",abstract:"집합에서 n번째 또는 순위가 지정된 멤버를 반환합니다. 최고 판매 역할을 수행하는 사람이나 상위 10명의 학생과 같은 집합에서 하나 이상의 요소를 반환하려면 사용합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cuberankedmember-function-07efecde-e669-4075-b4bf-6b40df2dc4b3"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBESET:{description:"집합 표현식을 서버의 큐브로 보내어 집합을 만들고 그 집합을 Microsoft Excel로 반환합니다.",abstract:"집합 표현식을 서버의 큐브로 보내어 집합을 만들고 그 집합을 Microsoft Excel로 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubeset-function-5b2146bd-62d6-4d04-9d8f-670e993ee1d9"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBESETCOUNT:{description:"집합에 있는 항목의 수를 반환합니다.",abstract:"집합에 있는 항목의 수를 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubesetcount-function-c4c2a438-c1ff-4061-80fe-982f2d705286"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBEVALUE:{description:"큐브에서 집계된 값을 반환합니다.",abstract:"큐브에서 집계된 값을 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubevalue-function-8733da24-26d1-4e34-9b3a-84a8f00dcbe0"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}}},...{BETADIST:{description:"베타 누적 분포 함수를 반환합니다",abstract:"베타 누적 분포 함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/betadist-함수-49f1b9a9-a5da-470f-8077-5f1730b5fd47"}],functionParameter:{x:{name:"x",detail:"함수를 평가할 A와 B 사이의 값입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},A:{name:"A",detail:"x 구간의 하한입니다."},B:{name:"B",detail:"x 구간의 상한입니다."}}},BETAINV:{description:"지정된 베타 분포에 대한 누적 분포 함수의 역함수를 반환합니다",abstract:"지정된 베타 분포에 대한 누적 분포 함수의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/betainv-함수-8b914ade-b902-43c1-ac9c-c05c54f10d6c"}],functionParameter:{probability:{name:"probability",detail:"베타 분포와 관련된 확률입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},A:{name:"A",detail:"x 구간의 하한입니다."},B:{name:"B",detail:"x 구간의 상한입니다."}}},BINOMDIST:{description:"개별 항 이항 분포 확률을 반환합니다",abstract:"개별 항 이항 분포 확률을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/binomdist-함수-506a663e-c4ca-428d-b9a8-05583d68789c"}],functionParameter:{numberS:{name:"number_s",detail:"시행에서 성공한 횟수입니다."},trials:{name:"trials",detail:"독립 시행 횟수입니다."},probabilityS:{name:"probability_s",detail:"각 시행에서 성공할 확률입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 BINOMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},CHIDIST:{description:"카이 제곱 분포의 우측 꼬리 확률을 반환합니다.",abstract:"카이 제곱 분포의 우측 꼬리 확률을 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/chidist-함수-c90d0fbc-5b56-4f5f-ab57-34af1bf6897e"}],functionParameter:{x:{name:"x",detail:"분포를 평가할 값입니다."},degFreedom:{name:"deg_freedom",detail:"자유도 수입니다."}}},CHIINV:{description:"카이 제곱 분포의 우측 꼬리 확률의 역함수를 반환합니다.",abstract:"카이 제곱 분포의 우측 꼬리 확률의 역함수를 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/chiinv-함수-cfbea3f6-6e4f-40c9-a87f-20472e0512af"}],functionParameter:{probability:{name:"probability",detail:"카이 제곱 분포와 관련된 확률입니다."},degFreedom:{name:"deg_freedom",detail:"자유도 수입니다."}}},CHITEST:{description:"독립성 검정을 반환합니다",abstract:"독립성 검정을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/chitest-함수-981ff871-b694-4134-848e-38ec704577ac"}],functionParameter:{actualRange:{name:"actual_range",detail:"예상 값에 대해 테스트할 관측값이 포함된 데이터 범위입니다."},expectedRange:{name:"expected_range",detail:"행 합계와 열 합계의 곱을 총 합계로 나눈 비율이 포함된 데이터 범위입니다."}}},CONFIDENCE:{description:"정규 분포를 사용하여 모집단 평균에 대한 신뢰 구간을 반환합니다.",abstract:"정규 분포를 사용하여 모집단 평균에 대한 신뢰 구간을 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/confidence-함수-75ccc007-f77c-4343-bc14-673642091ad6"}],functionParameter:{alpha:{name:"alpha",detail:"신뢰 수준을 계산하는 데 사용되는 유의 수준입니다. 신뢰 수준은 100*(1 - alpha)% 또는 즉, 0.05의 alpha는 95% 신뢰 수준을 나타냅니다."},standardDev:{name:"standard_dev",detail:"데이터 범위에 대한 모집단 표준 편차이며 알려진 것으로 가정됩니다."},size:{name:"size",detail:"표본 크기입니다."}}},COVAR:{description:"두 데이터 집합의 각 데이터 포인트 쌍에 대한 편차의 곱의 평균인 모집단 공분산을 반환합니다.",abstract:"모집단 공분산을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/covar-함수-50479552-2c03-4daf-bd71-a5ab88b2db03"}],functionParameter:{array1:{name:"array1",detail:"첫 번째 셀 값 범위입니다."},array2:{name:"array2",detail:"두 번째 셀 값 범위입니다."}}},CRITBINOM:{description:"누적 이항 분포가 기준 값보다 작거나 같은 최소값을 반환합니다",abstract:"누적 이항 분포가 기준 값보다 작거나 같은 최소값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/critbinom-함수-eb6b871d-796b-4d21-b69b-e4350d5f407b"}],functionParameter:{trials:{name:"trials",detail:"베르누이 시행 횟수입니다."},probabilityS:{name:"probability_s",detail:"각 시행에서 성공할 확률입니다."},alpha:{name:"alpha",detail:"기준 값입니다."}}},EXPONDIST:{description:"지수 분포를 반환합니다",abstract:"지수 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/expondist-함수-68ab45fd-cd6d-4887-9770-9357eb8ee06a"}],functionParameter:{x:{name:"x",detail:"분포를 평가할 값입니다."},lambda:{name:"lambda",detail:"매개 변수 값입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 EXPONDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},FDIST:{description:"(우측 꼬리) F 확률 분포를 반환합니다",abstract:"(우측 꼬리) F 확률 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/fdist-함수-ecf76fba-b3f1-4e7d-a57e-6a5b7460b786"}],functionParameter:{x:{name:"x",detail:"함수를 평가할 값입니다."},degFreedom1:{name:"deg_freedom1",detail:"분자 자유도입니다."},degFreedom2:{name:"deg_freedom2",detail:"분모 자유도입니다."}}},FINV:{description:"(우측 꼬리) F 확률 분포의 역함수를 반환합니다",abstract:"(우측 꼬리) F 확률 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/finv-함수-4d46c97c-c368-4852-bc15-41e8e31140b1"}],functionParameter:{probability:{name:"probability",detail:"F 누적 분포와 관련된 확률입니다."},degFreedom1:{name:"deg_freedom1",detail:"분자 자유도입니다."},degFreedom2:{name:"deg_freedom2",detail:"분모 자유도입니다."}}},FTEST:{description:"F-검정의 결과를 반환합니다",abstract:"F-검정의 결과를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/ftest-함수-4c9e1202-53fe-428c-a737-976f6fc3f9fd"}],functionParameter:{array1:{name:"array1",detail:"첫 번째 배열 또는 데이터 범위입니다."},array2:{name:"array2",detail:"두 번째 배열 또는 데이터 범위입니다."}}},GAMMADIST:{description:"감마 분포를 반환합니다",abstract:"감마 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/gammadist-함수-7327c94d-0f05-4511-83df-1dd7ed23e19e"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 GAMMADIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},GAMMAINV:{description:"감마 누적 분포의 역함수를 반환합니다",abstract:"감마 누적 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/gammainv-함수-06393558-37ab-47d0-aa63-432f99e7916d"}],functionParameter:{probability:{name:"probability",detail:"감마 분포와 관련된 확률입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."}}},HYPGEOMDIST:{description:"초기하 분포를 반환합니다",abstract:"초기하 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/hypgeomdist-함수-23e37961-2871-4195-9629-d0b2c108a12e"}],functionParameter:{sampleS:{name:"sample_s",detail:"표본에서 성공한 횟수입니다."},numberSample:{name:"number_sample",detail:"표본 크기입니다."},populationS:{name:"population_s",detail:"모집단에서 성공한 횟수입니다."},numberPop:{name:"number_pop",detail:"모집단 크기입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 HYPGEOMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},LOGINV:{description:"로그 정규 누적 분포 함수의 역함수를 반환합니다",abstract:"로그 정규 누적 분포 함수의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/loginv-함수-0bd7631a-2725-482b-afb4-de23df77acfe"}],functionParameter:{probability:{name:"probability",detail:"로그 정규 분포에 해당하는 확률입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."}}},LOGNORMDIST:{description:"누적 로그 정규 분포를 반환합니다",abstract:"누적 로그 정규 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/lognormdist-함수-f8d194cb-9ee3-4034-8c75-1bdb3884100b"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 LOGNORM.DIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},MODE:{description:"데이터 집합에서 가장 일반적인 값을 반환합니다",abstract:"데이터 집합에서 가장 일반적인 값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/mode-함수-e45192ce-9122-4980-82ed-4bdc34973120"}],functionParameter:{number1:{name:"number1",detail:"최빈값을 계산할 첫 번째 숫자, 셀 참조 또는 범위입니다."},number2:{name:"number2",detail:"최빈값을 계산할 추가 숫자, 셀 참조 또는 범위로 최대 255개까지 지정할 수 있습니다."}}},NEGBINOMDIST:{description:"음이항 분포를 반환합니다",abstract:"음이항 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/negbinomdist-함수-f59b0a37-bae2-408d-b115-a315609ba714"}],functionParameter:{numberF:{name:"number_f",detail:"실패 횟수입니다."},numberS:{name:"number_s",detail:"성공의 임계값 수입니다."},probabilityS:{name:"probability_s",detail:"성공 확률입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 NEGBINOMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},NORMDIST:{description:"정규 누적 분포를 반환합니다",abstract:"정규 누적 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/normdist-함수-126db625-c53e-4591-9a22-c9ff422d6d58"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 NORMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},NORMINV:{description:"정규 누적 분포의 역함수를 반환합니다",abstract:"정규 누적 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/norminv-함수-87981ab8-2de0-4cb0-b1aa-e21d4cb879b8"}],functionParameter:{probability:{name:"probability",detail:"정규 분포에 해당하는 확률입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."}}},NORMSDIST:{description:"표준 정규 누적 분포를 반환합니다",abstract:"표준 정규 누적 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/normsdist-함수-463369ea-0345-445d-802a-4ff0d6ce7cac"}],functionParameter:{z:{name:"z",detail:"분포를 구할 값입니다."}}},NORMSINV:{description:"표준 정규 누적 분포의 역함수를 반환합니다",abstract:"표준 정규 누적 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/normsinv-함수-8d1bce66-8e4d-4f3b-967c-30eed61f019d"}],functionParameter:{probability:{name:"probability",detail:"정규 분포에 해당하는 확률입니다."}}},PERCENTILE:{description:"데이터 집합에서 값의 k 백분위수를 반환합니다 (0과 1 포함)",abstract:"데이터 집합에서 값의 k 백분위수를 반환합니다 (0과 1 포함)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/percentile-함수-91b43a53-543c-4708-93de-d626debdddca"}],functionParameter:{array:{name:"array",detail:"상대적 위치를 정의하는 데이터의 배열 또는 범위입니다."},k:{name:"k",detail:"0과 1 범위의 백분위수 값입니다 (0과 1 포함)."}}},PERCENTRANK:{description:"데이터 집합에서 값의 백분율 순위를 반환합니다 (0과 1 포함)",abstract:"데이터 집합에서 값의 백분율 순위를 반환합니다 (0과 1 포함)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/percentrank-함수-f1b5836c-9619-4847-9fc9-080ec9024442"}],functionParameter:{array:{name:"array",detail:"상대적 위치를 정의하는 데이터의 배열 또는 범위입니다."},x:{name:"x",detail:"순위를 알고자 하는 값입니다."},significance:{name:"significance",detail:"반환된 백분율 값의 유효 자릿수를 식별하는 값입니다. 생략하면 PERCENTRANK.INC는 3자리 숫자(0.xxx)를 사용합니다."}}},POISSON:{description:"포아송 분포를 반환합니다",abstract:"포아송 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/poisson-함수-d81f7294-9d7c-4f75-bc23-80aa8624173a"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 POISSON은 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},QUARTILE:{description:"데이터 집합의 사분위수를 반환합니다 (0과 1 포함)",abstract:"데이터 집합의 사분위수를 반환합니다 (0과 1 포함)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/quartile-함수-93cf8f62-60cd-4fdb-8a92-8451041e1a2a"}],functionParameter:{array:{name:"array",detail:"사분위수 값을 구할 데이터의 배열 또는 범위입니다."},quart:{name:"quart",detail:"반환할 사분위수 값입니다."}}},RANK:{description:"숫자 목록에서 숫자의 순위를 반환합니다",abstract:"숫자 목록에서 숫자의 순위를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/rank-함수-6a2fc49d-1831-4a03-9d8c-c279cf99f723"}],functionParameter:{number:{name:"number",detail:"순위를 찾으려는 숫자입니다."},ref:{name:"ref",detail:"숫자 목록에 대한 참조입니다. ref의 숫자가 아닌 값은 무시됩니다."},order:{name:"order",detail:"숫자 순위를 매기는 방법을 지정하는 숫자입니다. order가 0(영) 또는 생략되면 Microsoft Excel은 ref가 내림차순으로 정렬된 목록인 것처럼 숫자의 순위를 매깁니다. order가 0이 아닌 값이면 Microsoft Excel은 ref가 오름차순으로 정렬된 목록인 것처럼 숫자의 순위를 매깁니다."}}},STDEV:{description:"표본을 기준으로 표준 편차를 추정합니다. 표준 편차는 값이 평균값(평균)에서 얼마나 분산되어 있는지를 나타내는 척도입니다.",abstract:"표본을 기준으로 표준 편차를 추정합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/stdev-함수-51fecaaa-231e-4bbb-9230-33650a72c9b0"}],functionParameter:{number1:{name:"number1",detail:"모집단의 표본에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단의 표본에 해당하는 2~255개의 숫자 인수입니다. 쉼표로 구분된 인수 대신 단일 배열이나 배열에 대한 참조를 사용할 수도 있습니다."}}},STDEVP:{description:"인수로 지정된 전체 모집단을 기준으로 표준 편차를 계산합니다.",abstract:"전체 모집단을 기준으로 표준 편차를 계산합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/stdevp-함수-1f7c1c88-1bec-4422-8242-e9f7dc8bb195"}],functionParameter:{number1:{name:"number1",detail:"모집단에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단에 해당하는 2~255개의 숫자 인수입니다. 쉼표로 구분된 인수 대신 단일 배열이나 배열에 대한 참조를 사용할 수도 있습니다."}}},TDIST:{description:"스튜던트 t-분포에 대한 확률을 반환합니다",abstract:"스튜던트 t-분포에 대한 확률을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/tdist-함수-630a7695-4021-4853-9468-4a1f9dcdd192"}],functionParameter:{x:{name:"x",detail:"분포를 평가할 숫자 값입니다"},degFreedom:{name:"degFreedom",detail:"자유도 수를 나타내는 정수입니다."},tails:{name:"tails",detail:"반환할 분포 꼬리 수를 지정합니다. Tails = 1이면 TDIST는 단측 분포를 반환합니다. Tails = 2이면 TDIST는 양측 분포를 반환합니다."}}},TINV:{description:"스튜던트 t-분포에 대한 확률의 역함수를 반환합니다 (양측)",abstract:"스튜던트 t-분포에 대한 확률의 역함수를 반환합니다 (양측)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/tinv-함수-a7c85b9d-90f5-41fe-9ca5-1cd2f3e1ed7c"}],functionParameter:{probability:{name:"probability",detail:"스튜던트 t-분포와 관련된 확률입니다."},degFreedom:{name:"degFreedom",detail:"자유도 수를 나타내는 정수입니다."}}},TTEST:{description:"스튜던트 t-검정과 관련된 확률을 반환합니다",abstract:"스튜던트 t-검정과 관련된 확률을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/ttest-함수-1696ffc1-4811-40fd-9d13-a0eaad83c7ae"}],functionParameter:{array1:{name:"array1",detail:"첫 번째 배열 또는 데이터 범위입니다."},array2:{name:"array2",detail:"두 번째 배열 또는 데이터 범위입니다."},tails:{name:"tails",detail:"분포 꼬리 수를 지정합니다. tails = 1이면 TTEST는 단측 분포를 사용합니다. tails = 2이면 TTEST는 양측 분포를 사용합니다."},type:{name:"type",detail:"수행할 t-검정의 종류입니다."}}},VAR:{description:"표본을 기준으로 분산을 추정합니다.",abstract:"표본을 기준으로 분산을 추정합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/var-함수-1f2b7ab2-954d-4e17-ba2c-9e58b15a7da2"}],functionParameter:{number1:{name:"number1",detail:"모집단의 표본에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단의 표본에 해당하는 2~255개의 숫자 인수입니다."}}},VARP:{description:"전체 모집단을 기준으로 분산을 계산합니다.",abstract:"전체 모집단을 기준으로 분산을 계산합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/varp-함수-26a541c4-ecee-464d-a731-bd4c575b1a6b"}],functionParameter:{number1:{name:"number1",detail:"모집단에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단에 해당하는 2~255개의 숫자 인수입니다."}}},WEIBULL:{description:"와이블 분포를 반환합니다",abstract:"와이블 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/weibull-함수-b83dc2c6-260b-4754-bef2-633196f6fdcc"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 WEIBULL은 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},ZTEST:{description:"z-검정의 단측 확률값을 반환합니다",abstract:"z-검정의 단측 확률값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/ztest-함수-8f33be8a-6bd6-4ecc-8e3a-d9a4420c4a6a"}],functionParameter:{array:{name:"array",detail:"x를 테스트할 데이터의 배열 또는 범위입니다."},x:{name:"x",detail:"테스트할 값입니다."},sigma:{name:"sigma",detail:"모집단(알려진) 표준 편차입니다. 생략하면 표본 표준 편차가 사용됩니다."}}}},...{ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},...{ARRAY_CONSTRAIN:{description:"배열 결과를 지정된 크기로 제한합니다.",abstract:"배열 결과를 지정된 크기로 제한합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/3267036?hl=ko"}],functionParameter:{inputRange:{name:"input_range",detail:"제한할 범위입니다."},numRows:{name:"num_rows",detail:"결과에 포함할 행의 수입니다."},numCols:{name:"num_cols",detail:"결과에 포함할 열의 수입니다."}}},FLATTEN:{description:"하나 이상의 범위에서 모든 값을 하나의 열로 평면화합니다.",abstract:"하나 이상의 범위에서 모든 값을 하나의 열로 평면화합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/10307761?hl=ko"}],functionParameter:{range1:{name:"range1",detail:"첫 번째로 평면화할 범위입니다."},range2:{name:"range2",detail:"추가로 평면화할 범위입니다."}}}},...{}},prompt:{helpExample:"예제",helpAbstract:"정보",required:"필수.",optional:"선택."},error:{title:"오류",divByZero:"0으로 나누기 오류",name:"잘못된 이름 오류",value:"값 오류",num:"숫자 오류",na:"사용할 수 없는 값 오류",cycle:"순환 참조 오류",ref:"잘못된 셀 참조 오류",spill:"분산 범위가 비어 있지 않음",calc:"계산 오류",error:"오류",connect:"데이터 가져오는 중",null:"Null 오류"},functionType:{financial:"재무",date:"날짜 및 시간",math:"수학 및 삼각 함수",statistical:"통계",lookup:"찾기 및 참조",database:"데이터베이스",text:"텍스트",logical:"논리",information:"정보",engineering:"공학",cube:"큐브",compatibility:"호환성",web:"웹",array:"배열",univer:"Univer",user:"사용자 정의",definedname:"정의된 이름"},moreFunctions:{confirm:"확인",prev:"이전",next:"다음",searchFunctionPlaceholder:"함수 검색",allFunctions:"모든 함수",syntax:"구문"},operation:{pasteFormula:"수식 붙여넣기"}}}});
62
+ 2.A third name to assign to a third name_value. If a name is specified, name_value3 and calculation_or_name4 become required.`}}},MAKEARRAY:{description:"LAMBDA를 적용하여 지정된 행 및 열 크기의 계산된 배열을 반환합니다",abstract:"LAMBDA를 적용하여 지정된 행 및 열 크기의 계산된 배열을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/makearray-함수-b80da5ad-b338-4149-a523-5b221da09097"}],functionParameter:{number1:{name:"rows",detail:"The number of rows in the array. Must be greater than zero."},number2:{name:"cols",detail:"The number of columns in the array. Must be greater than zero."},value3:{name:"lambda",detail:" A LAMBDA that is called to create the array. The LAMBDA takes two parameters: row (The row index of the array), col (The column index of the array)."}}},MAP:{description:"배열의 각 값을 새 값에 매핑하여 형성된 배열을 반환합니다",abstract:"배열의 각 값을 새 값에 매핑하여 형성된 배열을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/map-함수-48006093-f97c-47c1-bfcc-749263bb1f01"}],functionParameter:{array1:{name:"array1",detail:"매핑할 배열입니다."},array2:{name:"array2",detail:"An array2 to be mapped."},lambda:{name:"lambda",detail:"각 배열에서 하나의 값을 받아들이고 하나의 결과를 반환하는 LAMBDA입니다."}}},NOT:{description:"인수의 논리를 반대로 바꿉니다",abstract:"인수의 논리를 반대로 바꿉니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/not-함수-9cfc6011-a054-40c7-a140-cd4ba2d87d77"}],functionParameter:{logical:{name:"logical",detail:"반대로 바꿀 조건 또는 값입니다."}}},OR:{description:"인수가 하나라도 TRUE이면 TRUE를 반환합니다",abstract:"인수가 하나라도 TRUE이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/or-함수-7d17ad14-8700-4281-b308-00b131e22af0"}],functionParameter:{logical1:{name:"logical1",detail:"TRUE 또는 FALSE로 평가하려는 첫 번째 조건입니다."},logical2:{name:"logical2",detail:"TRUE 또는 FALSE로 평가하려는 추가 조건으로 최대 255개 조건입니다."}}},REDUCE:{description:"각 값에 LAMBDA를 적용하여 배열을 누적 값으로 축소하고 누적기에서 총 값을 반환합니다",abstract:"각 값에 LAMBDA를 적용하여 배열을 누적 값으로 축소하고 누적기에서 총 값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/reduce-함수-42e39910-b345-45f3-84b8-0642b568b7cb"}],functionParameter:{initialValue:{name:"initial_value",detail:"누산기의 시작 값을 설정합니다."},array:{name:"array",detail:"축소할 배열입니다."},lambda:{name:"lambda",detail:"배열의 각 요소에서 호출되는 LAMBDA입니다."}}},SCAN:{description:"각 값에 LAMBDA를 적용하여 배열을 검색하고 각 중간 값을 갖는 배열을 반환합니다",abstract:"각 값에 LAMBDA를 적용하여 배열을 검색하고 각 중간 값을 갖는 배열을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/scan-함수-d58dfd11-9969-4439-8730-1f22e81cc0f5"}],functionParameter:{initialValue:{name:"initial_value",detail:"누산기의 시작 값을 설정합니다."},array:{name:"array",detail:"검색할 배열입니다."},lambda:{name:"lambda",detail:"배열의 각 요소에서 호출되는 LAMBDA입니다."}}},SWITCH:{description:"값 목록에 대해 식을 평가하고 첫 번째로 일치하는 값에 해당하는 결과를 반환합니다",abstract:"값 목록에 대해 식을 평가하고 첫 번째로 일치하는 값에 해당하는 결과를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/switch-함수-47ab33c0-28ce-4530-8a45-d532ec4aa25e"}],functionParameter:{expression:{name:"expression",detail:"값(예: 숫자, 날짜 또는 일부 텍스트)에 대해 평가되는 식입니다."},value1:{name:"value1",detail:"식과 비교될 값입니다."},result1:{name:"result1",detail:"해당 값이 식과 일치하면 반환되는 값입니다."},defaultOrValue2:{name:"default_or_value2",detail:"기본 - 생략 가능. 일치 항목이 없으면 반환할 값입니다."},result2:{name:"result2",detail:"기본 - 생략 가능. 해당 값이 식과 일치하면 반환되는 값입니다."}}},TRUE:{description:"논리값 TRUE를 반환합니다",abstract:"논리값 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/true-함수-7652c6e3-8987-48d0-97cd-ef223246b3fb"}],functionParameter:{}},XOR:{description:"모든 인수의 논리적 배타적 OR을 반환합니다",abstract:"모든 인수의 논리적 배타적 OR을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/xor-함수-1548d4c2-5e47-4f77-9a92-0533bba14f37"}],functionParameter:{logical1:{name:"logical1",detail:"1에서 254개의 조건으로 TRUE 또는 FALSE를 테스트할 수 있습니다."},logical2:{name:"logical2",detail:"1에서 254개의 조건으로 TRUE 또는 FALSE를 테스트할 수 있습니다."}}}},...{CELL:{description:"셀의 서식, 위치 또는 내용에 대한 정보를 반환합니다",abstract:"셀의 서식, 위치 또는 내용에 대한 정보를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cell-함수-51bd39a5-f338-4dbe-a33f-955d67c2b2cf"}],functionParameter:{infoType:{name:"info_type",detail:"반환할 셀 정보 유형을 지정하는 텍스트 값입니다."},reference:{name:"reference",detail:"정보를 원하는 셀입니다."}}},ERROR_TYPE:{description:"오류 유형에 해당하는 숫자를 반환합니다",abstract:"오류 유형에 해당하는 숫자를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/error-type-함수-10958677-7c8d-44f7-ae77-b9a9ee6eefaa"}],functionParameter:{errorVal:{name:"error_val",detail:"식별 번호를 찾으려는 오류 값입니다."}}},INFO:{description:"현재 운영 환경에 대한 정보를 반환합니다",abstract:"현재 운영 환경에 대한 정보를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/info-함수-725f259a-0e4b-49b3-8b52-58815c69acae"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},ISBETWEEN:{description:"제공된 숫자가 포함적으로 또는 제외적으로 다른 두 숫자 사이에 있는지 확인합니다.",abstract:"제공된 숫자가 포함적으로 또는 제외적으로 다른 두 숫자 사이에 있는지 확인합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/10538337?hl=ko&sjid=7730820672019533290-AP"}],functionParameter:{valueToCompare:{name:"value_to_compare",detail:"`lower_value`와 `upper_value` 사이에 있는지 테스트할 값입니다."},lowerValue:{name:"lower_value",detail:"`value_to_compare`가 속할 수 있는 값 범위의 하한입니다."},upperValue:{name:"upper_value",detail:"`value_to_compare`가 속할 수 있는 값 범위의 상한입니다."},lowerValueIsInclusive:{name:"lower_value_is_inclusive",detail:"값 범위에 `lower_value`가 포함되는지 여부입니다. 기본적으로 TRUE입니다."},upperValueIsInclusive:{name:"upper_value_is_inclusive",detail:"값 범위에 `upper_value`가 포함되는지 여부입니다. 기본적으로 TRUE입니다."}}},ISBLANK:{description:"값이 비어 있으면 TRUE를 반환합니다",abstract:"값이 비어 있으면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISDATE:{description:"값이 날짜인지 여부를 반환합니다.",abstract:"값이 날짜인지 여부를 반환합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/9061381?hl=ko&sjid=2155433538747546473-AP"}],functionParameter:{value:{name:"value",detail:"날짜로 확인할 값입니다."}}},ISEMAIL:{description:"값이 유효한 이메일 주소인지 확인합니다",abstract:"값이 유효한 이메일 주소인지 확인합니다",links:[{title:"사용법",url:"https://support.google.com/docs/answer/3256503?hl=ko&sjid=2155433538747546473-AP"}],functionParameter:{value:{name:"value",detail:"이메일 주소로 확인할 값입니다."}}},ISERR:{description:"값이 #N/A를 제외한 오류 값이면 TRUE를 반환합니다",abstract:"값이 #N/A를 제외한 오류 값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISERROR:{description:"값이 오류 값이면 TRUE를 반환합니다",abstract:"값이 오류 값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISEVEN:{description:"숫자가 짝수이면 TRUE를 반환합니다",abstract:"숫자가 짝수이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/iseven-함수-aa15929a-d77b-4fbb-92f4-2f479af55356"}],functionParameter:{value:{name:"value",detail:"테스트할 값입니다. 숫자가 정수가 아니면 잘립니다."}}},ISFORMULA:{description:"수식이 포함된 셀에 대한 참조가 있으면 TRUE를 반환합니다",abstract:"수식이 포함된 셀에 대한 참조가 있으면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/isformula-함수-e4d1355f-7121-4ef2-801e-3839bfd6b1e5"}],functionParameter:{reference:{name:"reference",detail:"테스트하려는 셀에 대한 참조입니다."}}},ISLOGICAL:{description:"값이 논리값이면 TRUE를 반환합니다",abstract:"값이 논리값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISNA:{description:"값이 #N/A 오류 값이면 TRUE를 반환합니다",abstract:"값이 #N/A 오류 값이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISNONTEXT:{description:"값이 텍스트가 아니면 TRUE를 반환합니다",abstract:"값이 텍스트가 아니면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISNUMBER:{description:"값이 숫자이면 TRUE를 반환합니다",abstract:"값이 숫자이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISODD:{description:"숫자가 홀수이면 TRUE를 반환합니다",abstract:"숫자가 홀수이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/isodd-함수-1208a56d-4f10-4f44-a5fc-648cafd6c07a"}],functionParameter:{value:{name:"value",detail:"테스트할 값입니다. 숫자가 정수가 아니면 잘립니다."}}},ISOMITTED:{description:"LAMBDA의 값이 누락되었는지 확인하고 TRUE 또는 FALSE를 반환합니다",abstract:"LAMBDA의 값이 누락되었는지 확인하고 TRUE 또는 FALSE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/isomitted-함수-831d6fbc-0f07-40c4-9c5b-9c73fd1d60c1"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},ISREF:{description:"값이 참조이면 TRUE를 반환합니다",abstract:"값이 참조이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISTEXT:{description:"값이 텍스트이면 TRUE를 반환합니다",abstract:"값이 텍스트이면 TRUE를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/is-함수-0f2d7971-6019-40a0-a171-f2d869135665"}],functionParameter:{value:{name:"value",detail:"테스트하려는 값입니다. value 인수는 빈 값(빈 셀), 오류, 논리값, 텍스트, 숫자 또는 참조 값이거나 이들 중 하나를 참조하는 이름일 수 있습니다."}}},ISURL:{description:"값이 유효한 URL인지 확인합니다.",abstract:"값이 유효한 URL인지 확인합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/3256501?hl=ko&sjid=7312884847858065932-AP"}],functionParameter:{value:{name:"value",detail:"URL로 확인할 값입니다."}}},N:{description:"숫자로 변환된 값을 반환합니다",abstract:"숫자로 변환된 값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/n-함수-a624cad1-3635-4208-b54a-29733d1278c9"}],functionParameter:{value:{name:"value",detail:"변환하려는 값입니다."}}},NA:{description:"오류 값 #N/A를 반환합니다",abstract:"오류 값 #N/A를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/na-함수-5469c2d1-a90c-4fb5-9bbc-64bd9bb6b47c"}],functionParameter:{}},SHEET:{description:"참조된 시트의 시트 번호를 반환합니다",abstract:"참조된 시트의 시트 번호를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/sheet-함수-44718b6f-8b87-47a1-a9d6-b701c06cff24"}],functionParameter:{value:{name:"value",detail:"시트 번호를 원하는 시트의 이름 또는 참조입니다. value가 생략되면 SHEET는 함수가 포함된 시트의 번호를 반환합니다."}}},SHEETS:{description:"통합 문서의 시트 수를 반환합니다",abstract:"통합 문서의 시트 수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/sheets-함수-770515eb-e1e8-45ce-8066-b557e5e4b80b"}],functionParameter:{}},TYPE:{description:"값의 데이터 형식을 나타내는 숫자를 반환합니다",abstract:"값의 데이터 형식을 나타내는 숫자를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/type-함수-45b4e688-4bc3-48b3-a105-ffa892995899"}],functionParameter:{value:{name:"value",detail:"숫자, 텍스트, 논리값 등과 같은 모든 값이 될 수 있습니다."}}}},...{BESSELI:{description:"Returns the modified Bessel function In(x)",abstract:"Returns the modified Bessel function In(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/besseli-function-8d33855c-9a8d-444b-98e0-852267b1c0df"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BESSELJ:{description:"Returns the Bessel function Jn(x)",abstract:"Returns the Bessel function Jn(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/besselj-function-839cb181-48de-408b-9d80-bd02982d94f7"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BESSELK:{description:"Returns the modified Bessel function Kn(x)",abstract:"Returns the modified Bessel function Kn(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/besselk-function-606d11bc-06d3-4d53-9ecb-2803e2b90b70"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BESSELY:{description:"Returns the Bessel function Yn(x)",abstract:"Returns the Bessel function Yn(x)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bessely-function-f3a356b3-da89-42c3-8974-2da54d6353a2"}],functionParameter:{x:{name:"X",detail:"The value at which to evaluate the function."},n:{name:"N",detail:"The order of the Bessel function. If n is not an integer, it is truncated."}}},BIN2DEC:{description:"Converts a binary number to decimal",abstract:"Converts a binary number to decimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bin2dec-function-63905b57-b3a0-453d-99f4-647bb519cd6c"}],functionParameter:{number:{name:"number",detail:"The binary number you want to convert."}}},BIN2HEX:{description:"Converts a binary number to hexadecimal",abstract:"Converts a binary number to hexadecimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bin2hex-function-0375e507-f5e5-4077-9af8-28d84f9f41cc"}],functionParameter:{number:{name:"number",detail:"The binary number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},BIN2OCT:{description:"Converts a binary number to octal",abstract:"Converts a binary number to octal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bin2oct-function-0a4e01ba-ac8d-4158-9b29-16c25c4c23fd"}],functionParameter:{number:{name:"number",detail:"The binary number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},BITAND:{description:"Returns a 'Bitwise And' of two numbers",abstract:"Returns a 'Bitwise And' of two numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitand-function-8a2be3d7-91c3-4b48-9517-64548008563a"}],functionParameter:{number1:{name:"number1",detail:"Must be in decimal form and greater than or equal to 0."},number2:{name:"number2",detail:"Must be in decimal form and greater than or equal to 0."}}},BITLSHIFT:{description:"Returns a value number shifted left by shift_amount bits",abstract:"Returns a value number shifted left by shift_amount bits",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitlshift-function-c55bb27e-cacd-4c7c-b258-d80861a03c9c"}],functionParameter:{number:{name:"number",detail:"Number must be an integer greater than or equal to 0."},shiftAmount:{name:"shift_amount",detail:"Shift_amount must be an integer."}}},BITOR:{description:"Returns a bitwise OR of 2 numbers",abstract:"Returns a bitwise OR of 2 numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitor-function-f6ead5c8-5b98-4c9e-9053-8ad5234919b2"}],functionParameter:{number1:{name:"number1",detail:"Must be in decimal form and greater than or equal to 0."},number2:{name:"number2",detail:"Must be in decimal form and greater than or equal to 0."}}},BITRSHIFT:{description:"Returns a value number shifted right by shift_amount bits",abstract:"Returns a value number shifted right by shift_amount bits",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitrshift-function-274d6996-f42c-4743-abdb-4ff95351222c"}],functionParameter:{number:{name:"number",detail:"Number must be an integer greater than or equal to 0."},shiftAmount:{name:"shift_amount",detail:"Shift_amount must be an integer."}}},BITXOR:{description:"Returns a bitwise 'Exclusive Or' of two numbers",abstract:"Returns a bitwise 'Exclusive Or' of two numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/bitxor-function-c81306a1-03f9-4e89-85ac-b86c3cba10e4"}],functionParameter:{number1:{name:"number1",detail:"Must be in decimal form and greater than or equal to 0."},number2:{name:"number2",detail:"Must be in decimal form and greater than or equal to 0."}}},COMPLEX:{description:"Converts real and imaginary coefficients into a complex number",abstract:"Converts real and imaginary coefficients into a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/complex-function-f0b8f3a9-51cc-4d6d-86fb-3a9362fa4128"}],functionParameter:{realNum:{name:"real_num",detail:"The real coefficient of the complex number."},iNum:{name:"i_num",detail:"The imaginary coefficient of the complex number."},suffix:{name:"suffix",detail:'The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be "i".'}}},CONVERT:{description:"Converts a number from one measurement system to another",abstract:"Converts a number from one measurement system to another",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2"}],functionParameter:{number:{name:"number",detail:"is the value in from_units to convert."},fromUnit:{name:"from_unit",detail:"is the units for number."},toUnit:{name:"to_unit",detail:"is the units for the result."}}},DEC2BIN:{description:"Converts a decimal number to binary",abstract:"Converts a decimal number to binary",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/dec2bin-function-0f63dd0e-5d1a-42d8-b511-5bf5c6d43838"}],functionParameter:{number:{name:"number",detail:"The decimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},DEC2HEX:{description:"Converts a decimal number to hexadecimal",abstract:"Converts a decimal number to hexadecimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/dec2hex-function-6344ee8b-b6b5-4c6a-a672-f64666704619"}],functionParameter:{number:{name:"number",detail:"The decimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},DEC2OCT:{description:"Converts a decimal number to octal",abstract:"Converts a decimal number to octal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/dec2oct-function-c9d835ca-20b7-40c4-8a9e-d3be351ce00f"}],functionParameter:{number:{name:"number",detail:"The decimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},DELTA:{description:"Tests whether two values are equal",abstract:"Tests whether two values are equal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/delta-function-2f763672-c959-4e07-ac33-fe03220ba432"}],functionParameter:{number1:{name:"number1",detail:"The first number."},number2:{name:"number2",detail:"The second number. If omitted, number2 is assumed to be zero."}}},ERF:{description:"Returns the error function",abstract:"Returns the error function",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erf-function-c53c7e7b-5482-4b6c-883e-56df3c9af349"}],functionParameter:{lowerLimit:{name:"lower_limit",detail:"The lower bound for integrating ERF."},upperLimit:{name:"upper_limit",detail:"The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit."}}},ERF_PRECISE:{description:"Returns the error function",abstract:"Returns the error function",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erf-precise-function-9a349593-705c-4278-9a98-e4122831a8e0"}],functionParameter:{x:{name:"x",detail:"The lower bound for integrating ERF.PRECISE."}}},ERFC:{description:"Returns the complementary error function",abstract:"Returns the complementary error function",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erfc-function-736e0318-70ba-4e8b-8d08-461fe68b71b3"}],functionParameter:{x:{name:"x",detail:"The lower bound for integrating ERFC."}}},ERFC_PRECISE:{description:"Returns the complementary ERF function integrated between x and infinity",abstract:"Returns the complementary ERF function integrated between x and infinity",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/erfc-precise-function-e90e6bab-f45e-45df-b2ac-cd2eb4d4a273"}],functionParameter:{x:{name:"x",detail:"The lower bound for integrating ERFC.PRECISE."}}},GESTEP:{description:"Tests whether a number is greater than a threshold value",abstract:"Tests whether a number is greater than a threshold value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/gestep-function-f37e7d2a-41da-4129-be95-640883fca9df"}],functionParameter:{number:{name:"number",detail:"The value to test against step."},step:{name:"step",detail:"The threshold value. If you omit a value for step, GESTEP uses zero."}}},HEX2BIN:{description:"Converts a hexadecimal number to binary",abstract:"Converts a hexadecimal number to binary",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/hex2bin-function-a13aafaa-5737-4920-8424-643e581828c1"}],functionParameter:{number:{name:"number",detail:"The hexadecimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},HEX2DEC:{description:"Converts a hexadecimal number to decimal",abstract:"Converts a hexadecimal number to decimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/hex2dec-function-8c8c3155-9f37-45a5-a3ee-ee5379ef106e"}],functionParameter:{number:{name:"number",detail:"The hexadecimal number you want to convert."}}},HEX2OCT:{description:"Converts a hexadecimal number to octal",abstract:"Converts a hexadecimal number to octal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/hex2oct-function-54d52808-5d19-4bd0-8a63-1096a5d11912"}],functionParameter:{number:{name:"number",detail:"The hexadecimal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},IMABS:{description:"Returns the absolute value (modulus) of a complex number",abstract:"Returns the absolute value (modulus) of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imabs-function-b31e73c6-d90c-4062-90bc-8eb351d765a1"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the absolute value."}}},IMAGINARY:{description:"Returns the imaginary coefficient of a complex number",abstract:"Returns the imaginary coefficient of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imaginary-function-dd5952fd-473d-44d9-95a1-9a17b23e428a"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the imaginary coefficient."}}},IMARGUMENT:{description:"Returns the argument theta, an angle expressed in radians",abstract:"Returns the argument theta, an angle expressed in radians",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imargument-function-eed37ec1-23b3-4f59-b9f3-d340358a034a"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the argument theta."}}},IMCONJUGATE:{description:"Returns the complex conjugate of a complex number",abstract:"Returns the complex conjugate of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imconjugate-function-2e2fc1ea-f32b-4f9b-9de6-233853bafd42"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the conjugate."}}},IMCOS:{description:"Returns the cosine of a complex number",abstract:"Returns the cosine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcos-function-dad75277-f592-4a6b-ad6c-be93a808a53c"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the cosine."}}},IMCOSH:{description:"Returns the hyperbolic cosine of a complex number",abstract:"Returns the hyperbolic cosine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcosh-function-053e4ddb-4122-458b-be9a-457c405e90ff"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic cosine."}}},IMCOT:{description:"Returns the cotangent of a complex number",abstract:"Returns the cotangent of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcot-function-dc6a3607-d26a-4d06-8b41-8931da36442c"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the cotangent."}}},IMCOTH:{description:"Returns the hyperbolic cotangent of a complex number",abstract:"Returns the hyperbolic cotangent of a complex number",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/9366256?hl=en&sjid=1719420110567985051-AP"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic cotangent."}}},IMCSC:{description:"Returns the cosecant of a complex number",abstract:"Returns the cosecant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcsc-function-9e158d8f-2ddf-46cd-9b1d-98e29904a323"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the cosecant."}}},IMCSCH:{description:"Returns the hyperbolic cosecant of a complex number",abstract:"Returns the hyperbolic cosecant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imcsch-function-c0ae4f54-5f09-4fef-8da0-dc33ea2c5ca9"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic cosecant."}}},IMDIV:{description:"Returns the quotient of two complex numbers",abstract:"Returns the quotient of two complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imdiv-function-a505aff7-af8a-4451-8142-77ec3d74d83f"}],functionParameter:{inumber1:{name:"inumber1",detail:"The complex numerator or dividend."},inumber2:{name:"inumber2",detail:"The complex denominator or divisor."}}},IMEXP:{description:"Returns the exponential of a complex number",abstract:"Returns the exponential of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imexp-function-c6f8da1f-e024-4c0c-b802-a60e7147a95f"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the exponential."}}},IMLN:{description:"Returns the natural logarithm of a complex number",abstract:"Returns the natural logarithm of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imln-function-32b98bcf-8b81-437c-a636-6fb3aad509d8"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the natural logarithm."}}},IMLOG:{description:"Returns the logarithm of a complex number for a specified base",abstract:"Returns the logarithm of a complex number for a specified base",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/9366486?hl=zh-Hans&sjid=1719420110567985051-AP"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number whose logarithm to a specific base needs to be calculated."},base:{name:"base",detail:"The base to use when calculating the logarithm."}}},IMLOG10:{description:"Returns the base-10 logarithm of a complex number",abstract:"Returns the base-10 logarithm of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imlog10-function-58200fca-e2a2-4271-8a98-ccd4360213a5"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the common logarithm."}}},IMLOG2:{description:"Returns the base-2 logarithm of a complex number",abstract:"Returns the base-2 logarithm of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imlog2-function-152e13b4-bc79-486c-a243-e6a676878c51"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the base-2 logarithm."}}},IMPOWER:{description:"Returns a complex number raised to an integer power",abstract:"Returns a complex number raised to an integer power",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/impower-function-210fd2f5-f8ff-4c6a-9d60-30e34fbdef39"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number you want to raise to a power."},number:{name:"number",detail:"The power to which you want to raise the complex number."}}},IMPRODUCT:{description:"Returns the product of from 1 to 255 complex numbers",abstract:"Returns the product of from 1 to 255 complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/improduct-function-2fb8651a-a4f2-444f-975e-8ba7aab3a5ba"}],functionParameter:{inumber1:{name:"inumber1",detail:"1 to 255 complex numbers to multiply."},inumber2:{name:"inumber2",detail:"1 to 255 complex numbers to multiply."}}},IMREAL:{description:"Returns the real coefficient of a complex number",abstract:"Returns the real coefficient of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imreal-function-d12bc4c0-25d0-4bb3-a25f-ece1938bf366"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the real coefficient."}}},IMSEC:{description:"Returns the secant of a complex number",abstract:"Returns the secant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsec-function-6df11132-4411-4df4-a3dc-1f17372459e0"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the secant."}}},IMSECH:{description:"Returns the hyperbolic secant of a complex number",abstract:"Returns the hyperbolic secant of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsech-function-f250304f-788b-4505-954e-eb01fa50903b"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic secant."}}},IMSIN:{description:"Returns the sine of a complex number",abstract:"Returns the sine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsin-function-1ab02a39-a721-48de-82ef-f52bf37859f6"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the sine."}}},IMSINH:{description:"Returns the hyperbolic sine of a complex number",abstract:"Returns the hyperbolic sine of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsinh-function-dfb9ec9e-8783-4985-8c42-b028e9e8da3d"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic sine."}}},IMSQRT:{description:"Returns the square root of a complex number",abstract:"Returns the square root of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsqrt-function-e1753f80-ba11-4664-a10e-e17368396b70"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the square root."}}},IMSUB:{description:"Returns the difference between two complex numbers",abstract:"Returns the difference between two complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsub-function-2e404b4d-4935-4e85-9f52-cb08b9a45054"}],functionParameter:{inumber1:{name:"inumber1",detail:"inumber1."},inumber2:{name:"inumber2",detail:"inumber2."}}},IMSUM:{description:"Returns the sum of complex numbers",abstract:"Returns the sum of complex numbers",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imsum-function-81542999-5f1c-4da6-9ffe-f1d7aaa9457f"}],functionParameter:{inumber1:{name:"inumber1",detail:"1 to 255 complex numbers to add."},inumber2:{name:"inumber2",detail:"1 to 255 complex numbers to add."}}},IMTAN:{description:"Returns the tangent of a complex number",abstract:"Returns the tangent of a complex number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/imtan-function-8478f45d-610a-43cf-8544-9fc0b553a132"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the tangent."}}},IMTANH:{description:"Returns the hyperbolic tangent of a complex number",abstract:"Returns the hyperbolic tangent of a complex number",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/9366655?hl=en&sjid=1719420110567985051-AP"}],functionParameter:{inumber:{name:"inumber",detail:"A complex number for which you want the hyperbolic tangent."}}},OCT2BIN:{description:"Converts an octal number to binary",abstract:"Converts an octal number to binary",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/oct2bin-function-55383471-3c56-4d27-9522-1a8ec646c589"}],functionParameter:{number:{name:"number",detail:"The octal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}},OCT2DEC:{description:"Converts an octal number to decimal",abstract:"Converts an octal number to decimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/oct2dec-function-87606014-cb98-44b2-8dbb-e48f8ced1554"}],functionParameter:{number:{name:"number",detail:"The octal number you want to convert."}}},OCT2HEX:{description:"Converts an octal number to hexadecimal",abstract:"Converts an octal number to hexadecimal",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/oct2hex-function-912175b4-d497-41b4-a029-221f051b858f"}],functionParameter:{number:{name:"number",detail:"The octal number you want to convert."},places:{name:"places",detail:"The number of characters to use."}}}},...{CUBEKPIMEMBER:{description:"KPI 속성을 반환하고 셀에 KPI 이름을 표시합니다. KPI는 조직의 성과를 모니터링하는 데 사용되는 측정 가능한 지표입니다, 예: 월간 총 이익 또는 분기별 직원 회전율.",abstract:"KPI 속성을 반환하고 셀에 KPI 이름을 표시합니다. KPI는 조직의 성과를 모니터링하는 데 사용되는 측정 가능한 지표입니다, 예: 월간 총 이익 또는 분기별 직원 회전율.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubekpimember-function-744608bf-2c62-42cd-b67a-a56109f4b03b"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBEMEMBER:{description:"큐브에서 멤버 또는 튜플을 반환합니다. 멤버 또는 튜플이 큐브에 존재하는지 확인하려면 사용합니다.",abstract:"큐브에서 멤버 또는 튜플을 반환합니다. 멤버 또는 튜플이 큐브에 존재하는지 확인하려면 사용합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubemember-function-0f6a15b9-2c18-4819-ae89-e1b5c8b398ad"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBEMEMBERPROPERTY:{description:"큐브에서 멤버 속성의 값을 반환합니다. 멤버 이름이 큐브에 존재하는지 확인하려면 사용합니다.",abstract:"큐브에서 멤버 속성의 값을 반환합니다. 멤버 이름이 큐브에 존재하는지 확인하려면 사용합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubememberproperty-function-001e57d6-b35a-49e5-abcd-05ff599e8951"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},CUBERANKEDMEMBER:{description:"집합에서 n번째 또는 순위가 지정된 멤버를 반환합니다. 최고 판매 역할을 수행하는 사람이나 상위 10명의 학생과 같은 집합에서 하나 이상의 요소를 반환하려면 사용합니다.",abstract:"집합에서 n번째 또는 순위가 지정된 멤버를 반환합니다. 최고 판매 역할을 수행하는 사람이나 상위 10명의 학생과 같은 집합에서 하나 이상의 요소를 반환하려면 사용합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cuberankedmember-function-07efecde-e669-4075-b4bf-6b40df2dc4b3"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBESET:{description:"집합 표현식을 서버의 큐브로 보내어 집합을 만들고 그 집합을 Microsoft Excel로 반환합니다.",abstract:"집합 표현식을 서버의 큐브로 보내어 집합을 만들고 그 집합을 Microsoft Excel로 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubeset-function-5b2146bd-62d6-4d04-9d8f-670e993ee1d9"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBESETCOUNT:{description:"집합에 있는 항목의 수를 반환합니다.",abstract:"집합에 있는 항목의 수를 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubesetcount-function-c4c2a438-c1ff-4061-80fe-982f2d705286"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}},CUBEVALUE:{description:"큐브에서 집계된 값을 반환합니다.",abstract:"큐브에서 집계된 값을 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/cubevalue-function-8733da24-26d1-4e34-9b3a-84a8f00dcbe0"}],functionParameter:{number1:{name:"number1",detail:"첫 번째"},number2:{name:"number2",detail:"두 번째"}}}},...{BETADIST:{description:"베타 누적 분포 함수를 반환합니다",abstract:"베타 누적 분포 함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/betadist-함수-49f1b9a9-a5da-470f-8077-5f1730b5fd47"}],functionParameter:{x:{name:"x",detail:"함수를 평가할 A와 B 사이의 값입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},A:{name:"A",detail:"x 구간의 하한입니다."},B:{name:"B",detail:"x 구간의 상한입니다."}}},BETAINV:{description:"지정된 베타 분포에 대한 누적 분포 함수의 역함수를 반환합니다",abstract:"지정된 베타 분포에 대한 누적 분포 함수의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/betainv-함수-8b914ade-b902-43c1-ac9c-c05c54f10d6c"}],functionParameter:{probability:{name:"probability",detail:"베타 분포와 관련된 확률입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},A:{name:"A",detail:"x 구간의 하한입니다."},B:{name:"B",detail:"x 구간의 상한입니다."}}},BINOMDIST:{description:"개별 항 이항 분포 확률을 반환합니다",abstract:"개별 항 이항 분포 확률을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/binomdist-함수-506a663e-c4ca-428d-b9a8-05583d68789c"}],functionParameter:{numberS:{name:"number_s",detail:"시행에서 성공한 횟수입니다."},trials:{name:"trials",detail:"독립 시행 횟수입니다."},probabilityS:{name:"probability_s",detail:"각 시행에서 성공할 확률입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 BINOMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},CHIDIST:{description:"카이 제곱 분포의 우측 꼬리 확률을 반환합니다.",abstract:"카이 제곱 분포의 우측 꼬리 확률을 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/chidist-함수-c90d0fbc-5b56-4f5f-ab57-34af1bf6897e"}],functionParameter:{x:{name:"x",detail:"분포를 평가할 값입니다."},degFreedom:{name:"deg_freedom",detail:"자유도 수입니다."}}},CHIINV:{description:"카이 제곱 분포의 우측 꼬리 확률의 역함수를 반환합니다.",abstract:"카이 제곱 분포의 우측 꼬리 확률의 역함수를 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/chiinv-함수-cfbea3f6-6e4f-40c9-a87f-20472e0512af"}],functionParameter:{probability:{name:"probability",detail:"카이 제곱 분포와 관련된 확률입니다."},degFreedom:{name:"deg_freedom",detail:"자유도 수입니다."}}},CHITEST:{description:"독립성 검정을 반환합니다",abstract:"독립성 검정을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/chitest-함수-981ff871-b694-4134-848e-38ec704577ac"}],functionParameter:{actualRange:{name:"actual_range",detail:"예상 값에 대해 테스트할 관측값이 포함된 데이터 범위입니다."},expectedRange:{name:"expected_range",detail:"행 합계와 열 합계의 곱을 총 합계로 나눈 비율이 포함된 데이터 범위입니다."}}},CONFIDENCE:{description:"정규 분포를 사용하여 모집단 평균에 대한 신뢰 구간을 반환합니다.",abstract:"정규 분포를 사용하여 모집단 평균에 대한 신뢰 구간을 반환합니다.",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/confidence-함수-75ccc007-f77c-4343-bc14-673642091ad6"}],functionParameter:{alpha:{name:"alpha",detail:"신뢰 수준을 계산하는 데 사용되는 유의 수준입니다. 신뢰 수준은 100*(1 - alpha)% 또는 즉, 0.05의 alpha는 95% 신뢰 수준을 나타냅니다."},standardDev:{name:"standard_dev",detail:"데이터 범위에 대한 모집단 표준 편차이며 알려진 것으로 가정됩니다."},size:{name:"size",detail:"표본 크기입니다."}}},COVAR:{description:"두 데이터 집합의 각 데이터 포인트 쌍에 대한 편차의 곱의 평균인 모집단 공분산을 반환합니다.",abstract:"모집단 공분산을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/covar-함수-50479552-2c03-4daf-bd71-a5ab88b2db03"}],functionParameter:{array1:{name:"array1",detail:"첫 번째 셀 값 범위입니다."},array2:{name:"array2",detail:"두 번째 셀 값 범위입니다."}}},CRITBINOM:{description:"누적 이항 분포가 기준 값보다 작거나 같은 최소값을 반환합니다",abstract:"누적 이항 분포가 기준 값보다 작거나 같은 최소값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/critbinom-함수-eb6b871d-796b-4d21-b69b-e4350d5f407b"}],functionParameter:{trials:{name:"trials",detail:"베르누이 시행 횟수입니다."},probabilityS:{name:"probability_s",detail:"각 시행에서 성공할 확률입니다."},alpha:{name:"alpha",detail:"기준 값입니다."}}},EXPONDIST:{description:"지수 분포를 반환합니다",abstract:"지수 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/expondist-함수-68ab45fd-cd6d-4887-9770-9357eb8ee06a"}],functionParameter:{x:{name:"x",detail:"분포를 평가할 값입니다."},lambda:{name:"lambda",detail:"매개 변수 값입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 EXPONDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},FDIST:{description:"(우측 꼬리) F 확률 분포를 반환합니다",abstract:"(우측 꼬리) F 확률 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/fdist-함수-ecf76fba-b3f1-4e7d-a57e-6a5b7460b786"}],functionParameter:{x:{name:"x",detail:"함수를 평가할 값입니다."},degFreedom1:{name:"deg_freedom1",detail:"분자 자유도입니다."},degFreedom2:{name:"deg_freedom2",detail:"분모 자유도입니다."}}},FINV:{description:"(우측 꼬리) F 확률 분포의 역함수를 반환합니다",abstract:"(우측 꼬리) F 확률 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/finv-함수-4d46c97c-c368-4852-bc15-41e8e31140b1"}],functionParameter:{probability:{name:"probability",detail:"F 누적 분포와 관련된 확률입니다."},degFreedom1:{name:"deg_freedom1",detail:"분자 자유도입니다."},degFreedom2:{name:"deg_freedom2",detail:"분모 자유도입니다."}}},FTEST:{description:"F-검정의 결과를 반환합니다",abstract:"F-검정의 결과를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/ftest-함수-4c9e1202-53fe-428c-a737-976f6fc3f9fd"}],functionParameter:{array1:{name:"array1",detail:"첫 번째 배열 또는 데이터 범위입니다."},array2:{name:"array2",detail:"두 번째 배열 또는 데이터 범위입니다."}}},GAMMADIST:{description:"감마 분포를 반환합니다",abstract:"감마 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/gammadist-함수-7327c94d-0f05-4511-83df-1dd7ed23e19e"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 GAMMADIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},GAMMAINV:{description:"감마 누적 분포의 역함수를 반환합니다",abstract:"감마 누적 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/gammainv-함수-06393558-37ab-47d0-aa63-432f99e7916d"}],functionParameter:{probability:{name:"probability",detail:"감마 분포와 관련된 확률입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."}}},HYPGEOMDIST:{description:"초기하 분포를 반환합니다",abstract:"초기하 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/hypgeomdist-함수-23e37961-2871-4195-9629-d0b2c108a12e"}],functionParameter:{sampleS:{name:"sample_s",detail:"표본에서 성공한 횟수입니다."},numberSample:{name:"number_sample",detail:"표본 크기입니다."},populationS:{name:"population_s",detail:"모집단에서 성공한 횟수입니다."},numberPop:{name:"number_pop",detail:"모집단 크기입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 HYPGEOMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},LOGINV:{description:"로그 정규 누적 분포 함수의 역함수를 반환합니다",abstract:"로그 정규 누적 분포 함수의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/loginv-함수-0bd7631a-2725-482b-afb4-de23df77acfe"}],functionParameter:{probability:{name:"probability",detail:"로그 정규 분포에 해당하는 확률입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."}}},LOGNORMDIST:{description:"누적 로그 정규 분포를 반환합니다",abstract:"누적 로그 정규 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/lognormdist-함수-f8d194cb-9ee3-4034-8c75-1bdb3884100b"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 LOGNORM.DIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},MODE:{description:"데이터 집합에서 가장 일반적인 값을 반환합니다",abstract:"데이터 집합에서 가장 일반적인 값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/mode-함수-e45192ce-9122-4980-82ed-4bdc34973120"}],functionParameter:{number1:{name:"number1",detail:"최빈값을 계산할 첫 번째 숫자, 셀 참조 또는 범위입니다."},number2:{name:"number2",detail:"최빈값을 계산할 추가 숫자, 셀 참조 또는 범위로 최대 255개까지 지정할 수 있습니다."}}},NEGBINOMDIST:{description:"음이항 분포를 반환합니다",abstract:"음이항 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/negbinomdist-함수-f59b0a37-bae2-408d-b115-a315609ba714"}],functionParameter:{numberF:{name:"number_f",detail:"실패 횟수입니다."},numberS:{name:"number_s",detail:"성공의 임계값 수입니다."},probabilityS:{name:"probability_s",detail:"성공 확률입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 NEGBINOMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},NORMDIST:{description:"정규 누적 분포를 반환합니다",abstract:"정규 누적 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/normdist-함수-126db625-c53e-4591-9a22-c9ff422d6d58"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 NORMDIST는 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},NORMINV:{description:"정규 누적 분포의 역함수를 반환합니다",abstract:"정규 누적 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/norminv-함수-87981ab8-2de0-4cb0-b1aa-e21d4cb879b8"}],functionParameter:{probability:{name:"probability",detail:"정규 분포에 해당하는 확률입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},standardDev:{name:"standard_dev",detail:"분포의 표준 편차입니다."}}},NORMSDIST:{description:"표준 정규 누적 분포를 반환합니다",abstract:"표준 정규 누적 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/normsdist-함수-463369ea-0345-445d-802a-4ff0d6ce7cac"}],functionParameter:{z:{name:"z",detail:"분포를 구할 값입니다."}}},NORMSINV:{description:"표준 정규 누적 분포의 역함수를 반환합니다",abstract:"표준 정규 누적 분포의 역함수를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/normsinv-함수-8d1bce66-8e4d-4f3b-967c-30eed61f019d"}],functionParameter:{probability:{name:"probability",detail:"정규 분포에 해당하는 확률입니다."}}},PERCENTILE:{description:"데이터 집합에서 값의 k 백분위수를 반환합니다 (0과 1 포함)",abstract:"데이터 집합에서 값의 k 백분위수를 반환합니다 (0과 1 포함)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/percentile-함수-91b43a53-543c-4708-93de-d626debdddca"}],functionParameter:{array:{name:"array",detail:"상대적 위치를 정의하는 데이터의 배열 또는 범위입니다."},k:{name:"k",detail:"0과 1 범위의 백분위수 값입니다 (0과 1 포함)."}}},PERCENTRANK:{description:"데이터 집합에서 값의 백분율 순위를 반환합니다 (0과 1 포함)",abstract:"데이터 집합에서 값의 백분율 순위를 반환합니다 (0과 1 포함)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/percentrank-함수-f1b5836c-9619-4847-9fc9-080ec9024442"}],functionParameter:{array:{name:"array",detail:"상대적 위치를 정의하는 데이터의 배열 또는 범위입니다."},x:{name:"x",detail:"순위를 알고자 하는 값입니다."},significance:{name:"significance",detail:"반환된 백분율 값의 유효 자릿수를 식별하는 값입니다. 생략하면 PERCENTRANK.INC는 3자리 숫자(0.xxx)를 사용합니다."}}},POISSON:{description:"포아송 분포를 반환합니다",abstract:"포아송 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/poisson-함수-d81f7294-9d7c-4f75-bc23-80aa8624173a"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},mean:{name:"mean",detail:"분포의 산술 평균입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 POISSON은 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},QUARTILE:{description:"데이터 집합의 사분위수를 반환합니다 (0과 1 포함)",abstract:"데이터 집합의 사분위수를 반환합니다 (0과 1 포함)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/quartile-함수-93cf8f62-60cd-4fdb-8a92-8451041e1a2a"}],functionParameter:{array:{name:"array",detail:"사분위수 값을 구할 데이터의 배열 또는 범위입니다."},quart:{name:"quart",detail:"반환할 사분위수 값입니다."}}},RANK:{description:"숫자 목록에서 숫자의 순위를 반환합니다",abstract:"숫자 목록에서 숫자의 순위를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/rank-함수-6a2fc49d-1831-4a03-9d8c-c279cf99f723"}],functionParameter:{number:{name:"number",detail:"순위를 찾으려는 숫자입니다."},ref:{name:"ref",detail:"숫자 목록에 대한 참조입니다. ref의 숫자가 아닌 값은 무시됩니다."},order:{name:"order",detail:"숫자 순위를 매기는 방법을 지정하는 숫자입니다. order가 0(영) 또는 생략되면 Microsoft Excel은 ref가 내림차순으로 정렬된 목록인 것처럼 숫자의 순위를 매깁니다. order가 0이 아닌 값이면 Microsoft Excel은 ref가 오름차순으로 정렬된 목록인 것처럼 숫자의 순위를 매깁니다."}}},STDEV:{description:"표본을 기준으로 표준 편차를 추정합니다. 표준 편차는 값이 평균값(평균)에서 얼마나 분산되어 있는지를 나타내는 척도입니다.",abstract:"표본을 기준으로 표준 편차를 추정합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/stdev-함수-51fecaaa-231e-4bbb-9230-33650a72c9b0"}],functionParameter:{number1:{name:"number1",detail:"모집단의 표본에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단의 표본에 해당하는 2~255개의 숫자 인수입니다. 쉼표로 구분된 인수 대신 단일 배열이나 배열에 대한 참조를 사용할 수도 있습니다."}}},STDEVP:{description:"인수로 지정된 전체 모집단을 기준으로 표준 편차를 계산합니다.",abstract:"전체 모집단을 기준으로 표준 편차를 계산합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/stdevp-함수-1f7c1c88-1bec-4422-8242-e9f7dc8bb195"}],functionParameter:{number1:{name:"number1",detail:"모집단에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단에 해당하는 2~255개의 숫자 인수입니다. 쉼표로 구분된 인수 대신 단일 배열이나 배열에 대한 참조를 사용할 수도 있습니다."}}},TDIST:{description:"스튜던트 t-분포에 대한 확률을 반환합니다",abstract:"스튜던트 t-분포에 대한 확률을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/tdist-함수-630a7695-4021-4853-9468-4a1f9dcdd192"}],functionParameter:{x:{name:"x",detail:"분포를 평가할 숫자 값입니다"},degFreedom:{name:"degFreedom",detail:"자유도 수를 나타내는 정수입니다."},tails:{name:"tails",detail:"반환할 분포 꼬리 수를 지정합니다. Tails = 1이면 TDIST는 단측 분포를 반환합니다. Tails = 2이면 TDIST는 양측 분포를 반환합니다."}}},TINV:{description:"스튜던트 t-분포에 대한 확률의 역함수를 반환합니다 (양측)",abstract:"스튜던트 t-분포에 대한 확률의 역함수를 반환합니다 (양측)",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/tinv-함수-a7c85b9d-90f5-41fe-9ca5-1cd2f3e1ed7c"}],functionParameter:{probability:{name:"probability",detail:"스튜던트 t-분포와 관련된 확률입니다."},degFreedom:{name:"degFreedom",detail:"자유도 수를 나타내는 정수입니다."}}},TTEST:{description:"스튜던트 t-검정과 관련된 확률을 반환합니다",abstract:"스튜던트 t-검정과 관련된 확률을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/ttest-함수-1696ffc1-4811-40fd-9d13-a0eaad83c7ae"}],functionParameter:{array1:{name:"array1",detail:"첫 번째 배열 또는 데이터 범위입니다."},array2:{name:"array2",detail:"두 번째 배열 또는 데이터 범위입니다."},tails:{name:"tails",detail:"분포 꼬리 수를 지정합니다. tails = 1이면 TTEST는 단측 분포를 사용합니다. tails = 2이면 TTEST는 양측 분포를 사용합니다."},type:{name:"type",detail:"수행할 t-검정의 종류입니다."}}},VAR:{description:"표본을 기준으로 분산을 추정합니다.",abstract:"표본을 기준으로 분산을 추정합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/var-함수-1f2b7ab2-954d-4e17-ba2c-9e58b15a7da2"}],functionParameter:{number1:{name:"number1",detail:"모집단의 표본에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단의 표본에 해당하는 2~255개의 숫자 인수입니다."}}},VARP:{description:"전체 모집단을 기준으로 분산을 계산합니다.",abstract:"전체 모집단을 기준으로 분산을 계산합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/varp-함수-26a541c4-ecee-464d-a731-bd4c575b1a6b"}],functionParameter:{number1:{name:"number1",detail:"모집단에 해당하는 첫 번째 숫자 인수입니다."},number2:{name:"number2",detail:"모집단에 해당하는 2~255개의 숫자 인수입니다."}}},WEIBULL:{description:"와이블 분포를 반환합니다",abstract:"와이블 분포를 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/weibull-함수-b83dc2c6-260b-4754-bef2-633196f6fdcc"}],functionParameter:{x:{name:"x",detail:"분포를 구할 값입니다."},alpha:{name:"alpha",detail:"분포의 매개 변수입니다."},beta:{name:"beta",detail:"분포의 매개 변수입니다."},cumulative:{name:"cumulative",detail:"함수의 형태를 결정하는 논리값입니다. cumulative가 TRUE이면 WEIBULL은 누적 분포 함수를 반환하고, FALSE이면 확률 밀도 함수를 반환합니다."}}},ZTEST:{description:"z-검정의 단측 확률값을 반환합니다",abstract:"z-검정의 단측 확률값을 반환합니다",links:[{title:"사용법",url:"https://support.microsoft.com/ko-kr/office/ztest-함수-8f33be8a-6bd6-4ecc-8e3a-d9a4420c4a6a"}],functionParameter:{array:{name:"array",detail:"x를 테스트할 데이터의 배열 또는 범위입니다."},x:{name:"x",detail:"테스트할 값입니다."},sigma:{name:"sigma",detail:"모집단(알려진) 표준 편차입니다. 생략하면 표본 표준 편차가 사용됩니다."}}}},...{ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},...{ARRAY_CONSTRAIN:{description:"배열 결과를 지정된 크기로 제한합니다.",abstract:"배열 결과를 지정된 크기로 제한합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/3267036?hl=ko"}],functionParameter:{inputRange:{name:"input_range",detail:"제한할 범위입니다."},numRows:{name:"num_rows",detail:"결과에 포함할 행의 수입니다."},numCols:{name:"num_cols",detail:"결과에 포함할 열의 수입니다."}}},FLATTEN:{description:"하나 이상의 범위에서 모든 값을 하나의 열로 평면화합니다.",abstract:"하나 이상의 범위에서 모든 값을 하나의 열로 평면화합니다.",links:[{title:"사용법",url:"https://support.google.com/docs/answer/10307761?hl=ko"}],functionParameter:{range1:{name:"range1",detail:"첫 번째로 평면화할 범위입니다."},range2:{name:"range2",detail:"추가로 평면화할 범위입니다."}}}},...{}},prompt:{helpExample:"예제",helpAbstract:"정보",required:"필수.",optional:"선택."},error:{title:"오류",divByZero:"0으로 나누기 오류",name:"잘못된 이름 오류",value:"값 오류",num:"숫자 오류",na:"사용할 수 없는 값 오류",cycle:"순환 참조 오류",ref:"잘못된 셀 참조 오류",spill:"분산 범위가 비어 있지 않음",calc:"계산 오류",error:"오류",connect:"데이터 가져오는 중",null:"Null 오류"},functionType:{financial:"재무",date:"날짜 및 시간",math:"수학 및 삼각 함수",statistical:"통계",lookup:"찾기 및 참조",database:"데이터베이스",text:"텍스트",logical:"논리",information:"정보",engineering:"공학",cube:"큐브",compatibility:"호환성",web:"웹",array:"배열",univer:"Univer",user:"사용자 정의",definedname:"정의된 이름"},moreFunctions:{confirm:"확인",prev:"이전",next:"다음",searchFunctionPlaceholder:"함수 검색",allFunctions:"모든 함수",syntax:"구문"},operation:{pasteFormula:"수식 붙여넣기"}}}});
63
63
 
64
64
 
65
65
  // @univerjs/sheets-numfmt-ui/locale/ko-KR