Forum Discussion

leahschneider's avatar
leahschneider
Helper III
9 years ago
Solved

Conditional Formatting in Table

I have a table in which I use conditional formatting on a column, darker for higher and lower numbers, white for middle numbers.  This column often has all 0s and in those cases, everything is colore...
  • Anonymous's avatar
    Anonymous
    9 years ago

    leahschneider When only 0 is the value, then that it is your highest number and will assume the highest value (dynamic) color. The only other way around this would be to manually choose a high value that exceeds or is close to your maximum value in the data set so that the conditional format can compare your '0' - white value to a hard value (example: 1,000,000)

    Then, when you only have '0', the conditional format understands what the upper and lower bounds of the colors should be. Without that, your example of dynamic high will always be the high color since the highest value is 0.00 in the result set.

     

    Manually setting this upper bound will produce your expected result.