I am trying to do a count of cases an investigator has completed between a date range (using a differen sheet)
If I do a
I have this formula in my Sheet summary and of course it works
=COUNTIFS(Investigator:Investigator, "Vanessa", [Disposition date]:[Disposition date], @cell >= DATE(2020, 8, 1), [Disposition date]:[Disposition date], @cell <= DATE(2020, 8, 31))
but when i try to do another sheet (so I can do a chart graph) i get an unparseable error usng the below formula
=COUNTIFS({CRU Range 1}, "Vanessa ), IF({CRU Range 2}, @cell >= DATE(2020, 8, 1), IF({CRU Range 2}, @cell <= DATE(2020, 8, 31))
I even tried removing the IF between the comma and the next range but still an error
any help would be greatly appreciated!