You may use TIME and FORMAT in the same formula, something like:
=TEXT(TIME(INT(A1),MOD(A1,1)*100,0)+TIME(INT(A2),MOD(A2,1)*100,0),"[hh]:mm")
Hope this helps,
Miguel.
> How do you add numbers that are not in time format? They are not in time
> format as it is for addition purposes only i.e. If I worked 7 hours 1 day and
[quoted text clipped - 3 lines]
>
> Any ideas?
squeeky - 08 Jun 2006 03:35 GMT
Hi Miguel, Worked a treat! Thanks! Made me also realise that my maths was dud
:)
Squeeky
> You may use TIME and FORMAT in the same formula, something like:
> =TEXT(TIME(INT(A1),MOD(A1,1)*100,0)+TIME(INT(A2),MOD(A2,1)*100,0),"[hh]:mm")
[quoted text clipped - 9 lines]
> >
> > Any ideas?