I am trying to get conditional formatting for a row for when a cell in that row contains a date less than or equal to today (yesterday, today, last week etc)
I have tried =IF($W$4,TODAY())
which works for if the cell equals today's date, but I cannot figure out how to make it work for if cell is equal to today or less than today.
Also, is it possible to now copy this conditional formatting to work for every cell in the column, but only affect the cell's row? Also with this the cell stays hightlighted if it is left blank, is this right? like =IF(ISBLANK()),IF($W$4<=TODAY())