G
grime
I am calculating distances between 2 points.
Column A contains my 'X' location
Column B contains my 'Y' location
Column C contains the distance of the closest point:
{=SMALL(SQRT(POWER((H2-H2:H10),2)+POWER((I2-I2:I10),2)),2)}
Column D contains the distance to the 2nd closest point:
{=SMALL(SQRT(POWER((H2-H2:H10),2)+POWER((I2-I2:I10),2)),3)}
Column E contains the distance to the 3rd closest point:
{=SMALL(SQRT(POWER((H2-H2:H10),2)+POWER((I2-I2:I10),2)),4)}
and so on...
My problem is, although I can find the distances to those location
(rows), I can't figure out how to find which location is refers to.
So take column C for example...if my distance is 1.35...how do I fin
out the other location that the 1.35 came from?
Thanks in advance
Column A contains my 'X' location
Column B contains my 'Y' location
Column C contains the distance of the closest point:
{=SMALL(SQRT(POWER((H2-H2:H10),2)+POWER((I2-I2:I10),2)),2)}
Column D contains the distance to the 2nd closest point:
{=SMALL(SQRT(POWER((H2-H2:H10),2)+POWER((I2-I2:I10),2)),3)}
Column E contains the distance to the 3rd closest point:
{=SMALL(SQRT(POWER((H2-H2:H10),2)+POWER((I2-I2:I10),2)),4)}
and so on...
My problem is, although I can find the distances to those location
(rows), I can't figure out how to find which location is refers to.
So take column C for example...if my distance is 1.35...how do I fin
out the other location that the 1.35 came from?
Thanks in advance