Hello,
I'm attempting to Conditionally format a cell with the following rule:
If today's date is greater than or equal to the date in H3 + 10 (i.e. August 5th + 10 = August 15th), the cell will be formatted
What I currently have and is not working.
=IF(TODAY()>(H3+10))
I'm attempting to Conditionally format a cell with the following rule:
If today's date is greater than or equal to the date in H3 + 10 (i.e. August 5th + 10 = August 15th), the cell will be formatted
What I currently have and is not working.
=IF(TODAY()>(H3+10))