+ Reply to Thread
Results 1 to 3 of 3

Excel Time Calculation

  1. #1
    Registered User
    Join Date
    06-02-2011
    Location
    Mauritius
    MS-Off Ver
    Excel 2010
    Posts
    16

    Excel Time Calculation

    I have an excel sheet where i want to calculate excess time.Column 1=date,Column 2=Time in,Column 3=Normal Time in,Column 4=Excess.

    Conditions:
    Normal Time in =8:45
    If a user clocks in before 8:15 then excess =8:45 minus 8:15 =30 mins
    If a user clocks in after 8:15 then excess =8:45-time in
    if time in >8:45 excess=0
    Last edited by kris26; 06-14-2011 at 05:48 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Excel Time Calculation

    Here, try this:

    =IF(B1>35/96, 0, MIN("8:45"-B1, "00:30"))

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Excel Time Calculation

    What error exactly do you get?
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1