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

后端 未结 7 1885
野性不改
野性不改 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条回答
  •  囚心锁ツ
    2021-01-02 05:44

    This is how I did it. I did conditional formatting and picked my range, then in "format cells if..." I chose custom and used this formula:

    =$B$2:$B$92 = today()
    

    I have my dates in the B column and this highlights the entire row, within my range, for today's date.

提交回复
热议问题