How to set background color for a row based on current date in Google Docs Spreadsheet?

后端 未结 7 1923
野性不改
野性不改 2021-01-02 04:48

I have a Google Docs SpreadSheet, where in the column A are dates (A1: 2013-11-22, A2: 2013-11-23, A3: 2013-11-24 etc). I would like to automatically highlight - set a backg

7条回答
  •  旧时难觅i
    2021-01-02 05:38

    The simple answer is like Clinet.

    Format -> Conditional Formatting...-> (Format cells if...) Custom formula is

    Then fill in =cells-range=today()

    For example: =$I$2:$BC$2=TODAY()

提交回复
热议问题