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 ?

enter image description here


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -