Help with If formula
Kelsey E
βββ
Hello, I am struggling with a formula, and would appreciate help. I can figure out how to get the 2 conditions I want, but not the 3rd.
=IF(46 > [Time to Close]@row, "Quick", "Delayed", but I also want to add If( [Time to Close]@row, is between 46-60 ="Average")
Any help is appreciated!
Best Answer
-
Try this:
=IF([Time To Close]@row< 46, "Quick", IF([Time To Close]@row< 60, "Average", "Delayed"))
Answers
-
Try this:
=IF([Time To Close]@row< 46, "Quick", IF([Time To Close]@row< 60, "Average", "Delayed"))
-
Thank you Paul!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!