+ Reply to Thread
Results 1 to 2 of 2

head count on rota

  1. #1
    nick
    Guest

    head count on rota

    anyone know how i can get excel to count the number of people i have between
    7-8 , 8-9, 9-10 etc. i have created the rota in excel all times are in HH:MM
    format using seperate columns for start and finish time.
    e.g.
    in b out
    06:00 1 15:00
    06:00 0 13:00
    06:00 1 14:00

    06:00 1 15:00
    09:00 1 15:00
    07:00 1 16:00


  2. #2
    Biff
    Guest

    head count on rota

    Hi!

    Try one of these.

    =SUMPRODUCT(--(A2:A8>=TIME(7,0,0)),--(C2:C8>=TIME
    (8,0,0)),B2:B8)

    OR, enter your time ranges in cells:

    E1 = 7:00 AM
    F1 = 8:00 AM

    =SUMPRODUCT(--(A2:A8>=E1),--(C2:C8>=F1),B2:B8)

    Biff

    >-----Original Message-----
    >anyone know how i can get excel to count the number of

    people i have between
    >7-8 , 8-9, 9-10 etc. i have created the rota in excel

    all times are in HH:MM
    >format using seperate columns for start and finish time.
    >e.g.
    > in b out
    >06:00 1 15:00
    >06:00 0 13:00
    >06:00 1 14:00
    >
    >06:00 1 15:00
    >09:00 1 15:00
    >07:00 1 16:00
    >
    >.
    >


+ 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