PC Review


Reply
Thread Tools Rate Thread

how do i calculate over time per day

 
 
=?Utf-8?B?aW5vdXI=?=
Guest
Posts: n/a
 
      24th Feb 2006
i need to calculate over dayif more than 8 hours give me + with numbers
if less than 8 hours give me - with numbers
so at the end i could calculate exact time
 
Reply With Quote
 
 
 
 
KipHartman
Guest
Posts: n/a
 
      24th Feb 2006

Give me more information - are you collecting "punch in and punch out
times, or just putting in a number for the day

--
KipHartma
-----------------------------------------------------------------------
KipHartman's Profile: http://www.excelforum.com/member.php...fo&userid=3186
View this thread: http://www.excelforum.com/showthread.php?threadid=51631

 
Reply With Quote
 
mphell0
Guest
Posts: n/a
 
      24th Feb 2006

If the hours worked is in column A, you could put in column B (startin
in B1):

=A1-8

If you need to show the plus sign you could put

=IF(A1-8>0,"+"&(A1-8),A1-8)

but you would not be able to add the numbers with the + in fron
because
they will be stored as text

--
mphell
-----------------------------------------------------------------------
mphell0's Profile: http://www.excelforum.com/member.php...fo&userid=3015
View this thread: http://www.excelforum.com/showthread.php?threadid=51631

 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      24th Feb 2006
http://www.cpearson.com/excel/overtime.htm

--
Kind regards,

Niek Otten

"inour" <(E-Mail Removed)> wrote in message
news:1E009408-1DDD-4608-B260-(E-Mail Removed)...
>i need to calculate over dayif more than 8 hours give me + with numbers
> if less than 8 hours give me - with numbers
> so at the end i could calculate exact time



 
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
Excel 2007 calculate time between 2 date/time columns Kevo Microsoft Excel Misc 8 25th Apr 2009 12:02 AM
Calculate Ending time using Start Time and Elapsed Time Chief 711 Microsoft Excel Worksheet Functions 5 13th May 2008 04:34 PM
Formula to calculate time between start time and End time =?Utf-8?B?Um9ieQ==?= Microsoft Access Forms 5 21st Oct 2006 06:06 PM
how to calculate time start & time finish in quarter hour =?Utf-8?B?UGV0ZXIgV3U=?= Microsoft Excel Misc 3 7th Jun 2006 12:58 AM
Calculate elapsed time excluding time for breaks, lunch, etc =?Utf-8?B?U0pSQG1iY2k=?= Microsoft Access 2 12th May 2006 08:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:15 AM.