Looking for some guidance.
Goal: If "KPI Availability %" @ row is equal to or greater than "Annual Score % Availability" row 10 then it will look at the "Previous Contract Year Event" @ row and match it with the column header 0 , 2,3,4,5,6,7,8 (individual columns). Then it will look down the matched column where it matched the row and return the value in the cell. If it doesn't match row then then it will look at all the preceding rows for a match.
Here is what I am using, and obviously it isn't looking for >, <, or =
=INDEX([0]1:[8]10, MATCH([KPI Availability %]@row , [Annual Score % Availability]1:[Annual Score % Availability]10))
I also tried this: