Hello,
I am trying to create a monthly trend report. The report function is not specific enough for what I need, so in order to do this, I have created a metrics sheet that references 21 different originating sheets. To fill my metrics sheet, I need to use a COUNTIFS formula to reference a date range. I've tried it a few weeks but keep getting an unparseable error. I know for the metrics sheet I will need to write a formula for each individual reference sheet so I am just trying to get the first one down and go from there.
I am unclear on how to handle the references to different sheets. I have tried it both ways below and also tried an AND function:
=COUNTIFS({Archive Avon CMI Weekly Meeting Form Range 2}, <=DATE(2022,2,1), {ARD (Due) Date], >=DATE(2022,2,28), {Archive Avon CMI Weekly Meeting Form Range 3}, “Yes”) (or "No" if 'No')
=COUNTIFS({ARD (Due) Date}, <=DATE(2022,2,1), {ARD (Due) Date], >=DATE(2022,2,28), {Therapy: 150 min+ or 5x/wk?}, “Yes”)
The originating sheet name is "Archive Avon CMI Weekly Meeting Form"
Thanks in advance!