Is it possible to combine an iferror statement and a countifs statement into one?
Here is my current countifs: =COUNTIFS(AACH!C:C,">8/31/2019",AACH!C:C,"<10/1/2019",AACH!F:F,"Y")/COUNTIFS(AACH!C:C,">8/31/2019",AACH!C:C,"<10/1/2019")
My current statement is returning #DIV/0! which is correct...