Hello!
I am using this formula in a checkbox "helper"
column. =IF(COUNTIFS(Resources:Resources, HAS(@cell, "Gray Van"), [Start Date]:[Start Date], @cell <= [End Date]@row, [End Date]:[End Date], @cell >= [Start Date]@row) > 1, 1)
My hope would be if a piece of equipment is selected in the Resources (dropdown) column in two different rows AND the Start Date and End Date of those rows overlap it checks the box to notify of an overlapped booking.
Currently, it doesn't check the box for the right row when there is an overlap. Can anyone help me find out what I am doing wrong?
Thanks in advance!