I'm pulling a count of stores that were closed before a certain date, or still active (no close date). I can get it to count only the blanks, or only stores closed before the date, but not ones that are either or. Here's my best guess at it:
=COUNTIFS(Stores!$E:$E,Summary!B6,Stores!$G:$G,{"<="&$C$3,""})
Column E is store name, Column G is close date. I'm probably missing something simple here...
Bookmarks