Hello,
This is a formula in Italian:
=SE(VAL.ERRORE(INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B; 0)));"";INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B; 0)))
translated into English:
=IF(IFERROR(INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B; 0)));"";INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B; 0)))
that in case he finds nothing returns 0.
To not display 0 How can I change?
Thank you,
max_max
This is a formula in Italian:
=SE(VAL.ERRORE(INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B; 0)));"";INDICE(posizioni!$C:$C;CONFRONTA(A1;posizioni!$B:$B; 0)))
translated into English:
=IF(IFERROR(INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B; 0)));"";INDEX(posizioni!$C:$C;MATCH(A1;posizioni!$B:$B; 0)))
that in case he finds nothing returns 0.
To not display 0 How can I change?
Thank you,
max_max