Forum Discussion
Replacing number for Name, but keeping Conditional Formating of table
- 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
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
Hi MFelix,
Thanks for your suggestion. I had a look, and it is okey, but not perfect.
Do you know if it would be possible to hide number and just leave a cell coloured? I tried in text formatting, but the problem is I can hide one type ( by colouring text to the exact colour of cell), but then other is visible. If this will be possible instead of replacing a number I will be happy with it.
Thank you!
- v-qiuyu-msft9 years ago
Community Support
Hi ErrorPL,
I have to say the answer is NO. Currently the Conditional Formatting is not available for TEXT values. Also except Conditional Formatting feature, there is no OOTB feature to highlight cell color conditionally.
You can vote on this same idea: can we do conditional formatting for the text type column in a table?.
Best Regards,
QiuyunYu