Trenno
Structural
- Feb 5, 2014
- 831
Hi,
I'd like to set up a function that compares the locations in the left box with the Master locations in the right box. The function will return the Master location if a match is found.
I've managed to break down the locations by X and Y coordinates.
The test would be something like IF Dist < Tolerance THEN Returns corresponding master location. The function would test all of the master locations.
Dist = SQRT ( |X1-X2|^2 + |Y1-Y2|^2 )
Any help would be much appreciated.
I'd like to set up a function that compares the locations in the left box with the Master locations in the right box. The function will return the Master location if a match is found.
I've managed to break down the locations by X and Y coordinates.
The test would be something like IF Dist < Tolerance THEN Returns corresponding master location. The function would test all of the master locations.
Dist = SQRT ( |X1-X2|^2 + |Y1-Y2|^2 )

Any help would be much appreciated.