If formula with number ranges

Hi

can someone help me with my formula below.

I would like the out come to be

if the value in row (view265) is 49 or less to =1

if the value in row (view265) is 50 or more but less then 200 =2

if the value in row (view265) is 200 =3

=IF(VIEW265 <= "49", 1, IF(VIEW265 >= "50", 2, IF(VIEW265 >= "200", 3,)))

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!