View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vlad[_8_] Vlad[_8_] is offline
external usenet poster
 
Posts: 17
Default Calculate the distance between two 2d co-ordinates

I have two co-ordinates that are given in x,y format.

E.g.
x , y
1 , 1
1 , 5

Is there an excel function or vba function that can be used to
calculate the distance between the two co-ordinates?

Cheers