How to apply conditional threshold on a table

Hi,
I have a table want to apply threshold on con column t2 based on custom condition i.e.
if value of t2 > t3 then the t2 column value should be changed to red, which means the value 85 and 110 should be highlighted with red color.
if value of t2 < t4 then the t2 column value should be changed to orange, which means the value 25 should be highlighted with orange color

table snapshot attached for quick reference.
Is it possible to do so? Any help would be highly appreciated!