I am having trouble with creating an IIF Statement with multiple criteria.
Ultimately I want it to do the following:
and so on...
Can anyone help?
Ultimately I want it to do the following:
Code:
IIF amount<0, 1 IIF amount>=0 and amount <100, 2 IIF amount >=100 and amount <1000, 3
Can anyone help?
Comment