+ Reply to Thread
Results 1 to 2 of 2

Traveling Time to different destinations problem, please help!

  1. #1
    Registered User
    Join Date
    12-18-2008
    Location
    Bolivia
    Posts
    42

    Question Traveling Time to different destinations problem, please help!

    Dear community,

    I turn to you to ask for your help. I have a problem that I need to tackle before Monday! I have a huge amount of data in the same format as the little file attached.

    Basically the representative data that I copied and pasted needs to be analyzed to solve three questions:

    - Given the initial time of departure and the time of arrival of a particular car to a particular destination:
    1) What is the time the first car to the first destination departs
    2) What is the time the last car to the first destination arrives
    3) What is the time traveled by each car (time of arrival minus time of departure = basically the cycle)

    I thank you very much for any help someone can give me on this matter.

    Best regards,



    ORLANDO
    Attached Files Attached Files
    ________________________
    Orlando Nunez B., M.S.
    Project Engineer
    IASA Construction Company
    Santa Cruz - Bolivia

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,980

    Re: Traveling Time to different destinations problem, please help!

    In F6, copied down:

    =IF(D6>E6,TEXT((24-D6)+E6,"hh-mm"),TEXT(E6-D6,"hh-mm"))

    Assuming your version of Excel is up-to-date, in F14:

    =MINIFS($D$6:$D$12,$B$6:$B$12,"A",$C$6:$C$12,MINIFS($C$6:$C$12,$B$6:$B$12,"A"))

    and in F15:

    =MAXIFS($E$6:$E$12,$B$6:$B$12,"A",$C$6:$C$12,MAXIFS($C$6:$C$12,$B$6:$B$12,"A"))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Traveling Salesman Problem Chart Plotting
    By Yicheng Jing in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 05-06-2018, 12:12 PM
  2. Traveling salesman problem Algorithm
    By ayguo60 in forum Excel General
    Replies: 3
    Last Post: 07-02-2015, 01:43 PM
  3. Loop with miltiple destinations
    By vincenzo345 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-08-2013, 03:01 AM
  4. [SOLVED] .Cell Value with Multiple destinations
    By BuzzOffSweetheart in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-24-2012, 11:02 PM
  5. Calculating travel time for set destinations
    By ashcrroft752 in forum Excel General
    Replies: 4
    Last Post: 06-14-2012, 08:06 PM
  6. Excel 2007 : Traveling salesman problem
    By Pink_123 in forum Excel General
    Replies: 0
    Last Post: 05-06-2011, 09:02 PM
  7. Traveling Salesman Problem
    By davegugg in forum Excel Charting & Pivots
    Replies: 11
    Last Post: 07-20-2010, 03:54 PM

Tags for this Thread

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