Looking for Google Apps script to find and highlight dates from past month in red -
i have google spreadsheet columns , j data headers est closing month , est closing calendar year respectively, need script loop through columns , j , find dates in past month of year , highlight them in red.
following example data coli colj aug 2014 nov 2014 aug 2014 jul 2014 jul 2014 dec 2014 dec 2014
after run script output put should aug 2014 nov 2014 aug 2014 jul 2014 -> both cells should in red jul 2014 -> both cells should in red dec 2014 dec 2014
thank help.
have tried conditional formatting ?
Comments
Post a Comment