+ Reply to Thread
Results 1 to 3 of 3

Determining required number of contacts

Hybrid View

Bobcalling Determining required number... 01-10-2007, 01:15 AM
Dav Times multimplied by 24 give... 01-10-2007, 04:07 AM
Bobcalling Thanks that took care of the... 01-10-2007, 01:27 PM
  1. #1
    Registered User
    Join Date
    01-10-2007
    Posts
    4

    Determining required number of contacts

    I am having trouble with determining the required number of contacts using an [h]:mm time format.

    The spreadsheet is as follows: AE10 is time out of service, W10 is number of contacts made, AC10 is required number of contacts, AD10 is number above or below, B10 is hours worked.

    My employees are required to have one sales contact for every two hours of uncommitted time.

    I have the following formulas:
    AC10 is =(B10-AE10)*0.5
    AD10 is =W10-AC10 When I use an [h]:mm time format, I the answer on AD10 is always +1 or +2. If I use the same formula in decimal form the answer comes out showing the correct number of contacts above or below the required number of contacts. My problem is that the spreadsheet has to be in the [h]:mm time format.

    I would appreciate any help on the formula to use to get the correct answer.

    Thanks for your help

    Bob

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Times multimplied by 24 give you hours, as they are stored as 1 being a day

    well in terms of the answer, if someone is uncomiited for 90 minutes, shuld they have 0.75 contacts or 0 contacts, or 1 contact?

    Try if in the above you would have 0.75 contacts
    AC10 is =(B10-AE10)*0.5*24

    Try if in the above you would have 0 contacts
    AC10 is =trunc((B10-AE10)*0.5*24)

    Try if in the above you would have 1 contacts
    AC10 is =round((B10-AE10)*0.5*24,0)

    AD10 is =W10-AC10 remains unchanged

    Does that work? I fnot you must tell us if the quantities for each cell are formatted number or a time. I have assumed that hours worked is a time, as is time out of service.

    Regards

    Dav
    Last edited by Dav; 01-10-2007 at 04:09 AM.

  3. #3
    Registered User
    Join Date
    01-10-2007
    Posts
    4
    Thanks that took care of the formula problem, again thanks for your help.

    Bob

+ 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