Max Function but with Text
Hello Smartsheet Community: I want the Overall column to look at Issue A, Issue B, Issue C and Issue D and return the highest level. The levels are No Deficiencies, Low, Medium and High. Is that possible with text? See screen shot.
I know I can do this if I made High = 3, Medium = 2, etc. and only had numeric values in the cell using the Max function; however, the people I'm working with need to see the text >.<
Best Answer
-
Hi @Melissa Dudley ,
It's a bit lengthy but try:
=IF(MAX(value(left([issue A]@row,1)), value(left([issue b]@row,1)), value(left([issue c]@row,1)), value(left([issue d]@row,1))=1, "Low", IF(MAX(value(left([issue A]@row,1)), value(left([issue b]@row,1)), value(left([issue c]@row,1)), value(left([issue d]@row,1))=2, "Medium", IF(MAX(value(left([issue A]@row,1)), value(left([issue b]@row,1)), value(left([issue c]@row,1)), value(left([issue d]@row,1))=3, "High", "No Deficiencies")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Melissa Dudley ,
It's a bit lengthy but try:
=IF(MAX(value(left([issue A]@row,1)), value(left([issue b]@row,1)), value(left([issue c]@row,1)), value(left([issue d]@row,1))=1, "Low", IF(MAX(value(left([issue A]@row,1)), value(left([issue b]@row,1)), value(left([issue c]@row,1)), value(left([issue d]@row,1))=2, "Medium", IF(MAX(value(left([issue A]@row,1)), value(left([issue b]@row,1)), value(left([issue c]@row,1)), value(left([issue d]@row,1))=3, "High", "No Deficiencies")
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Sorry for the delay! It worked great. THANK YOU!
-
Glad you found a solution. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
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
Check out the Formula Handbook template!