Hi,
I created a simple Gantt chat to show Planned vs. Actual Between August, 2015 to March, 2016, as follows:
Green Bar = Planned = Conditional Formatting Function
=AND($C10<F$2,TODAY(),$D10>=E$2)
Blue Bar = Actual = Conditional Formatting Function: =AND($C11<F$2,TODAY(),$D11>=E$2)
My date criteria is in Rows 2 & 3
For Actual, I'm looking to modify, so that my Blue bar does not go to the end where I have "Pending" dates because the tasks is still being worked.
How to modify, =AND($C11<F$2,TODAY(),$D11>=E$2) to not exceed current date?
Change file extension from ".doc" to ".xls"
See file example
Thanks
I created a simple Gantt chat to show Planned vs. Actual Between August, 2015 to March, 2016, as follows:
Green Bar = Planned = Conditional Formatting Function
=AND($C10<F$2,TODAY(),$D10>=E$2)
Blue Bar = Actual = Conditional Formatting Function: =AND($C11<F$2,TODAY(),$D11>=E$2)
My date criteria is in Rows 2 & 3
For Actual, I'm looking to modify, so that my Blue bar does not go to the end where I have "Pending" dates because the tasks is still being worked.
How to modify, =AND($C11<F$2,TODAY(),$D11>=E$2) to not exceed current date?
Change file extension from ".doc" to ".xls"
See file example
Thanks