I'm trying to make conditional formatting in Google Sheets.
Idea is to change colour (better to change also a value) of cells in J2:J1000
depending on other cells in a row.
So, e.g. J2 should change its value (or just a colour) to 'Ok' (green) when values in E2:I2 are 'Ok' OR 'Not Relevant'
I'm trying something like =OR(($E:$I='Ok'),($E:$I='Not Relevant'))
But all my attempts are incorrect.