I have a column that is Closure Rate % -- and want to indicate trending
I have a column called Closure Rate - which is a % formatted field.
I want the insert a column to the right that indicates if the value in Closure Rate = <25% then show up arrow, if not show down arrow.
is this possible? I have the column properties set correctly.
=if([Column12]3<25%,1,0)
Tags:
Best Answer
-
The below formula should work. Make sure the column properties are set to symbols.
=IF(OR([Column12]1 < 0.25, [Column12]1 = 0.25), "Up", "Down")
Regards,
Josh
Answers
-
The below formula should work. Make sure the column properties are set to symbols.
=IF(OR([Column12]1 < 0.25, [Column12]1 = 0.25), "Up", "Down")
Regards,
Josh
-
Thank you Josh!!! That worked!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives