I am looking for the Sum of all products.
cell A9 is a macro which adds product A,B,C and i've added a formula which doesn't calculate correctly.
formula is
=SUMPRODUCT(SUMIF(Products,TRIM(MID(SUBSTITUTE(A9,",",REPT(" ",LEN(A9))),1+(ROW(INDIRECT("1:"&LEN(A9)-LEN(SUBSTITUTE(A9,",",""))+1))*LEN(A9))-LEN(A9),LEN(A9))),F3))
Solved by C. A. in 23 mins