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

后端 未结 2 1463
遇见更好的自我
遇见更好的自我 2021-02-07 01:55

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

\"enter

2条回答
  •  清歌不尽
    2021-02-07 02:09

    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

提交回复
热议问题