I used conditional formatting to change the fill color of cells with dates before 31/08/15. But, I wanted to format the whole row, not a single cell.
Here are my settings in Conditional formatting.
Kindly suggest tweaks and workarounds, I have searched lots of formulas, but none fits to copy the format to the others cells/row.


=AND($M1>0, $M1<DATE(2015, 8, 31)). - user4039065