Convert To Column Formula
The logic appears to be correct, however, I am getting syntax error when trying to convert to a column formula.
Best Answers
-
@Catherine Shea Column type formulas do not allow for callout on individual rows. If you replace the Risk Score Metric with the actual metric it will work.
=IF([Risk Score]@row >= 120, "Jeopardy", IF([Risk Score]@row >= 80, "Significant", IF([Risk Score]@row >= 40, "Major", "Minor")))
-
Thank you! That worked like a charm 😃
Answers
-
@Catherine Shea Column type formulas do not allow for callout on individual rows. If you replace the Risk Score Metric with the actual metric it will work.
=IF([Risk Score]@row >= 120, "Jeopardy", IF([Risk Score]@row >= 80, "Significant", IF([Risk Score]@row >= 40, "Major", "Minor")))
-
Thank you! That worked like a charm 😃
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!