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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!