Hello,
I am using the following of format task durations in a simple Gantt chart:
=AND(task_end>=K$5,task_start<L$5). This condition gives me a colour to format the row between the task start and task end dates. (row 5 being the days)
The additional criteria I want to add is that the colour of the task bar must be dependent on the value in column C, meaning that if C=Tom, the task bar colour is (say) red, and if it is Harry, the colour is Green, and so on.
Any help would be appreciated
I am using the following of format task durations in a simple Gantt chart:
=AND(task_end>=K$5,task_start<L$5). This condition gives me a colour to format the row between the task start and task end dates. (row 5 being the days)
The additional criteria I want to add is that the colour of the task bar must be dependent on the value in column C, meaning that if C=Tom, the task bar colour is (say) red, and if it is Harry, the colour is Green, and so on.
Any help would be appreciated