$$Excel-Macros$$ Re: calculating euclidean distance

2016-08-22 Thread debasish
Can anybody help providing me macro for this. Regards Debasish On Friday, August 19, 2016 at 9:44:31 AM UTC+5:30, debasish wrote: > > forget to mention that the script calculate both 2d (HD button)& 3d (SD > button)euclidean distance. For 3d euclidean distance the formula would be > sqrt[(X1-X

$$Excel-Macros$$ Re: calculating euclidean distance

2016-08-18 Thread debasish
forget to mention that the script calculate both 2d (HD button)& 3d (SD button)euclidean distance. For 3d euclidean distance the formula would be sqrt[(X1-X2)^2+(Y1-Y2)^2+(Z1-Z2)...(Xn-Zn)^2]. Regards, Debasish On Friday, August 19, 2016 at 9:25:16 AM UTC+5:30, debasish wrote: > > Hello,YI