Forum Discussion

vnicholl's avatar
vnicholl
Icon for Helper II rankHelper II
4 years ago
Solved

Format for multiple if statements

Hi,

 

I was unable to find an example of this somewhere yesterday, hope some can help. 

Have a field which has #'s in it, all the way thru 9999. Depending on the # of the field, I want to have a new field with a word in it. 

 

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',IF
and I'm getting a syntax error for 'and' is incorrect. 
 
Thanks. 

 

1 Reply