I need to write a hugh IF statement.
If [Title] like "Sales*", and If Salary <$20,000 then value of field [Level]=1
or
If [Title] like "Sales*", and If Salary Between $20,001 and $40,000 then value of field [Level]=2
or
If [Title] like "Data*", and If Salary <$20,000 then value of field [Level]=1
If [Title] like "Data*", and If Salary <$20,000 then value of field [Level]=2
and so on
Is there an easy way to do this?
If [Title] like "Sales*", and If Salary <$20,000 then value of field [Level]=1
or
If [Title] like "Sales*", and If Salary Between $20,001 and $40,000 then value of field [Level]=2
or
If [Title] like "Data*", and If Salary <$20,000 then value of field [Level]=1
If [Title] like "Data*", and If Salary <$20,000 then value of field [Level]=2
and so on
Is there an easy way to do this?