LibreOfficeDev 25.8 Help
BFAtV‖The result is the number of the years (including fractional part) between StartDate and EndDate.
DBBsL‖YEARFRAC(StartDate; EndDate [; Basis])
JAA8u‖StartDate and EndDate are two date values.
3QzPn‖Basis (optional) is chosen from a list of options and indicates how the year is to be calculated.
| HgwU8‖Basis | HrUPv‖Calculation | 
|---|---|
| Q8ewH‖0 or missing | CkPny‖US method (NASD), 12 months of 30 days each | 
| 1 | EKpyM‖Exact number of days in months, exact number of days in year | 
| 2 | iCCDX‖Exact number of days in month, year has 360 days | 
| 3 | CBDJh‖Exact number of days in month, year has 365 days | 
| 4 | 32hC2‖European method, 12 months of 30 days each | 
E8bDB‖What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?
cAAsz‖=YEARFRAC("2008-01-01"; "2008-07-01";0) returns 0.50.