Hi,
I was successfully able to use the countifs formula to cross reference another sheet to count the amount of times on a specific date a certain response came up.
=COUNTIFS({Case Log Range 1}, =DATE(2021, 8, 1), {Case Log Range 2}, "Positive")
What I would like to do next if figure out how to fill down the date in the following rows using a formula versus updating each date in each cell manually. I already have the date in the row of the response count.
Following that, I would like to be able to use either a countifs or sumifs to do a count or sum weekly example count of the number of positive responses from 08/02/2021 to 08/08/2021 the from 08/09/2021 to 08/15/2021 and so on. I also have the date of the week that I am going to reference in the source sheet.
I currently have the weekly count in a separate spreadsheet but if there is a better or easier way to do it all in ne sheet happy to hear that suggestions as well. Thanks.