Hi!
I have a set of data points in excel with start_point (x1,y1,z1) and end_point (x2,y2,z2). Now i want to split the line into diffrent zones and further use the lenght in each zone for my calculation.
Lets say i have a line with coordinates (2,5,4) and (0,2,-6), dont want the line above z=0 (not cross the xy-plane). How can i split the line there, and calculate the length from this new point? (x',y',0)? I guess i have to use 3D pythagoras, but im kinda lost. I want to make this calculation automatic in excel.
I have a set of data points in excel with start_point (x1,y1,z1) and end_point (x2,y2,z2). Now i want to split the line into diffrent zones and further use the lenght in each zone for my calculation.
Lets say i have a line with coordinates (2,5,4) and (0,2,-6), dont want the line above z=0 (not cross the xy-plane). How can i split the line there, and calculate the length from this new point? (x',y',0)? I guess i have to use 3D pythagoras, but im kinda lost. I want to make this calculation automatic in excel.