Forum Discussion

vnicholl's avatar
vnicholl
Helper II
4 years ago
Solved

If statement with a between

I was unable to find an example of this somewhere too. 

 

So like this: numberfield = 3103, 4501, 5700, 8254.

 

In new field I want to have the words: newfield = lowest,midrange,midrange,highest.

 

I have 

Column = IF('table'[numberfield]<4400,"lowest",
but if I want to have if field is < 7000 but > 4401, how do I do that? I'm getting an error on the and, and since the other problem was fixed, I'm looking to fix this. Thanks!
 
 
Thanks. 

3 Replies