For my summary sheet:
I'm trying to count rows where there is a date selected (the assigned to OSU row) but no region selected (Region row).
I tried this but it did not work:
=COUNTIF(ISDATE([Assigned To OSU]@row), "cell contains a date",(ISBLANK([Region]@row))
In another summary row, I then want it to count the number of flags raised.