Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Conditional formatting not working with SWICH

Hi all,

 

I have created the following switch to convert letters into numbers, thinking this would allow me to apply a conditional formatting to the first column by values without any issues. Problem is, the formatting is not working.
 
This is the formula I use to convert letters into numbers and it is working as  intended as you can see from the pic
isStatus_Color_Background_BetaOrPlanned = SWITCH(components[status], "b", 2,"s", 1, "p",0 )

 

From the table above, you can see the first column is colored orange, but it should be white.

Here below is the conditional formatting that I have set up. I have also tried changing the summarization to max and other parameters without success.

 

 

Any help?

3 Replies