VLOOKUP Returns Wrong Value
Approximate match or an unstable column index can return unexpected data.
LIKELY CAUSE
Why it happens
Use FALSE/0 for exact matching and verify the table-array column order.
SAFE FIX
What to do
Prefer XLOOKUP for new workbooks when available.
Debug in this order
- Reproduce the problem on the smallest sample that still fails.
- Inspect the exact keys, types, ranges or markup involved instead of only the displayed value.
- Fix the root cause, then rerun the original case and one known-good case.
- Document the rule if the same problem can return in recurring work.
Do not hide an unexplained data error with a cosmetic workaround. Make the input and matching logic predictable first.