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)