I have a form that people can submit multiple observations, and a total count column to count those submissions since they can have up to 5 on each line. I want to count the area that submitted the observation plus that amount in the count column. How can I work that formula? Here is what I have for now, which isn't working;
=COUNTIFS({Unit}, "B2 - SICU", {Count}, > 0))