# 기타 함수

## Content

Spread는 다음과 같은 다른 함수들을 알파벳순으로 제공합니다.

| 함수 | 설명 |
| --- | --- |
| [BYCOL](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/bycol-function) | 이 함수는 각 열에 LAMBDA를 적용하고 결과 배열을 반환합니다. |
| [BYROW](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/byrow-function) | 이 함수는 각 행에 LAMBDA를 적용하고 결과 배열을 반환합니다. |
| [CHOOSECOLS](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/choosecols) | 함수는 배열에서 지정된 열을 반환합니다. |
| [CHOOSEROWS](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/chooserows) | 함수는 배열에서 지정된 행을 반환합니다. |
| [DROP](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/drop) | 함수는 배열의 시작 또는 끝에서 지정된 수의 행 또는 열을 제외합니다. |
| [ERROR.TYPE](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/error-type) | 이 함수는 오류 값 중 하나에 해당하는 숫자를 반환합니다. |
| [EXPAND](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/expand) | 이 함수는 배열을 지정된 행과 열 크기로 확장하거나 패딩합니다. |
| [EURO](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/EURO) | 이 함수는 ISO 통화 코드를 기반으로 한 유로의 등가 값을 반환합니다. |
| [EUROCONVERT](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/EUROCONVERT) | 이 함수는 유로 회원국 통화(유로 포함)에서 다른 유로 회원국 통화(유로 포함)로 통화를 변환합니다. |
| [HSTACK](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/hstack) | 함수는 배열들을 수평으로 순서대로 이어 붙여 더 큰 배열을 반환합니다. |
| [ISOMITTED](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/isomitted-function) | 이 함수는 LAMBDA 내 값이 누락되었는지 확인합니다. |
| [LAMBDA](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/lambda-function) | 이 함수는 사용자 지정 재사용 가능 함수를 생성하고 원하는 이름을 할당합니다. |
| [MAKEARRAY](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/makearray-function) | 이 함수는 LAMBDA를 적용하여 지정된 행과 열 크기의 계산된 배열을 반환합니다. |
| [MAP](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/map-function) | 이 함수는 배열의 각 값을 LAMBDA를 적용해 새 값으로 매핑하여 배열을 반환합니다. |
| [OBJECT](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/object-function) | 이 함수는 속성/식 순서를 객체로 변환합니다. |
| [PROPERTY](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/property-function) | 이 함수는 객체 내 속성 경로의 값을 반환합니다. |
| [QUERY](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/query-function) | 이 함수는 워크시트 내 데이터 관리자 테이블에서 데이터를 반환합니다. |
| [REDUCE](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/reduce-function) | 이 함수는 수식을 다시 계산하는 방법을 결정합니다. evaluateMode 인수를 사용해 참조 값 변경 시 재계산, 한 번 평가, 재계산 또는 간격 등을 지정할 수 있습니다. |
| [REFRESH](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/REFRESH) | 이 함수는 각 값에 LAMBDA를 적용해 배열을 축적 값으로 줄이고 누적기 내 총 값을 반환합니다. |
| [SCAN](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/scan-function) | 이 함수는 각 값에 LAMBDA를 적용해 배열을 스캔하고 각 중간 값을 가진 배열을 반환합니다. |
| [SJS.UUID](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/sjs-uuid) | 함수는 16진수 고유 식별자를 반환합니다. |
| [TAKE](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/take) | 이 함수는 배열의 시작 또는 끝에서 지정된 수의 연속된 행 또는 열을 반환합니다. |
| [TOCOL](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/tocol) | 이 함수는 배열을 단일 열로 반환합니다. |
| [TOROW](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/torow) | 이 함수는 배열을 단일 행으로 반환합니다. |
| [VSTACK](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/vstack) | 이 함수는 배열들을 수직으로 순서대로 이어 붙여 더 큰 배열을 반환합니다. |
| [WRAPCOLS](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/wrapcols) | 이 함수는 지정된 수의 요소마다 열 단위로 값을 감싸 새 배열을 만듭니다. |
| [WRAPROWS](/spreadjs/docs/formulareference/FormulaFunctions/other-functions/wraprows) | 이 함수는 지정된 수의 요소마다 행 단위로 값을 감싸 새 배열을 만듭니다. |
