OneLooseCrank
New Member
- Joined
- Feb 5, 2016
- Messages
- 27
hi all,
I'm using a conditional format to colour a column depending on what is selected from data validation in the first row. The code for the conditional format is as follows:
=OR(T$1='KS3 HOD'!$S$4,T$1='KS3 HOD'!$U$4,T$1='KS3 HOD'!$W$4)
The format is to colour the row where the condition is met. However, I've create some custom cell styles that are symbolic to the user of the nature of the data. I would like the cell style to take priority over the conditional formatting, but this is not the case. Can anyone advise how to achieve this?
Thanks,
OLC
I'm using a conditional format to colour a column depending on what is selected from data validation in the first row. The code for the conditional format is as follows:
=OR(T$1='KS3 HOD'!$S$4,T$1='KS3 HOD'!$U$4,T$1='KS3 HOD'!$W$4)
The format is to colour the row where the condition is met. However, I've create some custom cell styles that are symbolic to the user of the nature of the data. I would like the cell style to take priority over the conditional formatting, but this is not the case. Can anyone advise how to achieve this?
Thanks,
OLC