View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sneha sneha is offline
external usenet poster
 
Posts: 5
Default i need to generate a "distance" graph given x and y locations

Hi i am trying to create a graoh between x-axis and y-axis. basically
generating a simple distance formula graph :

x y
3 4
1 6
4 7
distance = (x2-x1) + (y2-y1)

can anyone help me generate this. All the charts in excel are not giving the
kind of graph i want.....