+ Reply to Thread
Results 1 to 3 of 3

Help creating chart and formulas for un-utilized maintenance time

  1. #1
    Registered User
    Join Date
    03-26-2018
    Location
    London, England
    MS-Off Ver
    2016
    Posts
    2

    Help creating chart and formulas for un-utilized maintenance time

    Hi,

    I'm trying to create a chart/formulas to display/calculate in-utilized maintenance time for a continuous maintenance operation.

    Data:

    A set number of 'lanes' where maintenance takes place.
    A potentially endless list of aircraft, which lane they were worked in and start/end dates.

    Aircraft Lane Start Date End Date
    Aircraft 1 Lane 1 Start Date 1 End Date 1
    Aircraft 2 Lane 2 Start Date 2 End Date 2
    Aircraft 3 Lane 1 Start Date 3 End Date 3
    Aircraft 4 Lane 3 Start Date 4 End Date 4
    Aircraft 5 Lane 1 Start Date 5 End Date 5
    Aircraft 6 Lane 2 Start Date 6 End Date 6
    Aircraft 7 Lane 3 Start Date 7 End Date 7


    Objective:

    Allow the user to enter a specified date range
    Calculate how many days each lane was unused during that time period
    Display these in a chart like the one attached (like a Gantt chart but one row per lane, so multiple tasks per row).


    Complications:

    Occasionally a lane will have 2 aircraft in work at the same time (new one inducted a few days before the previous one is complete).
    That 'double stack' time does not negate other periods where a lane is empty when calculating unused lane days.
    For the chart to work I'm assuming this means I need an 'overflow' row too.


    Really appreciate any help you can provide!
    Last edited by chris.excel.help; 03-26-2018 at 01:10 PM.

  2. #2
    Registered User
    Join Date
    03-26-2018
    Location
    London, England
    MS-Off Ver
    2016
    Posts
    2

    Re: Help creating chart and formulas for un-utilized maintenance time

    Attached is the type of chart I'm looking for.
    Attached Images Attached Images

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,823

    Re: Help creating chart and formulas for un-utilized maintenance time

    Since no one has responded, I will venture to respond.

    I don't know how 2016 builds its built in Gantt charts. In older versions, Gantt charts were basically stacked bar charts. So, worst case scenario would be to build your Gantt chart as a stacked bar chart.

    They key to a lot of charts (including this one, IMO) is to get the spreadsheet right, then the chart is easy. I am not sure if you will be able to build the table or exactly what you will have trouble with. In a broad overview, here's what I would expect.

    1) Using any workable combination of lookups and other functions, build a table like this:
    Please Login or Register  to view this content.
    Note that the starting date is a date, but the other values represent number of days. You will need to use lookup functions and subtractions and such to pull out the start and end dates from your main table and calculate the number of days for each occupied/unoccupied column. For now, I will assume you can do that. If not, then let us know and we'll focus on building this table.

    2) Select that table and insert a stacked bar chart. If Excel interprets the data series wrong, execute a "switch rows/columns" or edit the data series until the data series are correctly defined. Then format the chart elements as desired (unoccupied series are made invisible, and all occupied series are formatted the same, date number format for the horizontal axis, and others as desired).

    Is that something you can work with?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. creating Maintenance checklist
    By eyeman in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-09-2012, 11:39 PM
  2. Creating a time of Day chart
    By Darko1975 in forum Excel General
    Replies: 3
    Last Post: 12-01-2011, 07:41 PM
  3. Creating conditional formulas for time values
    By greyscale in forum Excel General
    Replies: 3
    Last Post: 03-09-2011, 12:47 AM
  4. [SOLVED] Can Check Boxes be Utilized in this Way?
    By Eric in forum Excel General
    Replies: 4
    Last Post: 06-22-2006, 04:25 PM
  5. Replies: 1
    Last Post: 04-04-2006, 05:20 PM
  6. [SOLVED] Creating Formulas In Excel To Calculate Time Intervals
    By TonyR in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2005, 12:55 PM
  7. Creating time chart
    By carina in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 02-15-2005, 09:06 AM

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