Does anyone know what the formula would be to apply a conditional format to Cell5 if cell 1 ended in (XY) and Cell5 did not contain a certain string
For example if(right(R1C1,2)="(XY)" and R1C5<>"Good" then Highlight R1C5 Green.
I would like this to to apply to all rows in one sheet
Thanks
For example if(right(R1C1,2)="(XY)" and R1C5<>"Good" then Highlight R1C5 Green.
I would like this to to apply to all rows in one sheet
Thanks