Italian Excel formula
=CERCA.VERT(A2;F:G;2;FALSO)
=CERCA.VERT(A2;F:G;2;FALSO)
=VLOOKUP(A2,F:G,2,FALSE)
Searches the code in A2 in column F and returns the matching value from column G.
Common errorVLOOKUP can only search in the first column of the selected range.
CERCA.VERT cerca un valore nella prima colonna di un intervallo.
Per ricerche più moderne puoi usare CERCA.X nelle versioni recenti di Excel.
Sì.
Il valore non è presente o l intervallo è sbagliato.