Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50070

edit formula that returns 0

$
0
0
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

Viewing all articles
Browse latest Browse all 50070

Trending Articles