Forum Discussion

The_Mage's avatar
The_Mage
Copper Contributor
Mar 06, 2023
Solved

2 subject formatting

I have a simple spreadsheet that contains a date on the left, and cells to the right that I would like to format if 2 conditions are met. If the cell is empty, and if it is the current date.   If y...
  • SnowMan55's avatar
    SnowMan55
    Mar 13, 2023

    The_Mage 

    << The only issue is that my spreadsheet shows 2 years on it, and the same month the next year also highlights. >>

    Ah, well that's easily fixed by adding another test for the AND function to work on:

    =AND(YEAR($A2)=YEAR(TODAY()), MONTH($A2)=MONTH(TODAY()), ISBLANK($B2))

Resources