Hello,
I currently have this:
=IF([Wants refresh?]2 = "Yes", "Green", IF([Wants refresh?]2 = "No", "Gray"))
Which is working fine, but now I want to add that if the column Refresh Year has the year greater than the current year (2019) for it to turn red. I am not sure how to write that.
Any ideas?
Thank you!