+ Reply to Thread
Results 1 to 11 of 11

Need help to develop a Monthly Gantt schedule which is more complex in nature

  1. #1
    Forum Contributor
    Join Date
    12-18-2015
    Location
    Mumbai, India
    MS-Off Ver
    MS Office 365
    Posts
    136

    Question Need help to develop a Monthly Gantt schedule which is more complex in nature

    Dear Experts,

    Attached is the excel file which is am trying to develop as a High Level Gantt format for multiple projects. Each row represents a separate project which have different start dates and end dates. The requirements are stated below, which i hope can be achieved & this is where i need help to develop the Gantt.

    In the attached file, I want each project row to be colored with some color (e.g. grey) for the entire duration of project. Additionally, I also need the Gantt to color each project row with 'green' color for the duration from start date to =TODAY() date.
    So, essentially, whenever I open this Gantt, there would be 2 colors appearing on each project row. i.e. Grey color will automatically populate for the entire project duration & green color will be overlaid on this grey until today's date. Further, if the end date of project has passed by today's date, then only green color should appear for the entire project duration & not further.

    The idea is to represent how much duration has been passed when viewed on any given date….Green indicates this duration until =today()

    Next, in column E, I have put column header as 'FLAG", which has 2 options in drop-down, Y or N, If it is Y, then column F, header as 'FLAG MONTH' will be updated manually by giving the actual month reference which has some flag (i.e. any issue/alarm/risk etc...).Now, if this Column F is populated with any certain month, I need that specific month cell against that respective project row to be highlighted in LIGHT RED (our standard conditional formatting RAG color).
    The column G, header as 'FLAG REMARKS' will also be updated manually to indicate what type of flag it is….(e.g., Utilization impact, Cost overrun, Resource risk, Delivery delay etc..)

    Further, I was also looking to check if there is a way to archive the entire sheet for a specific month which has passed by. For e.g., Feb-24 last day is 29-Feb-24, so the sheet should be archived on a separate tab with name as Feb-24….so essentially, once a month is passed, all those months Gantts status should sit in separate tabs as archived & locked for editing.

    This way, we can see how was the progress/flags in each of the respective months.

    Hope i was able to explain myself clear. Kindly help with your suggestions/formulas.

    Thanks,
    Mahesh
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-18-2015
    Location
    Mumbai, India
    MS-Off Ver
    MS Office 365
    Posts
    136

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    Dear Experts,

    Any suggestions on the above please? Kindly support. I am OK to skip the archive part (which i can do manually at end of every month). For other part, can someone help?

    Thanks,
    Mahesh

  3. #3
    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,853

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    I don't see where you have manually mocked up your expected results.
    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.

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,059

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    Try,
    CF formula for entire project duration: =MEDIAN(EOMONTH($B6,-1)+1,$C6,H$5)=H$5
    CF formula for Start Date to Today: =MEDIAN(MIN(EOMONTH($B6,-1)+1,TODAY()),MIN($C6,TODAY()),H$5)=H$5
    CF formula for Flag Month: =AND($E6="Y",EOMONTH($F6,0)=EOMONTH(H$5,0))
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    12-18-2015
    Location
    Mumbai, India
    MS-Off Ver
    MS Office 365
    Posts
    136

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    Hi,

    I have attached the file with mock-ups shown. Please see & suggest best way to automate the requirements shown.

    Thanks,
    Mahesh
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,059

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    No need for archiving. Just change the Schedule Start Date in cell B3 to a new month.

  7. #7
    Forum Contributor
    Join Date
    12-18-2015
    Location
    Mumbai, India
    MS-Off Ver
    MS Office 365
    Posts
    136

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    Hi Josephteh,

    Thanks for the CF solution...It works well & serves the purpose. However, I just made few changes to the file (v1.0) attached herewith. Can you please tell me the CF formulas for this revised version. I am not a pro to formulate the CF rules hence asking if you can have a look at the attached file once & help me with the solution. Basically, i have now represented the Gantt in Weeks instead of Months (which i did in original file)

    Also, can we apply a CF rule to highlight the current week (whenever we open the file).For this i have given the reference in cell D2 (Today's date) & in cell E2 as today's week. The week highlight should be seen in the respective week column. Plus, if we can add a slider to view the Gantt across columns, it would be great (in cases where the project duration is longer(1-2 years).

    Hope this is possible...Waiting for your reply.

    Thanks,
    Mahesh
    Attached Files Attached Files

  8. #8
    Forum Contributor
    Join Date
    12-18-2015
    Location
    Mumbai, India
    MS-Off Ver
    MS Office 365
    Posts
    136

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    @Josephteh - Can you please look & help me with my above request with the revised version file? Have to submit this today...

    Thanks,
    Mahesh

  9. #9
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,059

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    CF formula for entire project duration: =AND(MEDIAN($B6,$C6,H$5)>=H$5,MEDIAN($B6,$C6,H$5)<IF($B$4="MONTHLY",(EDATE(H$5,1)),(IF($B$4="WEEKLY",(H$5+7),(IF($B$4="DAILY",(H$5+1),))))))

    CF formula for Start Date to Today: =AND(MEDIAN($B6,$C6,H$5)>=H$5,MEDIAN($B6,$C6,H$5)<IF($B$4="MONTHLY",(EDATE(H$5,1)),(IF($B$4="WEEKLY",(H$5+7),(IF($B$4="DAILY",(H$5+1),))))),H$5<=TODAY())

    CF formula for Flag Month: =AND(MEDIAN($B6,$C6,H$5)>=H$5,MEDIAN($B6,$C6,H$5)>EOMONTH($F6,-1),MEDIAN($B6,$C6,H$5)<IF($B$4="MONTHLY",(EDATE(H$5,1)),(IF($B$4="WEEKLY",(H$5+7),(IF($B$4="DAILY",(H$5+1),))))),H$5<=EOMONTH($F6,0))

    CF formula for Today's Week: =H$3=$E$2
    Attached Files Attached Files

  10. #10
    Forum Contributor
    Join Date
    12-18-2015
    Location
    Mumbai, India
    MS-Off Ver
    MS Office 365
    Posts
    136

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    Hi Josephteh - This is wonderful work...the CF formulas work as expected. Many thanks for your efforts & prompt support

    Thanks,
    Mahesh

  11. #11
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,059

    Re: Need help to develop a Monthly Gantt schedule which is more complex in nature

    You are welcome, thanks for the feedback and Rep!

+ 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. Replies: 0
    Last Post: 04-06-2023, 06:01 PM
  2. [SOLVED] Have the ability to view a daily Gantt chart as a monthly gantt chart
    By adam_d_john in forum Excel General
    Replies: 3
    Last Post: 03-13-2018, 09:11 PM
  3. Tilde Develop & use complex Spreadsheets Task 3
    By kamlou in forum Excel General
    Replies: 4
    Last Post: 03-02-2015, 12:27 PM
  4. Automate Monthly schedule to Daily Schedule
    By Frytoos in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-03-2014, 09:09 AM
  5. Gantt Style Schedule
    By a-w in forum Excel General
    Replies: 4
    Last Post: 03-21-2011, 04:36 AM
  6. Gantt Schedule
    By Bonnie45 in forum Excel General
    Replies: 1
    Last Post: 07-20-2007, 02:23 PM
  7. [SOLVED] How do I set up monthly random work schedule for 60 hours monthly
    By The Ace of the Base in forum Excel General
    Replies: 0
    Last Post: 04-04-2006, 02:40 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