I have created a spreadsheet in Google Drive for my travel planning. In this table I would like to use conditional formatting. The field contains the date until which a free cancellation of the hotel is possible. I would like to change the font and the text color.
I have tried, but my attempts have not resulted in any change to the font color.
Thanks for your help
if A column holds your dates use custom formula in conditional formatting:
green:
=A1>TODAY()+14
yellow:
=(A1<TODAY()+14)*(A1>TODAY())
red:
=((A1=TODAY())+(A1<TODAY()))*(A1<>"")
2.1m questions
2.1m answers
60 comments
57.0k users