PC Review


Reply
Thread Tools Rate Thread

Calculating time without using military time

 
 
Corkey
Guest
Posts: n/a
 
      2nd Nov 2009
Hello my faithful saviours. I am here again asking for some assistance. I
have been working on and tweaking our time sheets and the one thing I can’t
seem to do is to find if it is possible to do the calculations without having
to use military time. I want the employees to be able to just put the actual
time instead of the military. Is this possible and how do I do it. I am sure
it is an easy fix but nothing is easy for me. This is the currecnt code for
daily hours worked minus lunch. =IF(C10=0, 8, IF(F10=0, " ",
IF((SUM(((D10-C10)+(F10-E10))*24))<0, SUM(((D10-C10)+(#REF!-E10)+F10)*24+1),
SUM(((D10-C10)+(F10-E10))*24))))

If anyone can assist me, I would greatly appreciate it. Thank you again.


 
Reply With Quote
 
 
 
 
Barb Reinhardt
Guest
Posts: n/a
 
      2nd Nov 2009
Before you go too much further, you better figure out where the #REF! comes
from and fix it.

"Corkey" wrote:

> Hello my faithful saviours. I am here again asking for some assistance. I
> have been working on and tweaking our time sheets and the one thing I can’t
> seem to do is to find if it is possible to do the calculations without having
> to use military time. I want the employees to be able to just put the actual
> time instead of the military. Is this possible and how do I do it. I am sure
> it is an easy fix but nothing is easy for me. This is the currecnt code for
> daily hours worked minus lunch. =IF(C10=0, 8, IF(F10=0, " ",
> IF((SUM(((D10-C10)+(F10-E10))*24))<0, SUM(((D10-C10)+(#REF!-E10)+F10)*24+1),
> SUM(((D10-C10)+(F10-E10))*24))))
>
> If anyone can assist me, I would greatly appreciate it. Thank you again.
>
>

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      2nd Nov 2009
And don't use a space " " in IF(F10=0, " ",

Use "" instead.


Gord Dibben MS Excel MVP

On Mon, 2 Nov 2009 10:24:01 -0800, Barb Reinhardt
<(E-Mail Removed)> wrote:

>Before you go too much further, you better figure out where the #REF! comes
>from and fix it.
>
>"Corkey" wrote:
>
>> Hello my faithful saviours. I am here again asking for some assistance. I
>> have been working on and tweaking our time sheets and the one thing I can’t
>> seem to do is to find if it is possible to do the calculations without having
>> to use military time. I want the employees to be able to just put the actual
>> time instead of the military. Is this possible and how do I do it. I am sure
>> it is an easy fix but nothing is easy for me. This is the currecnt code for
>> daily hours worked minus lunch. =IF(C10=0, 8, IF(F10=0, " ",
>> IF((SUM(((D10-C10)+(F10-E10))*24))<0, SUM(((D10-C10)+(#REF!-E10)+F10)*24+1),
>> SUM(((D10-C10)+(F10-E10))*24))))
>>
>> If anyone can assist me, I would greatly appreciate it. Thank you again.
>>
>>


 
Reply With Quote
 
Corkey
Guest
Posts: n/a
 
      9th Nov 2009
Sorry, I did find the Ref error after I copied it. I did fix that and the ""
issue. Thank you for the advice on that.

"Corkey" wrote:

> Hello my faithful saviours. I am here again asking for some assistance. I
> have been working on and tweaking our time sheets and the one thing I can’t
> seem to do is to find if it is possible to do the calculations without having
> to use military time. I want the employees to be able to just put the actual
> time instead of the military. Is this possible and how do I do it. I am sure
> it is an easy fix but nothing is easy for me. This is the currecnt code for
> daily hours worked minus lunch. =IF(C10=0, 8, IF(F10=0, " ",
> IF((SUM(((D10-C10)+(F10-E10))*24))<0, SUM(((D10-C10)+(#REF!-E10)+F10)*24+1),
> SUM(((D10-C10)+(F10-E10))*24))))
>
> If anyone can assist me, I would greatly appreciate it. Thank you again.
>
>

 
Reply With Quote
 
Corkey
Guest
Posts: n/a
 
      9th Nov 2009
(C8=0, 8, IF(F8=0, "", IF((SUM(((D8-C8)+(F8-E8))*24))<0,
SUM(((D8-C8)+($E$24-E8)+F8)*24+1), SUM(((D8-C8)+(F8-E8))*24))))

"Corkey" wrote:

> Hello my faithful saviours. I am here again asking for some assistance. I
> have been working on and tweaking our time sheets and the one thing I can’t
> seem to do is to find if it is possible to do the calculations without having
> to use military time. I want the employees to be able to just put the actual
> time instead of the military. Is this possible and how do I do it. I am sure
> it is an easy fix but nothing is easy for me. This is the currecnt code for
> daily hours worked minus lunch. =IF(C10=0, 8, IF(F10=0, " ",
> IF((SUM(((D10-C10)+(F10-E10))*24))<0, SUM(((D10-C10)+(#REF!-E10)+F10)*24+1),
> SUM(((D10-C10)+(F10-E10))*24))))
>
> If anyone can assist me, I would greatly appreciate it. Thank you again.
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating Military Time Dukey Microsoft Excel Worksheet Functions 6 16th Feb 2009 05:30 PM
formula for converting military time to standard time, etc Pattio Microsoft Excel Misc 8 17th Feb 2008 01:12 AM
Converting Standard Time to Military Time in Excel mtvschultz Microsoft Excel Misc 2 15th Feb 2008 07:30 PM
time in windows taskbar is military time...how to change? aiquoc@gmail.com Windows XP General 3 24th Sep 2006 03:43 AM
Show timesheet time in and out in regular time versus military tim =?Utf-8?B?Sm9obg==?= Microsoft Excel Worksheet Functions 1 11th Nov 2005 05:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:56 AM.