I am trying to make a Primary sheet for all of my escalation formulas (since i have 14 single sheets to use the TODAY() function).
so...
if(TODAY(-7)> {Date Cleaned}, "enter a name", " ")
so if today's date is greater than the LAST entry in Date Cleaned, I want a name to populate, otherwise "do nothing". The "Date Cleaned" is the Cross-reference sheet column name.
Help?

