From e2321b4d8fd5c889e817efdce243d8255f9e167a Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 28 Jun 2013 12:09:44 +0200 Subject: fix confusing help text of YEARFRAC function Change-Id: Id964089b73357490e898f29e9ee3c26deb57fa87 --- source/text/scalc/01/func_yearfrac.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/func_yearfrac.xhp b/source/text/scalc/01/func_yearfrac.xhp index 6dafd3c218..2943a1d428 100644 --- a/source/text/scalc/01/func_yearfrac.xhp +++ b/source/text/scalc/01/func_yearfrac.xhp @@ -33,7 +33,7 @@ YEARFRAC - The result is a number between 0 and 1, representing the fraction of a year between StartDate and EndDate. +The result is the number of the years (including fractional part) between StartDate and EndDate. Syntax YEARFRAC(StartDate; EndDate; Basis) -- cgit