I have a statistical table with rows and columns
I need to color a particular column values either red or green based on some value.How can I achieve that
A B C D
1 1 1 1
2 2 2 2
3 3 3 3
Hence,as per above, C1,C2,C3 column should be either red or green based on values of D1,D2,D3,
↧