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
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()