Using this formula =INDEX($A$9:$G$13,MATCH(B15,$B$9:$G$9,0),MATCH(B16,$A$10:$A$13,0))
to try to get an output based on coordinates of the inputs of B15 and B16 in a data table that is A10-G13. But the returned result is a random data point in the table not the mapped coordinates data point. What am I missing?