B
Brett Walters
I am trying to work out a formula where I can refer to a
number range in a cell and be given a value for it.
eg: if cell A1 is >=840 or <450 display 1, if A1 is >=720
and <=839 display 2, if A1 is >=575 and <=719 display 3,
if A1 is <=505 and <=574 display 4 and if A1 is >=450 and
<=504 display 5.
From what I can tell, not the normal type of formula that
people use. I have tried using IF but I get more than 1
value returned in the cell. I have used the & separator on
10 different IF formulas so the formula is valid but get
the same issue.
If I had 200 in A1 it meets all the conditions so I get
12345, rather than just getting a 1, which is what I am
looking for.
If anyone has any ideas how I can return just the 1 value
in a cell if it meets one of the conditions
number range in a cell and be given a value for it.
eg: if cell A1 is >=840 or <450 display 1, if A1 is >=720
and <=839 display 2, if A1 is >=575 and <=719 display 3,
if A1 is <=505 and <=574 display 4 and if A1 is >=450 and
<=504 display 5.
From what I can tell, not the normal type of formula that
people use. I have tried using IF but I get more than 1
value returned in the cell. I have used the & separator on
10 different IF formulas so the formula is valid but get
the same issue.
If I had 200 in A1 it meets all the conditions so I get
12345, rather than just getting a 1, which is what I am
looking for.
If anyone has any ideas how I can return just the 1 value
in a cell if it meets one of the conditions