Here is an example where I have the error message.
The formula:
=ABS(IF(INT(O543)=INT(P543),24*(P543-O543),(24*(DayEnd-DayStart)*(MAX
(NETWORKDAYS(O543+1,P543-1),0)+INT(24*(((P543-INT(P543))-(O543-INT(O543)))+
(DayEnd-DayStart))/(24*(DayEnd-DayStart))))+MOD(((24*(P543-INT(P543)))-
24*DayStart)+(24*DayEnd-(24*(O543-INT(O543)))),(24*(DayEnd-DayStart))))))
gives #REF! as a result.
O543 is =F543-TIME(2,0,0) and F543 is 12/9/2009 10:52:00 AM
P543 is =H543-TIME(2,0,0) and H543 is 12/10/2009 10:41:33 AM
Can you see what the issue is?
Please help, many many thanks in advance
Here is what it looks like:
Date Time Total Hours
11/15/2009 16:04 6.33
11/15/2009 22:24
hth
"Moony" wrote:
> .
>
you can highlight the part to evaluate it by click F9 key.
e.g. if (a-b = c, d,e)
so you high like c then press F9 then you will see the value. in case it
cannot be evaluted, it will show error. then you drill down which part
causing the error.
Somtimes is the function problem. but this way of debugging will help you a
lot.
"Moony" wrote:
> .
>