Forum Discussion
user1234321
Aug 23, 2022Copper Contributor
Cell color changes when registration date nearing expiry?
I am creating a spreadsheet for vehicle registration and I would like the cell color to change when it is nearing expiry. Is this possible? Thanks in advance - Cell color RED if date in cell is ...
- Aug 23, 2022Thankyou for this, much appreciated.
Can I duplicate these rules to other cells without manually changing A2 to the new cell, eg A3?
Harun24HR
Aug 23, 2022Bronze Contributor
user1234321 You need 3 conditional formatting rule. See attached file.
For red =A2<=TODAY()
For orange =AND(A2-TODAY()>=1,A2-TODAY()<=31)
For green =A2-TODAY()>31
user1234321
Aug 23, 2022Copper Contributor
Thankyou for this, much appreciated.
Can I duplicate these rules to other cells without manually changing A2 to the new cell, eg A3?
Can I duplicate these rules to other cells without manually changing A2 to the new cell, eg A3?
- Harun24HRAug 23, 2022Bronze ContributorYou do not need to duplicate the rules. It will automatically apply to all cells given to Applies To range.
- user1234321Aug 23, 2022Copper Contributor
I am working with Google sheets - when I add the custom formula to Conditional format rules it applies A2 only
- PeterBartholomew1Aug 23, 2022Silver ContributorYour image would suggest that you have been successful in applying the conditional format to cells A2 and A17. I would, however, suggest that you are sparing with your use of colour. It is difficult to read text against a dark colour and overuse reduces its impact.