Check · Fix · Format · Translate · Learn spreadsheet formulas.Independent tools at CellLingo.online
By admin · Published September 12, 2026 · Updated September 12, 2026

XLOOKUP Fallbacks: Blank, Zero or “Not Found”?

How to choose a useful XLOOKUP fallback instead of hiding missing data.

XLOOKUP lets you specify what should happen when a match is missing. That small design choice affects reporting, charts and later calculations.

Blank output

An empty string can make a report look clean, but it is still text. Downstream calculations may treat it differently from a truly empty cell.

Zero output

Returning zero is useful when a missing item should genuinely contribute nothing to a total. It is misleading when “missing” and “zero” mean different things.

Visible message

A label such as “Not found” is best when a human needs to investigate missing master data. It makes data-quality problems visible instead of silently masking them.

Choose based on the next step

Design the fallback for the consumer of the result: a chart, another formula, an export or a person reviewing exceptions.

A

Written by admin

Contributor to CellLingo’s practical spreadsheet guides. Examples are intended for learning and should be tested with representative workbook data.