Getting array value along with other corresponding values.

Good evening, 

I am trying to get a minimum value that has been manipulated already by the Resize Function. Is there a way to get a minimum value and other corresponding values? (they are also all in column properties). 

 

Example:

Column 1/Array A = (1,3,5)

Column 2/Array B = (2,4,6)

Column3/Array C = (7,8,9)

 

Desired output:

Column 1 = 1

Column 2 = 2

Column 3 = 7

 

Thanks a ton.