• Conditional Format with dates (Excel 2003 SP2)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Conditional Format with dates (Excel 2003 SP2)

    Author
    Topic
    #444705

    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.

    Viewing 0 reply threads
    Author
    Replies
    • #1076193

      The first condition should become

      =AND($B3<TODAY(),MOD(ROW(),2)=0)

      and the second one

      =AND($B3<TODAY(),MOD(ROW(),1)=0)

    Viewing 0 reply threads
    Reply To: Reply #1076193 in Conditional Format with dates (Excel 2003 SP2)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel