Forum Discussion

Cambosity100's avatar
Cambosity100
Brass Contributor
Aug 03, 2021
Solved

Simpler Roster Conflict

Hi all. I have had help with something similar to this in December last year. This is simpler. I think. Just need a formulae for conditional formatting so that we don't roster people to conflicting s...
  • PeterBartholomew1's avatar
    Aug 04, 2021

    Cambosity100 

    Hopefully this is better; I rather missed the point on the conditional formatting.  This time I defined a Boolean 'Conflict?', 

    = IF(ISTEXT(currentAssigned),
         COUNTIFS(
           otherAssigned, currentAssigned,
           otherStart,  "<"&currentFinish,
           otherFinish, ">"&currentStart
           ) > 1)

    based upon relative references, to control the format.

     

Resources