I am making a maintenance tracking spreadsheet. I need to be able to put a date in one cell and have another cell change based on that date. For example, I need to put in the date in cell "Last Performed" and have the "Due Date" shift based on an interval that I will enter for that situation, 30, 60, 90 days later etc. Then in the "Overdue" column, I need it to change color if the "Due Date" is within 30 days (Green) or 14 days (yellow). Then for the day it's due/past due, I want it to change to red. Thanks for all your help, I appreciate it
[TABLE="width: 308"]
<tbody>[TR]
[TD]Last Performed[/TD]
[TD]Due Date[/TD]
[TD]Overdue[/TD]
[/TR]
[TR]
[TD]1-Jan-18[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 308"]
<tbody>[TR]
[TD]Last Performed[/TD]
[TD]Due Date[/TD]
[TD]Overdue[/TD]
[/TR]
[TR]
[TD]1-Jan-18[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]