# 찾기/참조 영역 함수

## Content

Spread는 다음과 같은 찾기/참조 함수를 제공합니다. (알파벳 순서)

| 함수 | 설명 |
| --- | --- |
| [ADDRESS](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/ADDRESS) | 행 번호와 열 번호를 사용하여 텍스트 형태의 셀 주소를 생성합니다. |
| [AREAS](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/AREAS) | 참조 내 영역의 개수를 반환합니다. |
| [CALCULATE](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/calculate-function) | TableSheet의 그룹 레벨 요약 시 그룹 컨텍스트를 확장할 때 사용합니다. |
| [CHOOSE](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/CHOOSE) | 값 목록에서 값을 반환합니다. |
| [COLUMN](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/COLUMN) | 참조의 열 번호를 반환합니다. |
| [COLUMNS](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/COLUMNS) | 배열 내 열의 개수를 반환합니다. |
| [FILTER](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/filter-dynamic-array) | 범위 또는 배열을 필터링합니다. |
| [INDEX](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/FORMULA_INDEX) | 수식을 문자열로 반환합니다. |
| [FORMULATEXT](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/FORMULATEXT) | 피벗테이블에 저장된 데이터를 추출합니다. |
| [GETPIVOTDATA](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/getpivotdata) | 상단 행에서 값을 찾고 지정된 행의 같은 열에 있는 값을 반환합니다. |
| [HLOOKUP](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/HLOOKUP) | 네트워크 서버, 인트라넷 또는 인터넷에 저장된 문서를 여는 바로가기를 생성합니다. |
| [HYPERLINK](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/HYPERLINK) | 인터넷에 저장된 문서를 여는 바로가기를 생성합니다. |
| [INDEX](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/FORMULA_INDEX) | 배열 또는 범위 내의 값이나 참조를 반환합니다. |
| [INDIRECT](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/INDIRECT) | 텍스트 문자열로 지정된 참조를 반환합니다. 참조는 즉시 평가되어 내용을 표시합니다. |
| [LOOKUP](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/LOOKUP) | 값을 검색하고 두 번째 영역에서 같은 위치에 있는 값을 반환합니다. |
| [MATCH](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/MATCH) | 범위 내 지정된 항목의 상대 위치를 반환합니다. |
| [OFFSET](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/OFFSET) | 셀 또는 셀 범위에서 지정한 행과 열만큼 떨어진 범위의 참조를 반환합니다. 단일 셀 또는 범위를 반환할 수 있습니다. |
| [REMOVEFILTERS](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/removefilters-function) | TableSheet의 그룹 레벨 요약 시 그룹 컨텍스트를 확장할 때 사용합니다. |
| [ROW](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/ROW) | 참조의 행 번호를 반환합니다. |
| [ROWS](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/ROWS) | 배열 내 행의 개수를 반환합니다. |
| [SINGLE](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/single) | 값, 범위 또는 배열이 주어지면 단일 값을 반환합니다. |
| [SORT](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/sort) | 범위 또는 배열을 정렬합니다. |
| [SORTBY](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/sortby) | 대응하는 범위 또는 배열의 값에 따라 범위 또는 배열을 정렬합니다. |
| [TRANSPOSE](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/TRANSPOSE) | 세로 범위를 가로 범위로, 또는 가로 범위를 세로 범위로 변환합니다. |
| [TRIMRANGE](/spreadjs/docs/v18/) | 범위 또는 배열의 가장자리에서 빈 행과 열을 모두 제외합니다. |
| [UNIQUE](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/unique) | 범위 또는 배열에서 고유 값을 반환합니다. |
| [VLOOKUP](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/VLOOKUP) | 가장 왼쪽 열에서 값을 검색하고, 지정한 열의 같은 행에 있는 값을 반환합니다. |
| [XLOOKUP](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/XLOOKUP) | 범위 또는 배열에서 일치 항목을 검색하고, 두 번째 범위 또는 배열에서 해당 항목을 반환합니다. 기본값은 정확한 일치입니다. |
| [XMATCH](/spreadjs/docs/v18/formulareference/FormulaFunctions/lookup-reference-functions/XMATCH) | 배열 내 항목의 상대 위치를 반환합니다. 기본값은 정확한 일치입니다. |
