Hello,
I am trying to count specific text within and array: Basically, I am trying to count the number of times Testing occurred in the last 2 weeks, so using either a specific date or the check box. I will also expand this to specific people that is not shown in the screen shot.
I have the formula to count the array, but as soon as I add in the criteria for specific date or person it no longer works. I have tried both Count(collect()) and Countifs(). Trying to figure out what little piece I am missing.
=COUNTIFS([Period 1]:[Period 22], "Test Planning", [Last 2 Weeks]:[Last 2 Weeks], true)