
Hi,
Let me help you with it
I comment you in detail for the first one of “Fill in yellow for those who are 60 days close to expiration”. The others are very similar cases, you would apply the same logic.
- First, you select the entire column to which you want to apply conditional formatting. In the home tab look for Conditional Formatting and follow the image below.
- Select the last option “Use a formula...”.
- The formula to use is
Explanation of the formula: The TODAY() function will dynamically return the date of the pc. That is, it will vary each day you see it in your excel. If you open today the TODAY() function will return a date, if you open it tomorrow, it will return another date. This dynamic date you subtract the value of what your due date column indicates and if this difference is greater than 60; if so, it will fill the color that is indicated according to image.=TODAY()-$E2<=60
In this way, you can add conditional formats as needed
I share all conditional formats
I hope I have helped you, but I remain attentive to any questions or comments.
If it helped you, please mark it as an answer so that other users will know that the answer is here in case they have the same question.