0
I have this table with repeated Tecs (column A), related to different products; I need to add the total of the week (from 19/4 to 24/4).. I’m using the formula below, but it only adds up the equivalent of the first line I find of the cat tec (line 3). How do I add the volume for all Tecs GATO?
=SUMIFS(INDEX(D:I;MATCH("Gato";A:A;0);0);D1:I1;"<="&"P4W4";D1:I1;">="&"P4W4")