I am using a max function to find the max of an array found by multiplying two conditions to arrive at a single array:
=MAX((Data!$B$3:$B$202=Analysis!$B4)*(Data!F$3:F$202))
where the first condition is used as a true false (1 or 0) to only count the following condition when it is met. It...