If i have a search that gives me the result as follows, I want to flag a red color in the values of the delta column if the delta is more than say 2. How can i do that?
Power1     Power2     abs(Delta)
12               12               0
23               20               3(should be in red color)
44               40               4(should be in red color)
... View more