Excel Function Comparison
VLOOKUP vs XLOOKUP
Compara o sentido da procura, a resistência a mudanças de colunas e o que acontece quando não há correspondência.
Key differences
- VLOOKUP assumes the lookup column is the first column, XLOOKUP does not.
- VLOOKUP depends on column index numbers, XLOOKUP uses explicit return ranges.
- XLOOKUP handles not-found cases with a dedicated argument.
When to use VLOOKUP
- You need backward compatibility with older Excel versions.
- You are maintaining legacy sheets built around VLOOKUP.
When to use XLOOKUP
- You prioritize maintainability in new files.
- You want simpler not-found handling.
Guias relacionados e prática