View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default How to find intersection points between lines using Excel?

find the intersection of the topmost line, then it is just a matter of
adjusting for the distance between the parallel lines and the angle of
intersection.

Probably could be done with worksheet formulas, but you provide no
information.

--
Regards,
Tom Ogilvy




"Saurabh" wrote:

I need to find out intersection point between few (100 to be exact) parallel
lines with a another line. How could I program this using excel so that i can
view both X and Y coordinates in different column??

thanks