+ Reply to Thread
Results 1 to 9 of 9

Transportation Problem

  1. #1
    Registered User
    Join Date
    09-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Transportation Problem

    Looking for some advice here. I am trying to build a calculator that provides a solution of the total number of hours it would take to transport a certain number of people to different areas using a known number of vehicles. I would like to be able to build this so that the number of destinations is dynamic, meaning I can add more if need be. The total transportation time will be known and so will the number of vehicles being used. For instance, say I am taking 5 people to destination A which is a total turnaround time of 9 hours, 3 people to destination B which is a total turnaround time of 5 hours, and 5 people to destination C which is a total turnaround time of 4 hours. I will be using 5 vehicles. I need to know how long that will take. I have built something but it does not take into account the fact that all the vehicles would be leaving and traveling simultaneously. Any help would be greatly appreciated.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Transportation Problem

    It will take 9 hours, and two vehicles will be idle, no?
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    09-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Transportation Problem

    No, all vehicles should be running at the same time to transport the people as fast as possible.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Transportation Problem

    Only one person per vehicle?

  5. #5
    Registered User
    Join Date
    09-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Transportation Problem

    Correct. One person per vehicle.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Transportation Problem

    So does this look like a solution?

    A
    B
    C
    D
    E
    F
    1
    Dest
    Time
    2
    A
    9:00
    3
    B
    5:00
    4
    C
    4:00
    5
    6
    Name
    Dest
    Time
    Vehicle
    Depart
    Return
    7
    Alan A
    9:00
    1
    0:00
    9:00
    8
    Barb A
    9:00
    2
    0:00
    9:00
    9
    Cain A
    9:00
    3
    0:00
    9:00
    10
    Dana A
    9:00
    4
    0:00
    9:00
    11
    Eric A
    9:00
    5
    0:00
    9:00
    12
    Fran B
    5:00
    1
    9:00
    14:00
    13
    Gary B
    5:00
    2
    9:00
    14:00
    14
    Hana B
    5:00
    3
    9:00
    14:00
    15
    Ivan C
    4:00
    4
    9:00
    13:00
    16
    Jane C
    4:00
    5
    9:00
    13:00
    17
    Kent C
    4:00
    4
    13:00
    17:00
    18
    Leah C
    4:00
    5
    13:00
    17:00
    19
    Mark C
    4:00
    1
    14:00
    18:00

  7. #7
    Registered User
    Join Date
    09-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Transportation Problem

    No. Not necessarily looking for a detailed trip time solution, but rather, just the total number of hours it will take to complete all the trips with the vehicles running simultaneously.

  8. #8
    Registered User
    Join Date
    09-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Transportation Problem

    Here is an example of what I have done however, this solution does not take into account vehicles operating simultaneously. And in this, I have made it so that "Total Ambulances for Evac" and "Pt. Number" are the main variables. Of course so are the different time columns.
    Capture.PNG

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Transportation Problem

    Short of VBA, I don't see how you can calculate the total time without showing the actual dispatch plan (VBA would still have to calculate it, but wouldn't have to show it).

    Also, for minimum elapsed time until the last vehicle returns (make the drivers happy), you would dispatch the trips longest to shortest. For evacuating the largest number of people in the shortest amount of time (fewest crispy critters), you would dispatch the trips shortest to longest.
    Last edited by shg; 06-01-2017 at 07:30 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Transportation Time Problem for Solver Add-In
    By slatten in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2017, 05:12 AM
  2. Transportation problem using Excel Solver
    By ahmedtaher900 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-08-2017, 02:32 AM
  3. Solver, Transportation problem with empty runs
    By bl4cki in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-18-2016, 07:05 PM
  4. Solver, Transportation problem with empty runs
    By bl4cki in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-17-2016, 03:18 PM
  5. Best solution for transportation problem
    By Marco André in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-23-2015, 01:31 PM
  6. Help with solver - reverse combinatorial problem / transportation optimization scenario
    By jon_nxt2000 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-30-2014, 07:25 PM
  7. Transportation Schedule
    By greene902 in forum Excel General
    Replies: 3
    Last Post: 01-14-2014, 03:40 PM

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