Function getDepth(dataType As String, depth As Integer)If dataType = "array-S" Thendepth = depth + 1ElseIf dataType = "array-E" Thendepth = depth - 1End IfgetDepth = depthEnd Function
'excel' 카테고리의 다른 글
SPLIT 한 데이터를 비교 (0) | 2008.11.13 |
---|---|
중복된 데이터를 VLOOKUP 으로 모두 찾고 싶을 경우 (1) | 2008.11.13 |
[함수]문자열자르기 - SEARCH (0) | 2008.11.11 |
[함수]중복된 목록에서 데이터 불러오기 (0) | 2008.10.02 |
[함수]파일 및 시트명 (0) | 2008.09.30 |