Measure distance between all points
I am trying to determine a meausre of how distance from a point effects measurements to find a minimum / maximum point within range of points. I tried to do this in the attached files but I cannot find a way to do this programatically. I tried to do this by concatenating a table of N rows, N times, copying the XY coulmn, sorting Y then X then pastingn this sorted column into the NxN table. I tri...