Link to home
Create AccountLog in
Avatar of GordonMasson
GordonMasson

asked on

Conditional Formating

Can you tell me what the conditional formating is so that i can set cells in column C  blue if the date in cell C5 is later than todays date

Thanks
Avatar of ragnarok89
ragnarok89

formula is: C5 > today()
ASKER CERTIFIED SOLUTION
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of GordonMasson

ASKER

Thanks for your help... that works for me