Forum Discussion

ErrorPL's avatar
ErrorPL
Frequent Visitor
9 years ago
Solved

Replacing number for Name, but keeping Conditional Formating of table

Hi, For past 2Hour I am struggling with finding a solution for my case. Basically, I want a table with two columns, Expected bin code and ST Status, but I want to replace numbers in cells with text...
  • MFelix's avatar
    9 years ago

    Hi ErrorPL,

     

    As you said it's not possible to conditional formatting with text only with number why dont you try to do it with a UNICHAR coding:

     

    Done = SWITCH ( TRUE (), Table1[VALID] = "OK", UNICHAR ( 10004 ), UNICHAR ( 10060 ) )

    This will give you the following result:

     

    Get more Unicode from unicode list.

     

    Regards,

    MFelix