I have got a formula which I use on the Flag 1 field where if the date of the task has passed it has a Red traffic light and if not it has a Green traffic light
IIf([Finish]<date() And [% Work Complete]<100,Yes,No)
My question is, if there is a linked task to a Red task then this may slip also, is it possible to have an Amber traffic light for all linked tasks that are associated to a slipped Red task?
Start Free Trial