Hello,
I need to convert the following SUMIF into SUMPRODUCT so it only adds visible cells.
=SUMIF($A$12:$A$50000,A50003,$E$12:$E$50000)
Ive tried this formula with no luck:
=SUMPRODUCT(--($A$12:$A$50000=A50003),(SUBTOTAL(103,OFFSET($E$12,ROW($E$12:$E$50000)-MIN(ROW($E$12:$E$50000)),,))))...