Testing for two conditions and using AND/NOT/OR
WIPTest:
IIF([AutoMatrix] =1 And [Status] ="Settled Adjudicated",0
IIF([AutoMatrix] =2 Or [AutoMatrix]= 4 And [Status] Not "Settled adjudicated", 555
IIF([AutoMatrix] =3 Or [AutoMatrix]= 5 And [Status] Not "Settled adjudicated", 999,[WIP])))
Condition one works fine but provides the False for all other conditions.
Am I messing the logic up? Is there an heirarchy?
Confused
Regards
Brian