how do i get excel to calculate the exact difference between two dates? datediff() is wierd, the diff between 12/31/2001 and 1/1/2002 is one year. months is similar where it's possible for a difference of one day to equal one month. I've thought about converting from days, but then you got leap year to worry about.
What function would you use to calculate the difference between a date in an excel cell and a date entered by the user on a user form?
What function would you use to calculate the difference between a date in an excel cell and a date entered by the user on a user form?