I have three columns of values and I want to pull out specific values from them.
The first two columns are essentially X, Y coordinates and the third column is the actual 'data'.
How do I pull the values from the third column that match up with my 2nd list of XY that are in an entirely different order?
The first two columns are essentially X, Y coordinates and the third column is the actual 'data'.
How do I pull the values from the third column that match up with my 2nd list of XY that are in an entirely different order?