IF (AND) formula help

I can't figure out what I am doing incorrectly with this one...It is coming back #UNPARSEABLE


=IF([Column2]2 <= 49.9,) 1, IF(AND([Column2]2 <100, [Column2]2, >49.9), 0.9, IF(AND([Column2]2 < 150, [Column2]2 >99.9), 0.8, IF(AND([Column2]2 >149.9, [Column2]2 <=199.9), 0.7, IF([Column2]2 >200), 0.6)))


For example if Column2 = 138.5 then it should return 0.8

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!