It requires a slight change to the formula, basically it needs an extra IF condition for the >= test
fixed formula for row BF2:
Code:
=IF(IF(MOD($E2+32768,SiteMasks!$A$3)>=SiteMasks!$A $2,1,0)=1,"Yes","")
The formula is the same through to row BP2 but you have to replace the numbers from $A$
3 and $A$
2 with the numbers from the old formula. Then you can just fill down the columns.