+ Reply to Thread
Results 1 to 9 of 9

Resource Gantt Chart with dates help needed please

  1. #1
    Registered User
    Join Date
    08-09-2018
    Location
    UK
    MS-Off Ver
    2010
    Posts
    15

    Resource Gantt Chart with dates help needed please

    Hi, I am struggling to get a a resource gantt chart to work.

    I would like to different colour code resources by name and dates the task is assigned on a gantt chart and absolutely have no idea how to link these together

    i tried conditional formatting the resources using their initials but don't know how to link it to the dates.

    Any help will be much appreciated

    I have attached my work in progress file here...

    Many thanks in advance xx
    Attached Files Attached Files
    Last edited by AliGW; 07-09-2019 at 08:29 AM. Reason: Irrelevant section of title removed.

  2. #2
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Resource Gantt Chart with dates help needed please xxx

    Hi
    I can't tell from your spreadsheet how you would like the finished product to look. A different colour for each person and each start date is going to get very colourful very quickly as very few tasks are started on the same day by the same person. You could aggregate eg all tasks started in a particular month but with 12 months and 30+ people that still gives you several hundred unique colours, which is way beyond what conditional formatting could manage.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: Resource Gantt Chart with dates help needed please xxx

    First of all, you need to get dates across your chart, so use these formulae in the cells stated:

    G8: =G$7
    H8: =G$7+1
    I8: =G$7+2
    J8: =G$7+3
    K8: =G$7+4

    Note that I have just removed the DAY( ) function from those cells. Format the cells using a Custom Format of d, and then you can copy that block of cells across on row 8 for each week. The layout will look exactly the same as the way you had it.

    Then you can use this formula in cell G11:

    =IF(AND($C11>=G$8,$D11<=G$8),$F11,"")

    which will return the initials, as appropriate. The formula can be copied across and down, as required.

    You can then apply your CF to those cells, although I agree with NickyC that this will become very colourful.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    08-09-2018
    Location
    UK
    MS-Off Ver
    2010
    Posts
    15

    Re: Resource Gantt Chart with dates help needed please xxx

    Thanks Pete.

    I am still struggling as the formula does not take into account the date duration i.e. if BS is start date 3/7/19 and finish date 06/07/2019 i would like the gantt chart to colour the condition formatted colour for BS from 3/7/19 till 6/7/2019

    how to fix this issue please xx

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: Resource Gantt Chart with dates help needed please xxx

    Sorry, you should use this formula in G11:

    =IF(AND(G$8>=$C11,G$8<=$D11),$F11,"")

    (having made the other changes on row 8), and then you can copy this across and down as required.

    Hope this helps.

    Pete

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: Resource Gantt Chart with dates help needed please xxx

    To show this in action, I've copied the formula to the cells G11:AE16 in the attached file, and I've also modified the dates in cells D11 and D14 (coloured yellow) so you can see the effect.

    You already have several CF conditions applied, though I'm not sure how these relate to the initials - I've not changed them.

    Hope this helps.

    Pete
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-09-2018
    Location
    UK
    MS-Off Ver
    2010
    Posts
    15

    Re: Resource Gantt Chart with dates help needed please xxx

    Thanks Pete, thats Brill x

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: Resource Gantt Chart with dates help needed please xxx

    Glad it worked for you.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Also, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

  9. #9
    Registered User
    Join Date
    08-09-2018
    Location
    UK
    MS-Off Ver
    2010
    Posts
    15

    Re: Resource Gantt Chart with dates help needed please xxx

    Hi again Pete,

    Hope you are well and keeping safe.

    Hope you don't mind me asking this question here, really need some help on this please...

    ***I am trying to use a criteria to return a text value and condition format the cell with the required colour based on the Text.
    *** Cell C9 is where I have tried the formula and the lookup cell is B9

    GREEN = "On track" >=1.0
    YELLOW = "Behind schedule or budget" >0.85
    RED = "Needs immediate attention" >0.65
    Attached Files Attached Files

+ 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. Resource Management Gantt Chart
    By ryanaybar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-16-2018, 06:34 PM
  2. Resource Management Gantt Chart
    By ryanaybar in forum Excel General
    Replies: 2
    Last Post: 04-16-2018, 04:30 PM
  3. Resource Allocation for Gantt Chart
    By ryanaybar in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-16-2018, 04:14 PM
  4. Resource Gantt Chart
    By SamuelT in forum Excel General
    Replies: 1
    Last Post: 01-07-2015, 01:30 PM
  5. Replies: 0
    Last Post: 01-07-2015, 01:22 PM
  6. Gantt Chart help needed to fix an data issue
    By smartcard in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-14-2010, 09:58 AM
  7. Conditional formatting gantt chart help needed
    By kelly3000 in forum Excel General
    Replies: 2
    Last Post: 01-05-2010, 08:00 AM

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