IF /and
Sam Walsh
✭✭✭
Hello,
I am trying to use a formula to parse out late orders criticality
I am looking for a formula IF late days@ row <12 "level one"
AND
Greater than 12 and less than 15 "level two"
AND
Greater than 15 and less than 20 "level three"
etc
Thank you in advance!
Answers
-
@Sam Walsh use nested if statements
=IF([late days]@row <12, "Level 1", IF([late days]@row <15, "Level 2", IF([late days]@row <20, "Level 3"))) etc.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!