Feb 03 2022 09:26 AM
Guys, I'm trying to apply a simple formula in the project, but I'm not having success:
IIf([Status]="Late";"1";IIf([Status]="Completed";"2";IIf([Status]="Due";"3";"4")))
It always accuses 4, as if it doesn't recognize the statuses. can anybody help me?
Feb 03 2022 09:55 AM
It fails because the Status field is not a text string, regardless of how it is displayed. Use these numerical values and your formula will work as desired.
John
Feb 03 2022 10:00 AM
Feb 03 2022 10:11 AM
Feb 03 2022 10:52 AM
SolutionFeb 03 2022 11:02 AM
Feb 03 2022 10:52 AM
Solution