A2:A100<>"" builds a TRUE/FALSE array of which cells are filled; XLOOKUP finds the first TRUE and returns the matching value. Handy when leading rows are blank or staggered.
=XLOOKUP(TRUE, B2:B50<>"", B2:B50)→First entry첫 번째 값까지 빈칸을 건너뜁니다.
레거시 (INDEX/MATCH)
=INDEX(A2:A100, MATCH(TRUE, A2:A100<>"", 0))Excel 365 이전 버전에서는 배열로 입력하세요.
Add search mode -1: =XLOOKUP(TRUE, A2:A100<>"", A2:A100, , 0, -1).
본인의 데이터에 맞는 수식이 필요하신가요?
원하는 내용을 일상적인 언어로 설명하면 ExcelGPT가 수식을 작성, 설명, 검증해 드립니다. 시작은 무료이며 플러그인이 필요 없습니다.