$$Excel-Macros$$ Re: Worked hour difference calculation

2008-11-24 Thread Naveen
> Subject: $$Excel-Macros$$ Re: Worked hour difference calculation To: "MS Excel & VBA Macros" Date: Sunday, November 23, 2008, 4:42 PM Sathish, Try ownloading the following file: http://www.scribd.com/doc/5402351/Personnel-Timesheet-081207 Let me know if this helps. Norman On

$$Excel-Macros$$ Re: Worked hour difference calculation

2008-11-23 Thread Norman
Sathish, Try ownloading the following file: http://www.scribd.com/doc/5402351/Personnel-Timesheet-081207 Let me know if this helps. Norman On Nov 20, 11:36 pm, "Sathish Jalendran" <[EMAIL PROTECTED]> wrote: > Hi, > > Can you please let me know how to find the actual worked hour difference > b

$$Excel-Macros$$ Re: Worked hour difference calculation

2008-11-23 Thread Norman May
Excel & VBA Macros > Subject: $$Excel-Macros$$ Re: Worked hour difference calculation > > > If you want to use the same sheet that you have sent you can use the > formula > > =IF(LEFT(A1,10)=LEFT(B1,10),RIGHT(B1,8)-RIGHT(A1,8),RIGHT(A1,8)-RIGHT > (B1,8)) > > When pas

$$Excel-Macros$$ Re: Worked hour difference calculation

2008-11-23 Thread Sathish Jalendran
pm To: MS Excel & VBA Macros Subject: $$Excel-Macros$$ Re: Worked hour difference calculation If you want to use the same sheet that you have sent you can use the formula =IF(LEFT(A1,10)=LEFT(B1,10),RIGHT(B1,8)-RIGHT(A1,8),RIGHT(A1,8)-RIGHT (B1,8)) When pasted in cell C1 this will calculate

$$Excel-Macros$$ Re: Worked hour difference calculation

2008-11-22 Thread anandydr
If you want to use the same sheet that you have sent you can use the formula =IF(LEFT(A1,10)=LEFT(B1,10),RIGHT(B1,8)-RIGHT(A1,8),RIGHT(A1,8)-RIGHT (B1,8)) When pasted in cell C1 this will calculate the number of hours worked. Set the format of C1 cell to hh:mm:ss and you can see the correct resu