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
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!