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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives