New answers tagged conditional-formatting
0
Assuming the actual finishing date is in Column F and the sheet is called Sheet1, paste the code below inside your spreadsheet under Tools >> Script editor, then hit Save.
/***
* Color Code+
* Conditional formatting with cell referencing for Google Spreadsheets
* Support: scripts@bryanp.com
**/
function onEdit() {
var ss = ...
Top 50 recent answers are included
