offset과 counta함수 조합하여 동적배열 만들기

2022. 9. 23. 23:20업무스킬_커리어/엑셀(Excel)

반응형

offset함수의 문법은 아래와 같다

Returns a range reference shifted a specified number of rows and columns from a starting cell reference.

OFFSET(cell_reference, offset_rows, offset_columns, [height], [width])

즉 특정 칸부터 밑으로 몇칸,오른쪽으로 몇칸 이동한뒤 [height], [width]만큼의 범위를 돌려준다.('값'이 아님!!)

여기서 뒷부분의 [height], [width] 를 각각 counta함수를 써주면 새로운 행 또는 열이 추가될때마다 자동적으로 참조범위가 그만큼 늘어난다.

vlookup에 응용하면 참조범위가 자동으로 늘어나니 더 고급진 활용이 가능하다.

728x90

'업무스킬_커리어 > 엑셀(Excel)' 카테고리의 다른 글

vlookup 대신 index(match)사용할 것  (0) 2022.09.23