try
=INDEX($G$2:$G$1000,MATCH(A2,$F$2:$F$1000,0))
copy down -
maybe add an IFERROR()
=IFERROR(INDEX($G$2:$G$1000,MATCH(A2,$F$2:$F$1000,0)),"")
what version of excel do you have
xlookup() would work
=XLOOKUP(A2,$F$2:$F$1000,$G$2:$G$1000,"")
filter()
yes, in Italian I have to replace it, thanksInstead of "," use ";"
Grazie!!!!! so many interesting things!!!!! very interesting and educationalVarious solutions from other responders in columns B:E. This should translate to Italian formulae when you open it.