
Originally Posted by
jamezam
I want to calculate the total months between a date "10/10/2007" and today's date using the TODAY() argument and I want to use one cell. That is I don't want to use extra cells for 10/10/2007, TODAY(), and the cell with a formula, which is currently "=(YEAR(D3)-YEAR(C3))*12+MONTH(D3)-MONTH(C3)".
I've tried using the "=DATEDIF(10/10/2007,TODAY(),"m")" formula, which returns a calculation of 1370, which I think is a date of 10/01/1903. How do I get the formula to calculate correctly? The calculation should actually be "77" which is the total months between 10/10/2007 and today! Thank you...
For the date 10/10/2007, it is performing a calculation, 10 divided by 10 = 1, divided by 2007 = 0.00049826
So, you need to put the date in double quotes so it is treated as text, and in this case it reads it as a date
Bookmarks