WashingtonDC
New Member
- Joined
- Sep 19, 2016
- Messages
- 12
Can I write an Ifs statement that contains several inequalities? Below are the criteria:
If Cell >=15% then value= 1
If cell is between 6%-14% then value= 2
If cell is between -5% and 5% then value = 3
If cell is between -6% and -15% then value = 2
If cell is less than -15% then value = 1
If Cell >=15% then value= 1
If cell is between 6%-14% then value= 2
If cell is between -5% and 5% then value = 3
If cell is between -6% and -15% then value = 2
If cell is less than -15% then value = 1