Hi everyone,
i have function that counts based on week, year and another criteria.
=SUMPRODUCT(--(WEEKNUM(Table1[Date]+0,21)=[@Week]),--(YEAR(Table1[Date]+0)=[@Year]),--ISNUMBER(SEARCH("BBB",Table1[Items]))).
Is it possible to have this formula ignore rows that has text in column A, between...