see attached if i understood you correctly
same interval formula is now
Formula:
=IF(AND(TEXT(B7,"HH")<=10,TEXT(A7,"HH")<=10),"Y",IF(ABS(TEXT(B7,"HH")-TEXT(A7,"HH"))=0,"Y","N"))
Text(cell,HH) gives cell in Hours only
basically put
if Low AND high is under 10 then count as same interval
else
if the ABSOLUTE difference between Low and High is Zero then same interval
everything else is not same interval
Formula yields 14 exclusions which i conditionally format to make them easier to find and check if the logic is correct
ps
formula should read <= 10 instead of just <
though it makes no overall difference in this case
Bookmarks