Results 1 to 4 of 4

How to determine possible routes and distances

Threaded View

JCI_JLA How to determine possible... 04-06-2012, 04:32 AM
mancubus Re: How to determine possible... 04-06-2012, 05:39 AM
JCI_JLA Re: How to determine possible... 04-07-2012, 03:38 PM
shg Re: How to determine possible... 04-07-2012, 04:14 PM
  1. #1
    Registered User
    Join Date
    04-06-2012
    Location
    Burscheid, Germany
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to determine possible routes and distances

    Hi

    I have a problem that I have been trying to solve for quite a while. I know it can be done in Macros but I just lack the programing abilities to make it happen. I hope somebody out there can help me.

    I have a the following list of point and distances in between

    Beggining End Distance
    A B 35
    B C 160
    C D 700
    C E 240
    C F 120
    F G 35


    this points are part of a network or grid (please see the attachement). The points or nodes in the network can be letters or numbers or a combination of both.

    What I would like to determine is all the possible routes and distances within this network. Using only the table above.

    The result should look like

    A B 35
    B C 160
    C D 700
    C E 240
    C F 120
    F G 35
    A B C 195
    B C D 860
    B C E 400
    B C F 280
    C F G 155
    A B C D 895
    A B C E 435
    A B C F 315
    B C F G 315
    A B C F G 350


    This is fairly easy when there is few nodes but when the number is significant it turns into a nightmare.

    Thank you very much in advance
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1