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

后端 未结 2 1424
遇见更好的自我
遇见更好的自我 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

    0 讨论(0)
  • 2021-02-07 02:19

    If column A is just months and you want to show the annual rows then use the below formula

    =MOD($A1,12)=0

    Don't forget to format you row

    0 讨论(0)
提交回复
热议问题