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
This one is pretty simple.
Select the area it have to effect and Right click on the spreadsheet and select 'conditional format' From this menu select 'custom formula' (it might named different, but it's the last choice in the menu)
When a row need to be formatted when a cell in the column > 1, use this in the formula box
=$A$1:$A$100 > 1
Select the area you want to have effect like
A1:G100
that's it