Jun 16 2022 08:40 AM - edited Jun 16 2022 08:46 AM
Hi, I have a gantt chart which I've set to conditional format cells which have a start and end date. The time range for the gantt is set up weekly. However, if a milestone or activity is less than 1 week and doesn't start on the week commencing date it doesn't populate. I don't won't to set up the gantt with each day as the column header. Would really appreciate some help as I've tried various options but no success.
Jun 20 2022 08:09 AM
Hi @Iain_KNox
it's probably a question of how the conditional formatting rules are set up. If you could upload an example file, it would be easier to propose a solution.
Jun 20 2022 09:08 AM
@Martin_Weiss I've uploaded the file. Let me know what you think.
Jun 21 2022 08:31 AM
Hi @Iain_KNox
I have changed the formatting rule for the milestone
From:
=AND(N$3>=$I4,N$3<=$J4,$D4="milestone")
Into:
=AND(N$3<=$I4,O$3>$J4,$D4="milestone")
I have uploaded the changed file, please check there if it fits your needs.
Jun 22 2022 07:17 AM
@Martin_Weiss Thanks so much. I've now added a another conditional to format the Gantt grey based on the % complete.
Do you know if there is a way I can use the Milestone symbol (Wingdings) in cell D1 for the milestone in the gantt, rather than formatting the cell red?
Jun 23 2022 09:49 AM
Hi @Iain_KNox
the only way I can think of is to put that symbol in every cell of the project plan and make it invisible as a default (user defined number format ;;;)
And then change the formatting rule to make the symbol visible once the conditions are met.
I have attached my example.
Jun 27 2022 04:23 AM
Aug 24 2022 03:27 AM
@Martin_Weiss Looking at row 8,9 in attached I've come across an issue. If the activity is only for that day or for 1 day, the gantt does not populate. It only populates once the duration is 3 days which takes the end date to 19 Sept. Is there a way to add some logic to the conditional format to still populate the gantt when the start-end date is between 2 dates in the column?
Aug 25 2022 04:27 AM
Aug 26 2022 02:48 AM
Sep 06 2022 08:17 AM
Hi @Iain_KNox
sorry for my late reply (I was on holiday). We need to extend the formatting rules a bit more, like this:
=OR(AND($I4>=N$3;$I4<O$3;$C4="L1");AND($J4>=N$3;$J4<O$3;$C4="L1");AND($I4<=N$3;$J4>=O$3;$C4="L1"))
In the attached file, I adjusted the rules already. Please check it out and let me know if it works for you.
Sep 08 2022 03:49 AM
Sep 08 2022 03:51 AM
@Martin_Weiss. File attached.