Need a special offer?Find out if your project fits.
+

How to make conditional formatting in time cell

Answered
long yu asked on July 19, 2019

Hello, 
 
I have a column with time (00:00:00) and I want to do a conditional formatting (have color for example) but for now, I can do that just for the column with number. Can you tell me how can I make my time with color ?
 
Best regards,
 
Cécile Wagnon, Axialys

1 answer

Public
Vera Didenko Vera Didenko Flexmonster July 19, 2019

Hello, 
 
Thank you for your question.
 
Our team kindly suggests specifying the time data type for the time field. Fields of type time are considered as numeric data and, hence, conditional formatting can be applied. 
 
Please see the following JSFiddle example for illustration.
 
Also, we would like to mention that even though it is not possible to highlight a text field via conditional formatting rules, this can be achieved with the customizeCell() API call.
Here is a JSFiddle example for illustration.
 
Please let us know if you have further questions.
 
Best Regards,
Vera

Please login or Register to Submit Answer