Using conditional formatting to highlight a row if the date in the column F equals todays date

calendar_today Asked Mar 11, 2014
thumb_up 16 upvotes
history Updated April 16, 2026

Question posted 2014 · +11 upvotes

How would I get a row in my table to highlight if the date in the column F equals todays date.

enter image description here

Note that more than one row can be lit up at once.

Accepted answer +16 upvotes

STEP 1:

Select your table without headers (B24:G31 in image below).

With selected table go to HOME->CONDITIONAL FORMATTING->New Rule...

enter image description here

STEP 2:

Select Use formula to determine which cells to format, enter formula: =$F24=TODAY(), choose desired formatting and press OK.

enter image description here

RESULT:

enter image description here

Top excel Q&A (6)

+16 upvotes ranks this answer #37 out of 167 excel solutions on this site — top 22%.