Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello got a pivot table
I have an expression that displays a ratio shown in percent
I want to color the first cell that has the value >=50%
how can I attain this?
Please advise
With something like =If( ExpressionValue >= 0.5 and above(ExpressionValue) <0.5, color(1) )
With something like =If( ExpressionValue >= 0.5 and above(ExpressionValue) <0.5, color(1) )