I currently have LO Version: 4.1.2.3 and am running it on Windows XP Professional 5.1.
I am trying to make a database to add my time in and on. I need to figure out what is wrong with my formula.
I have entered the following in cells a2:b7 with the format of time hh:mm:
07:55 AM 02:55 PM
07:55 AM 10:30 AM
02:15 PM 02:55 PM
07:55 AM 02:55 PM
07:55 AM 02:55 PM
07:55 AM 12:05 PM
I have entered the formula “=SUM(B2-A2)” in cells c2:c7 also in the format of time hh:mm. Here are the calculations, and they are correct, that have displayed in the cells.
07:00
02:35
00:40
07:00
07:00
04:10.
In cell c8 I have the formula “=SUM(C2:C7)*24” to allow for the whole number of hours and minutes. I have also formatted the cell to be a number, decimal to allow for it to show hours and minutes correctly.
However, it comes up with the answer 28.42 and NOT 28.25.
I can’t figure out where the error is. Any suggestions?