I have a column with specific criteria (Sample type) and date column. I have another formula that looks specifically for a "sample type" and specific "factory". The formula I've used for this is: =COUNTIFS($Program$3:$Program$333, "Fall Tabletop / Decor", $[Sample Type]$3:$[Sample Type]$333, "DEVELOPMENT + ARTBOARD"). This results a total number. Now I'm trying to use the same 1st half of the formula but count how many time dates have been entered in to another column (Sample Received). =COUNTIFS($[Sample Type]$3:$[Sample Type]$333, "DEVELOPMENT + ARTBOARD", how do I count how many dates have been entered)