The following formula returns a value of zero (0):
=COUNTIFS({DATE ONLY}, =DATE@row, {Shift}, ="1st", {Degreaser Check Passed?}, <>"BLANK")
Here is the sheet that is being referenced:
DATE : Contains only dates or blank cells. (formula driven)
{DATE ONLY} : References a column that contains only dates or blank cells. (formula driven)
{Shift}: References a text columns that equals either "1st", "2nd", or blank. (manual entry)
{Degreaser Check Passed?} : References a text column that can contain a variety of text values or be blank. (formula driven)
How is it possible that the formula is not considering this row as a match? It seems this should be very easy, but there is something going wrong here...
The function recognizes the row as a match if the {DATE ONLY} criteria is removed.