Re: [libreoffice-users] formula years since date

2014-07-20 Thread Brian Barker
At 22:44 19/07/2014 -0400, James Lockie wrote: On 07/19/14 21:34, Brian Barker wrote: At 20:27 19/07/2014 -0400, James Lockie wrote: I want the years since a date and today. I tried this function: =YEARS(7/16/2012,TODAY(),1) but it returns 1900. Your first argument is 7 divided by 16 divided

[libreoffice-users] formula years since date

2014-07-19 Thread James
I want the years since a date and today. I tried this function: =YEARS(7/16/2012,TODAY(),1) but it returns 1900. -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more:

Re: [libreoffice-users] formula years since date

2014-07-19 Thread Brian Barker
At 20:27 19/07/2014 -0400, James Lockie wrote: I want the years since a date and today. I tried this function: =YEARS(7/16/2012,TODAY(),1) but it returns 1900. Your first argument is 7 divided by 16 divided by 2,012. This is approximately 0.00022, representing - as a date and time - nineteen

Re: [libreoffice-users] formula years since date

2014-07-19 Thread James
On 07/19/14 21:34, Brian Barker wrote: At 20:27 19/07/2014 -0400, James Lockie wrote: I want the years since a date and today. I tried this function: =YEARS(7/16/2012,TODAY(),1) but it returns 1900. Your first argument is 7 divided by 16 divided by 2,012. This is approximately 0.00022,

Re: [libreoffice-users] formula years since date

2014-07-19 Thread James
On 07/19/14 22:44, James wrote: On 07/19/14 21:34, Brian Barker wrote: At 20:27 19/07/2014 -0400, James Lockie wrote: I want the years since a date and today. I tried this function: =YEARS(7/16/2012,TODAY(),1) but it returns 1900. Your first argument is 7 divided by 16 divided by 2,012.