Excel and formulas

Excel VLOOKUP formula

Practical VLOOKUP example in Italian and English.

Italian Excel formula

=CERCA.VERT(A2;F:G;2;FALSO)

English Excel formula

=VLOOKUP(A2,F:G,2,FALSE)
Example

Searches the code in A2 in column F and returns the matching value from column G.

Common error

VLOOKUP can only search in the first column of the selected range.

How it works

CERCA.VERT cerca un valore nella prima colonna di un intervallo.

Per ricerche più moderne puoi usare CERCA.X nelle versioni recenti di Excel.

Frequently asked questions

CERCA.VERT funziona in Excel 2010?

Sì.

Perché restituisce #N/D?

Il valore non è presente o l intervallo è sbagliato.

Related tools