I would like to find the minimum of my numbers in row 2 and return the value from row 1 that is in the same column as the minimum number.

Ex.

A B C D E F G
R1 9 8 7 6 5 4 3
R2 5 3 4 7 1 2 6

So my formula would need to look at R2 find one and return 5. Is that possible?

Thanks,

Josh