I am trying to conditionally format columns with the header as dates. I would like to format based on the following:
Dates > Today = Format entire column Black
Dates = Today = Format entire column Yellow
Dates < Today = nothing
How can I format an entire column based on the value of the header as a date, and as a function less than or equal to today's date?
Dates > Today = Format entire column Black
Dates = Today = Format entire column Yellow
Dates < Today = nothing
How can I format an entire column based on the value of the header as a date, and as a function less than or equal to today's date?