+ Reply to Thread
Results 1 to 2 of 2

equation that adds hours as scheduled. 11:00 to 5:00 +6hrs. res.

  1. #1
    PCSupYak
    Guest

    equation that adds hours as scheduled. 11:00 to 5:00 +6hrs. res.

    I sometimes do the employee schedule when my boss is away. The current
    schedule is done in excel and is basically a shell with no calculating. I
    need a equation for excel that figures Hours worked, for weekly calculation
    of payroll. would be easier if excel could compute 11:45 to 5:15 ='s 5.5
    hours. Can it or do I need to look to another program.

  2. #2
    Biff
    Guest

    equation that adds hours as scheduled. 11:00 to 5:00 +6hrs. res.

    Hi!

    A1 = 11:45 AM
    B1 = 5:15 PM

    =(B1-A1)*24 = 5.5

    If the times can span past midnight:

    A1 = 11:45 PM
    B1 = 5:15 AM

    =(B1-A1+(A1>B1))*24 = 5.5

    Biff

    >-----Original Message-----
    >I sometimes do the employee schedule when my boss is

    away. The current
    >schedule is done in excel and is basically a shell with

    no calculating. I
    >need a equation for excel that figures Hours worked, for

    weekly calculation
    >of payroll. would be easier if excel could compute 11:45

    to 5:15 ='s 5.5
    >hours. Can it or do I need to look to another program.
    >.
    >


+ 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