> Assuming Row 1...
>
[quoted text clipped - 45 lines]
> >> > D1 - I had this formula in cell D1:
> >> > (YEAR(B1)-YEAR(C1))*12+MONTH(B1)-MONTH(C1) = 25
Firstly, if you look in excel help for the ROUNDUP function, you'll see that
it needs a second argument, the number of digits.
Secondly, Excel times are in unit of one day, so you'll need to divide by 24
hours.
Try =ROUNDUP(A1/A2,0)/(60*24) and format as [h]:mm or whatever format suits
you.
--
David Biddulph
> Hi Rick,
>
[quoted text clipped - 67 lines]
>> >> > D1 - I had this formula in cell D1:
>> >> > (YEAR(B1)-YEAR(C1))*12+MONTH(B1)-MONTH(C1) = 25
TSK - 05 May 2008 12:42 GMT
Thank David,
Base on your advise cell C now reflected as 1 hrs 49 mins and how do I
insert formula and allow cell D to reflect the balance hour (assuming 1 month
is 720 hours)
Manually calculation in cell D should reflected as 718:11
> Firstly, if you look in excel help for the ROUNDUP function, you'll see that
> it needs a second argument, the number of digits.
[quoted text clipped - 78 lines]
> >> >> > D1 - I had this formula in cell D1:
> >> >> > (YEAR(B1)-YEAR(C1))*12+MONTH(B1)-MONTH(C1) = 25