Hi! I'm trying to come up with two date formulas that will tell me if (1) 3 or more events occurred in any given week (Sunday - Saturday) and (2) if 5 or more events occurred in any given month. The formula needs to check three different columns - Name, Event Date, and Situation. If the same Name has had the same Situation occur 3+ times in one week, I need the flag column to turn on. This is the formula without checking the Date column that has been working so far: =IF(COUNTIFS([Individual's Name]:[Individual's Name], [Individual's Name]@row, [MUI Type]:[MUI Type], [MUI Type]@row) >= 3, 1). I can't seem to find a formula that doesn't require a definite start and/or end date - this needs to be able to check from the beginning of time to the end of time and work within the 7-day calendar week and calendar months.
Thanks!