I need a datedif formula to look at the months and days between two dates and display only the months. However, i need the result (number of months) to be rounded up if the days are 15 or more and rounded down if 14 or less. right now i'm using this formula, but i'm not sure how or where to alter:
=DATEDIF(G6,H6,"y")&" years "&DATEDIF(G6,H6,"ym")&" months "&DATEDIF(G6,H6,"md")&" days"
also, is the datedif function a useable function in older versions of excel? (2003, xp, etc.) I'm using 2007.
thanks,
cs
=DATEDIF(G6,H6,"y")&" years "&DATEDIF(G6,H6,"ym")&" months "&DATEDIF(G6,H6,"md")&" days"
also, is the datedif function a useable function in older versions of excel? (2003, xp, etc.) I'm using 2007.
thanks,
cs