Comparing a cell to "" (empty string) detects blanks. IF then returns your placeholder for empties and the original value otherwise — useful for clean reports and avoiding gaps.
=IF(B2="", "—", B2)→—빈 셀을 대시(-)로 대체합니다.
수식 오류도 처리
=IFERROR(A2, "Missing")A2가 오류인 경우 대체 값을 반환합니다.
ISBLANK is TRUE only for truly empty cells; ="" also treats zero-length strings (from formulas) as blank. Pick based on your data.
본인의 데이터에 맞는 수식이 필요하신가요?
원하는 내용을 일상적인 언어로 설명하면 ExcelGPT가 수식을 작성, 설명, 검증해 드립니다. 시작은 무료이며 플러그인이 필요 없습니다.