+ Reply to Thread
Results 1 to 4 of 4

Create Gantt Chart that can be manipulated to add more steps.

  1. #1
    Registered User
    Join Date
    12-11-2019
    Location
    MN
    MS-Off Ver
    2016
    Posts
    55

    Create Gantt Chart that can be manipulated to add more steps.

    I would like to create a gantt chart that shows multiple sub steps. Each would have a planned days & hours and then an actual days & hours. Those would be shown by highlighting the cells to the matched list above. More steps should be able to be added if need be, maybe by just clicking a button if possible. I have the expected outcome attached as an excel doc. Let me know if you need anything else to make this work.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,540

    Re: Create Gantt Chart that can be manipulated to add more steps.

    Perhaps this will help.
    This proposal employs four conditional formatting rules
    For days planned: =AND($B5="Plan",D$2<=$C5)
    For hours planned: =AND($B4="Plan",D$3<=$C5)
    For days actual: =AND($B5="Actual",D$2<=$C5)
    For hours actual: =AND($B5="Actual",D$3<=$C5)
    All rules are applied to the range: =$D$5:$M$30
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    12-11-2019
    Location
    MN
    MS-Off Ver
    2016
    Posts
    55

    Re: Create Gantt Chart that can be manipulated to add more steps.

    Would there be a way to have a button to add steps/substeps to then just autopopulate the formulas you have there for actual vs. planned?

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,540

    Re: Create Gantt Chart that can be manipulated to add more steps.

    That is probably a question that someone from the Excel Programming / VBA / Macros forum could answer if you would like to ask one of the moderators to move this thread over there.

+ 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. How To Create Gantt Type Interval Chart?
    By jcowan35 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 11-13-2018, 06:58 PM
  2. Create Gantt Chart with custom times..
    By zudecke in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-06-2013, 12:37 PM
  3. [SOLVED] Using an entry form to create a gantt chart?
    By demonfly100 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-04-2012, 10:14 AM
  4. Gantt Chart - Create crews
    By yahnivek in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-20-2009, 11:07 AM
  5. Steps to create a particular chart
    By kasanova in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-16-2008, 01:46 PM
  6. [SOLVED] How do I create a Gantt chart using Excel 2003?
    By ExcelQuery in forum Excel General
    Replies: 1
    Last Post: 07-12-2006, 07:05 PM
  7. [SOLVED] How do I create a Gantt Chart in Excel 2003?
    By Bewildered KG in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-22-2006, 03:20 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