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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!