+ Reply to Thread
Results 1 to 2 of 2

Working hours

  1. #1
    Registered User
    Join Date
    08-30-2005
    Posts
    6

    Working hours

    Hi,

    I have helpdesk inquiries logged in at various times of the day. Since our working hours are from 08:00 to 17:00, I would like to the clock to start the next working day if the inquiry arrives after working hours.

    Can anyone suggest what formula I should use?

    Example of cell A1 content: 13/06/2005 14:05

    Thanks
    Hani

  2. #2
    Roger Govier
    Guest

    Re: Working hours

    Hi Hani

    Try
    =IF(TIME(HOUR(A1),MINUTE(A1),0)>TIME(17,0,0),DATE(YEAR(A1),MONTH(A1),DAY(A1)+1)+TIME(8,0,0),A1)

    Regards

    Roger Govier


    Hani Muhtadi wrote:
    > Hi,
    >
    > I have helpdesk inquiries logged in at various times of the day. Since
    > our working hours are from 08:00 to 17:00, I would like to the clock to
    > start the next working day if the inquiry arrives after working hours.
    >
    > Can anyone suggest what formula I should use?
    >
    > Example of cell A1 content: 13/06/2005 14:05
    >
    > Thanks
    > Hani
    >
    >


+ 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