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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!