hello everyone,
I am using LibreOffice Version: 4.3.0.4 and I am having issues calculating
time differences..
I would like to calculate the time difference in hours between the following
date/times:
E14 = 23/04/2015 15:30
E15 = 25/04/2015 16:20
E16 = DAYS(E15;E14)
But I get a value error so I split data:
F14 = 23/04/2015
F15 = 25/04/2015
F16 = DAYS(F15;F14) ---> Ok, I get 2, multiply x 24 = 48h and it's fine
then for the hours
G14 = 15:30
G15 = 16:20
G16 = (G15<G14)+G15-G16 (as suggested by the wiki:
https://help.libreoffice.org/Calc/Calculating_Time_Differences)
but again I have a value error..
does anyone knows how can I solve this??