YEARFRAC/text/scalc/01/func_yearfrac.xhpYEARFRAC functionYEARFRAC
The result is a number between 0 and 1, representing the fraction of a year between StartDate and EndDate.SyntaxYEARFRAC(StartDate; EndDate; Basis)StartDate and EndDate are two date values.Basis is chosen from a list of options and indicates how the year is to be calculated.
BasisCalculation0 or missingUS method (NASD), 12 months of 30 days each1Exact number of days in months, exact number of days in year2Exact number of days in month, year has 360 days3Exact number of days in month, year has 365 days4European method, 12 months of 30 days each
ExampleWhat fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?=YEARFRAC("2008-01-01"; "2008-07-01";0) returns 0.50.