I am trying to count the times a plant has entered on a specific date.
(We have 14 plants - so...)
I want to know how many times Birmingham entered data on 9/1/20.
I can count BHM data entries;I can count the number of entries on 9/1. But I can't seem to put it together.
=COUNTIF({Plant}, "Birmingham")
=COUNTIF({StencilDate}, =(DATE(2020, 9, 1)))
seems simple but I get that error I don't like :)