If functions and formula HELP!
if cell a is averaging from 3 to 3.99 then cell b is equal to "Satisfactory"
if cell a is averaging from 4.0 to 4.99 then cell b is equal to "Very Satisfactory"
if cell a has average of 5.0 then cell b is equal to "Outstanding"
3.00 to 3.99 = Satisfactory
4.0 to 4.99 = Very Satisfactory
5.0 = Outstanding
Thank you for helping in advance.
Answers
-
Try this...
=IF([Column Name]@row = 5, "Outstanding", IF([Column Name]@row >= 4, "Very Satisfactory", IF([Column Name]@row >= 3, "Satisfactory")))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 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!