A
armchairandy
Hi
Im using a simple if then formula to compare Planned % against Actual %. I
then use the graphical indicator to show if its behind or not, I also use a
text field to do the same:
IIf([Number19]=100,"Completed",IIf([Number18]=0,"Not Due to
Start",IIf([Number19]<[Number18],"Behind
Programme",IIf([Number19]>[Number18],"Ahead of
Programme",IIf([Number19]=[Number18],"On Programme")))))
How would I make the text bold and have different colours for each Status ???
Andrew
Im using a simple if then formula to compare Planned % against Actual %. I
then use the graphical indicator to show if its behind or not, I also use a
text field to do the same:
IIf([Number19]=100,"Completed",IIf([Number18]=0,"Not Due to
Start",IIf([Number19]<[Number18],"Behind
Programme",IIf([Number19]>[Number18],"Ahead of
Programme",IIf([Number19]=[Number18],"On Programme")))))
How would I make the text bold and have different colours for each Status ???
Andrew