Forum Discussion
JohnTaylor20
Jul 04, 2022Copper Contributor
asdasdsadsa
ddfdsfdfdsfsdfsdf
JohnTaylor20
Jul 04, 2022Copper Contributor
=SUMPRODUCT(ISNUMBER(FIND({"yes;approved"},LOWER(Table[comment])))*(YEAR(Table[date])=YEAR(TODAY()))*(WEEKNUM(Table[date]+0)=WEEKNUM(TODAY())))
it didnt work, the result is 0
it didnt work, the result is 0
SergeiBaklan
Jul 04, 2022Diamond Contributor
Perhaps you mean
=SUMPRODUCT(--(MMULT(
ISNUMBER(FIND({"yes", "approved"},LOWER(Table[comment]))),
{1;1} ) > 0 ) *
(YEAR(Table[date])=YEAR(TODAY()))*
(WEEKNUM(Table[date]+0)=WEEKNUM(TODAY())))