I have a list of domains that my company owns. In the control panel it doesn't show an expiration date but we always choose a two year option on the domain.
What I have figured out is how to calculate how many days are left till renewal. But what I can't figure out is how to apply a 3 color coded conditional formatting on the cells that return the number days till renewal.
Example:
Here is the formula to find the number of days left.
=DATEVALUE("16-July-2016")-TODAY()&""
So I am trying to get numbers from:
- 0-100 a red color
- 101-400 a yellow color
- 401-730 a green color
I keep trying to apply it to the cells with that show the days left, but it won't show any color.
Can anyone help?