eperry0303
New Member
- Joined
- Jul 7, 2009
- Messages
- 5
Hi there, trying to figure out the best way to do this. I've used the "IF" before, but not sure if I can mak that work for this.
Column A is is whole numbers that range from -5 to about 100, and in column B, I want to insert a value 0-9, depending on which range the value of column A falls in. For example:
If column A<0, I want a "0" in column B
If column A is greater than 0 but less than or equal to 11, I want a "1" in column B
If column A is greater than 11 but less than or equal to 20, I want a "2" in column B...
And so on. Can I apply these multiple conditions (I'll have 10) to each cell in column A?
Column A is is whole numbers that range from -5 to about 100, and in column B, I want to insert a value 0-9, depending on which range the value of column A falls in. For example:
If column A<0, I want a "0" in column B
If column A is greater than 0 but less than or equal to 11, I want a "1" in column B
If column A is greater than 11 but less than or equal to 20, I want a "2" in column B...
And so on. Can I apply these multiple conditions (I'll have 10) to each cell in column A?