I am using the line below to determine characteristic qualities of a set of values. How is this being read? I would like for the test to meet the first part of the test and at least one of the second characteristics defined by the OR statement and contained within parenthesis.
Code:
If Cells(kk, 3) < Cells(hh, 3) And (StartDate2 <= StartDate1 <= EndDate2 Or StartDate2 <= EndDate1 <= EndDate2) Then