Hello
The formula in ITALIAN is the following:
=MATR.SOMMA.PRODOTTO(SINISTRA(A1:A5;SE.ERRORE(TROVA("(";A1:A5)-1;1))*1)&"("&MATR.SOMMA.PRODOTTO(SOSTITUISCI(SE.ERRORE(STRINGA.ESTRAI(A1:A5;TROVA("(";A1:A5)+1;100);0);"B)";"")*1)&"B)"
which I tried to "translate" like this:
=SUMPRODUCT(LEFT(A1:A5,IFERROR(FIND("(",A1:A5)-1,1))*1&"("&SUMPRODUCT(SUBSTITUTE(IF ERROR(MID(A1:A5,FIND("(",C2:C9)+1,100),0),"B)","")*1)&"B)"
Keep in mind two things:
1 °) is a matrix formula to be confirmed with Ctrl + Shift + Enter
2 °) the ";" in Italian it must be changed to ","
Hope this helps.
Hello,
Mario