Forum Discussion
Anonymous
3 years agoNot applicable
Conditonal formatting not applying correct on matrix table
Hello I have been trying to figure out what is wrong with my matrix table, I am trying to use conditional formatting to highlight values above average red and values below average green.
Here is the conditional formula
Anonymous
avoid percentages and use this way to get right result
if value >= 0 per cent and < any number
if value >= any number and < any number
if value>= any number and <= max
2 Replies
- VijayPCommunity Champion
Anonymous
avoid percentages and use this way to get right result
if value >= 0 per cent and < any number
if value >= any number and < any number
if value>= any number and <= max
- AnonymousNot applicable
Can you be a bit more specific? do i add 3 rules?