Hello,
The below formula will give a red cross at a task which have an actual%complete less than the planned%complete, and a tick in other cases.
switch(PlannedPercentComplete(CB,na)>PercentComplete,high,PlannedPercentComplete(CB,na)<=PercentComplete,low)
Has anyone any idea what I could add to this formula to stop summary tasks from recieving this cross/tick?
Thanks.