Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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

  • VijayP's avatar
    VijayP
    Community 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

    • Anonymous's avatar
      Anonymous
      Not applicable

      Can you be a bit more specific? do i add 3 rules?