I have this formula so far:
The problem is that my Raw worksheet has a lot of duplicates, and I only need to count one of each instance from column C on the Raw worksheet. Could someone please show me how to incorporate that into my formula?
Thanks!
Excel Formula:
=COUNTIFS(Raw!$B:$B,"11/22/2023 12:00:00 AM",Raw!S:S,A24,Raw!W:W,C23)
The problem is that my Raw worksheet has a lot of duplicates, and I only need to count one of each instance from column C on the Raw worksheet. Could someone please show me how to incorporate that into my formula?
Thanks!