I have a spreadsheet that I use a conditional format to format rows with different colors. I want to add a format that will gray out older rows. I’m able to do that, but I can’t figure out a formula that will preserve the different colored rows. I’ve used an AND condition for Condition1 as follows: =and($b3<today(),mod(row(),2)=1), but that doesn't help.
Attached is an example.