I am trying to calculate a fee. Here is what I have that works so far, but I need to add more criteria. Not sure how to write it.
This works fine. Now I want to say IF [Product]=anything other than MST, add 2 to the [Provider fee].
So basically if Product = MST add 3, any other Product only add 2.
Can anyone help me finish this statement? Thanks.
IIf([PPO ID]="3910" And [Product]="MST",Sum([Provider Fee]+3)-[Ancillary Fee]-[PEPM])
This works fine. Now I want to say IF [Product]=anything other than MST, add 2 to the [Provider fee].
So basically if Product = MST add 3, any other Product only add 2.
Can anyone help me finish this statement? Thanks.
IIf([PPO ID]="3910" And [Product]="MST",Sum([Provider Fee]+3)-[Ancillary Fee]-[PEPM])