Hi All,
i'm writing below formula to calculate the sales in a column without duplicate order, but i was wondering how can this count visible cells only but not a whole column?
thanks for your guidance
i'm writing below formula to calculate the sales in a column without duplicate order, but i was wondering how can this count visible cells only but not a whole column?
Excel Formula:
=SUM((FREQUENCY(IFERROR(MATCH(data!$A$2:$A$20000,data!$A$2:$A$20000,0),0)*(INT(data!$E$2:$E$20000)=$A52)*(E$50=data!$Y$2:$Y$20000),IFERROR(MATCH(data!$A$2:$A$20000,data!$A$2:$A$20000,0),0)*(INT(data!$E$2:$E$20000)=$A52)*(E$50=data!$Y$2:$Y$20000))>0)*1)-1
thanks for your guidance