E
EW
I am trying to get the following formula to work in MSProject:
IIf([Status]="Complete",1,IIf([Status]="Future
Task",2,IIf([Status]="Late",3,IIf([Status]="On Schedule",4,""""))))
For some reason it won't recoginze any true value in the [Status] column as
true.
Any advise?
IIf([Status]="Complete",1,IIf([Status]="Future
Task",2,IIf([Status]="Late",3,IIf([Status]="On Schedule",4,""""))))
For some reason it won't recoginze any true value in the [Status] column as
true.
Any advise?