I need to highlight a column with the condition being today's date.
I've checked this forum and YouTube for suggestions.
This should be a simple formula but the formulas I'm using are not working.
I've tried different formulas
=A$1=TODAY()
IF(A$1=TODAY(),TRUE,FALSE)
In the current worksheet, the current date is on F1.
What formula can I use to highlight the column if it is today's date?
Thanks in advance.
I've checked this forum and YouTube for suggestions.
This should be a simple formula but the formulas I'm using are not working.
I've tried different formulas
=A$1=TODAY()
IF(A$1=TODAY(),TRUE,FALSE)
In the current worksheet, the current date is on F1.
What formula can I use to highlight the column if it is today's date?
Thanks in advance.