+ Reply to Thread
Results 1 to 3 of 3

Employee schedule: I want it to calculate time entered such as 11.

Hybrid View

Guest Employee schedule: I want it... 01-05-2005, 08:06 PM
Guest RE: Employee schedule: I want... 01-05-2005, 09:06 PM
Guest RE: Employee schedule: I want... 01-06-2005, 02:06 AM
  1. #1
    Atlanta Rudy
    Guest

    Employee schedule: I want it to calculate time entered such as 11.

    I would like to enter the in and out times for each employee on my schedule
    spreadsheet in normal format (e.g. 11:00pm - 7:00am) and have it calculate
    how many hours the emploee worked. Everything works well until I have an
    employee who works the night shift. The subtraction of 11pm to 7am gives me
    a negative and incorrect anser. How can I achieve this and still use normal
    format times as above?

    Rudy

  2. #2
    Beverly76
    Guest

    RE: Employee schedule: I want it to calculate time entered such as 11.

    If you put the date (time in) in column A for example, and the time in 9:00
    PM in column B, then in Column C, you can input the forula =A1+B1 (formatted
    for date and time).

    Then do the same thing for time out in a few more columns. Use the complete
    data (date and time) cells for subtraction and you won't get the error. You
    can always hide the cells holding the redundant data if they get in the way.



    "Atlanta Rudy" wrote:

    > I would like to enter the in and out times for each employee on my schedule
    > spreadsheet in normal format (e.g. 11:00pm - 7:00am) and have it calculate
    > how many hours the emploee worked. Everything works well until I have an
    > employee who works the night shift. The subtraction of 11pm to 7am gives me
    > a negative and incorrect anser. How can I achieve this and still use normal
    > format times as above?
    >
    > Rudy


  3. #3
    Biff
    Guest

    RE: Employee schedule: I want it to calculate time entered such as 11.

    Hi!

    A1 = 11:00 PM
    B1 = 7:00 AM

    =B1-A1+(A1>B1)

    Biff

    >-----Original Message-----
    >If you put the date (time in) in column A for example,

    and the time in 9:00
    >PM in column B, then in Column C, you can input the

    forula =A1+B1 (formatted
    >for date and time).
    >
    >Then do the same thing for time out in a few more

    columns. Use the complete
    >data (date and time) cells for subtraction and you won't

    get the error. You
    >can always hide the cells holding the redundant data if

    they get in the way.
    >
    >
    >
    >"Atlanta Rudy" wrote:
    >
    >> I would like to enter the in and out times for each

    employee on my schedule
    >> spreadsheet in normal format (e.g. 11:00pm - 7:00am)

    and have it calculate
    >> how many hours the emploee worked. Everything works

    well until I have an
    >> employee who works the night shift. The subtraction of

    11pm to 7am gives me
    >> a negative and incorrect anser. How can I achieve this

    and still use normal
    >> format times as above?
    >>
    >> Rudy

    >.
    >


+ 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