Forum Discussion
Rfire777
Mar 24, 2023Copper Contributor
Countifs
Hi guys, Please help me in countifs formula to count *text* in a column with current date and one more criteria is with specfic row name. I was trying to write countifs formula with index match ...
HansVogelaar
Mar 29, 2023MVP
I'd have to see a copy of the workbook (without sensitive data).
Rfire777
Mar 29, 2023Copper Contributor
Hey Hans i got the solution,
=ArrayFormula(SUM(COUNTIFS(INDIRECT($A3&"!I:I"),B3,INDIRECT($A3&"!N:N"),{"*Okay*","*Try*"})))
This is working
=ArrayFormula(SUM(COUNTIFS(INDIRECT($A3&"!I:I"),B3,INDIRECT($A3&"!N:N"),{"*Okay*","*Try*"})))
This is working