Hi
I'm trying to write a formula to count records that have a start date that falls between certain dates and either no end date (i.e. blank) OR an end date greater than X date. I've come up with the below formula but Excel is saying there's somehting wring with the formula:
=sum(countifs('Course Export'!D:D,{"",">"&Commands!E8},'Course Export'!H:H,">="&Commands!E10,'Course Export'!H:H,"<="&Commands!E11,))
The cell references in the Commands tab relate to dates.
Thanks in advance
I'm trying to write a formula to count records that have a start date that falls between certain dates and either no end date (i.e. blank) OR an end date greater than X date. I've come up with the below formula but Excel is saying there's somehting wring with the formula:
=sum(countifs('Course Export'!D:D,{"",">"&Commands!E8},'Course Export'!H:H,">="&Commands!E10,'Course Export'!H:H,"<="&Commands!E11,))
The cell references in the Commands tab relate to dates.
Thanks in advance