I have a google spreadsheet which has columns for each day (with the date in the top cell) and in each cell a string indicating status.
I need to apply conditional formatting to cells based on the criteria of the date of the column being in the past AND the text inside the cell starting with the substring "OK".
It seems that I must use a Custom Formula in order to deal with the date part, but then how would I reference the content of the cell itself? I've tried referencing the cell using CELL("contents",ADDRESS(ROW(),COLUMN())
but this returns an Error: Argument must be a range
.