I am trying to auto calculate the years of service of employees based on their date of hire. I have a formula that works, however, I have to change the date in the formula each time I create a new employee. Here is the formula I am using, =(TODAY()-DATE(2002,1,22))/365.25. Is there a way to change it using a date I enter into a certain cell instead of the date?