Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Art
 
Posts: n/a
Default

"Proximity to each other" may be a problem in that you would then have to
compare all pairs of points (or maybe even groups bigger than pairs. Then,
I'm not sure how you would sort.

However, assuming that you've got this portion worked out you can use a
standard distance formula. Suppose you have two points: x1,y1,z1 and
x2,y2,z2. The distance between them is the square root of the following:

(x1-x2)^2 + (y1-y2)^2 + (z1-z2)^2.

Also, if you're just comparing, you can forget about the square root and
just use the above formula.

Art

"jenlo" wrote:

I have a long list of X,Y,Z coordinates (points on a 3-D chart). I'd like to
be able to sort the list by proximity to each other. Is there a way to
convert the coordinates into a single number so that I can sort on that
number?

Maybe this is more a math question than an excel question, but I'd
appreciate any help.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chart formatting Christianovitch Charts and Charting in Excel 1 January 19th 05 10:55 PM
Problem with xlusrgal.xls file Alfred S C Lee Charts and Charting in Excel 2 December 29th 04 05:54 PM
Impedding/Overlaying Charts Phil Hageman Charts and Charting in Excel 4 December 17th 04 07:25 PM
pivot table multi line chart souris Charts and Charting in Excel 2 December 7th 04 03:56 AM
Why do my text boxes disappear from my chart when I click out? Robboo Charts and Charting in Excel 1 November 27th 04 05:49 PM


All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"