I would like the final value of this calculation to be
displayed in hours and minutes. I would also like to be
able to add the entire number of hours spent on things
for an entire day and have the result formatted in tha
same way.
Please hlep if you can!
TIA,
KC
Assuming your last data row is 5, enter in C6
:=SUM(C2:C5) to total
Select col C
Click Format>Cells
Select "custom" under "Category"
Type [h]:mm (including the right & left square brackets
for the "h") to custom format the cell
hth
Max
>.
>
--KC
A2: 3:00 PM (formatted TIME cell)
B2: 3:19 PM (formatted TIME cell)
C2: =ABS(B2-C20.01
"Max" <demec...@yahoo.com> wrote in message
news:07f501c309f9$6759c930$3001...@phx.gbl...
--C
"Max" <demec...@yahoo.com> wrote in message
news:07f501c309f9$6759c930$3001...@phx.gbl...
dd/mm/yy hh:mm
P
"KC" <k...@pacbell.net> wrote in message
news:OefQ4kpC...@TK2MSFTNGP12.phx.gbl...
Using your example situation, if you have entered:
in A2: 4/24/2003 11:36 PM
in B2: 4/25/2003 12:03 AM
C2 will return the correct 0:27
hth
Max