I have been trying with no success to create a formula to identify schedule conflicts if multiple people are assigned. The formula works fine with a single person assigned. For the test case, I am using a separate table (on the left) to identify when people will not be available. The right side is representative of typical columns in a schedule sheet.
The formula is as follows currently:
IF(COUNTIFS(NAME1:NAME3, [RESOURCE GROUP]1, [NF START DATE]1:[NF START DATE]3, <=FINISH1, [NF FINISH DATE]1:[NF FINISH DATE]3, >=START1), "CONFLICT", "CLEAR")
When a single person is assigned in [RESOURCE GROUP]1 the formula in [NO FLY]1 behaves correctly
When multiple people are assigned in [RESOURCE GROUP]1, the formula behaves incorrectly.
Any help would be greatly appreciated!